Developers

Reported Times

Webhook events for time reported against tasks.

Events

EventTrigger
project.reported_time.createdA reported-time entry is created.
project.reported_time.updatedA reported-time entry is updated.
project.reported_time.deletedA reported-time entry is deleted.

Reported time created

project.reported_time.created

FieldTypeExample
reportedTimeIdUUIDce676377-021a-4d4d-9961-a8a6d9890f55
reportedDatedate | null2022-01-01
secondsinteger3600
taskIdUUIDadaa882e-dc23-4b79-a84f-f8a8061ea480
projectIdUUID9a031b32-f522-425c-b9a7-4775f0134588
userIdUUID | null8634a2a5-c649-4e9e-84e1-86527626fd62
timeTypeIdUUID | nullfa123ba0-8933-4e2e-899f-e8c254f54091
descriptionstring | nullDescription
{
  "reportedTimeId": "ce676377-021a-4d4d-9961-a8a6d9890f55",
  "reportedDate": "2022-01-01",
  "seconds": 3600,
  "taskId": "adaa882e-dc23-4b79-a84f-f8a8061ea480",
  "projectId": "9a031b32-f522-425c-b9a7-4775f0134588",
  "userId": "8634a2a5-c649-4e9e-84e1-86527626fd62",
  "timeTypeId": "fa123ba0-8933-4e2e-899f-e8c254f54091",
  "description": "Description"
}

Reported time updated

project.reported_time.updated

FieldTypeExample
reportedTimeIdUUIDce676377-021a-4d4d-9961-a8a6d9890f55
reportedDatedate | null2022-01-01
secondsinteger3600
taskIdUUIDadaa882e-dc23-4b79-a84f-f8a8061ea480
projectIdUUID9a031b32-f522-425c-b9a7-4775f0134588
userIdUUID | null8634a2a5-c649-4e9e-84e1-86527626fd62
timeTypeIdUUID | nullfa123ba0-8933-4e2e-899f-e8c254f54091
descriptionstring | nullDescription
{
  "reportedTimeId": "ce676377-021a-4d4d-9961-a8a6d9890f55",
  "reportedDate": "2022-01-01",
  "seconds": 3600,
  "taskId": "adaa882e-dc23-4b79-a84f-f8a8061ea480",
  "projectId": "9a031b32-f522-425c-b9a7-4775f0134588",
  "userId": "8634a2a5-c649-4e9e-84e1-86527626fd62",
  "timeTypeId": "fa123ba0-8933-4e2e-899f-e8c254f54091",
  "description": "Description"
}

Reported time deleted

project.reported_time.deleted

FieldTypeExample
reportedTimeIdUUID8dca5aa9-12cb-4914-a494-9d678ed11558
projectIdUUID48283a55-a597-4928-826b-51be802f0722
{
  "reportedTimeId": "8dca5aa9-12cb-4914-a494-9d678ed11558",
  "projectId": "48283a55-a597-4928-826b-51be802f0722"
}

On this page