Get
...
Time Allocations
Resource URL
Code Block | ||
---|---|---|
| ||
GET /activities/allocations |
Parameters
Table of allowed paramatersparameters.
_fields | partial string | Allows you to specify optional fields and linked objects to include in the response. |
---|---|---|
_filters | partial string | Filter the allocation sum. See activity filters. |
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields
paramater parameter; see included examples. Underlined values are default.
billable | unsigned | Total billable time for all activities found (in seconds) |
---|---|---|
nonbillable | unsigned | Total non-billable time for all activities found (in seconds) |
charged | double | The total value charged. |
Don't see a field you're after? Please feel free to let us know. Keep in mind these are based on a group of activities. For example, we could add an optional field for the first date logged value.
...