Reported Times
Webhook events for time reported against tasks.
Events
| Event | Trigger |
|---|---|
project.reported_time.created | A reported-time entry is created. |
project.reported_time.updated | A reported-time entry is updated. |
project.reported_time.deleted | A reported-time entry is deleted. |
Reported time created
project.reported_time.created
| Field | Type | Example |
|---|---|---|
reportedTimeId | UUID | ce676377-021a-4d4d-9961-a8a6d9890f55 |
reportedDate | date | null | 2022-01-01 |
seconds | integer | 3600 |
taskId | UUID | adaa882e-dc23-4b79-a84f-f8a8061ea480 |
projectId | UUID | 9a031b32-f522-425c-b9a7-4775f0134588 |
userId | UUID | null | 8634a2a5-c649-4e9e-84e1-86527626fd62 |
timeTypeId | UUID | null | fa123ba0-8933-4e2e-899f-e8c254f54091 |
description | string | null | Description |
{
"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
| Field | Type | Example |
|---|---|---|
reportedTimeId | UUID | ce676377-021a-4d4d-9961-a8a6d9890f55 |
reportedDate | date | null | 2022-01-01 |
seconds | integer | 3600 |
taskId | UUID | adaa882e-dc23-4b79-a84f-f8a8061ea480 |
projectId | UUID | 9a031b32-f522-425c-b9a7-4775f0134588 |
userId | UUID | null | 8634a2a5-c649-4e9e-84e1-86527626fd62 |
timeTypeId | UUID | null | fa123ba0-8933-4e2e-899f-e8c254f54091 |
description | string | null | Description |
{
"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
| Field | Type | Example |
|---|---|---|
reportedTimeId | UUID | 8dca5aa9-12cb-4914-a494-9d678ed11558 |
projectId | UUID | 48283a55-a597-4928-826b-51be802f0722 |
{
"reportedTimeId": "8dca5aa9-12cb-4914-a494-9d678ed11558",
"projectId": "48283a55-a597-4928-826b-51be802f0722"
}