...
id | unsigned | Activity's unique identifier. This can be used to request other endpoints. |
---|---|---|
title | string | |
custom_id | string | |
standing | string | active, pending, inactive, etc |
billable | unsigned | Total billable minutes |
nonbillable | unsigned | Total non-billable minutes |
budgeted | unsigned | Total budgeted minutes. |
remaining | unsigned | Total remaining minutes |
logged | unsigned | Total minutes logged (includes billable and non-billable) |
date_created | unix ts | |
date_started | unix ts | |
date_commenced | unix ts | |
date_accepted | unix ts | |
date_completed | unix ts | |
date_modified | unix ts | |
date_due | unix ts | |
creator | string | API resource endpoint for the task creator. For example, staff/12 |
creator_type | string | The type of creator. For example, staff or affiliation. |
creator_id | unsigned | Unique identifier for the creator object. |
assignee | unsigned or object | See GET staff/:id for response details. |
type | unsigned or object | |
status | unsigned or object | |
manager | unsigned or object | |
contact | unsigned or object | |
against_id | unsigned int | The id of the object the task is against. |
against_type | string | The type of object the task is against. e.g, prospect, company, issue, job or milestone. |
company | unsigned int | If the task is against a company, this will return the company's id |
company() | object | If the task is against a company, this will return the company's object. |
job | unsigned int | If the task is against a job, this will return the job's id |
job() | object | If the task is against a job, this will return the job's object. |
issue | unsigned int | If the task is against an issue, this will return the issue's id. |
issue() | object | If the task is against an issue, this will return the issue's object. |
milestone | unsigned int | If the task is against a milestone, this will return the milestone's id. |
milestone() | object | If the task is against a milestone, this will return the milestone's object. |
breadcrumbs | array | Contains an array of breadcrumbs for the given task. |
...