Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get

...

Time Allocations

Resource URL

Code Block
languagebash
GET /activities/allocations

Parameters

Table of allowed paramatersparameters.

_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.
_filterspartial stringFilter 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.

billableunsignedTotal billable time for all activities found (in seconds)
nonbillableunsignedTotal non-billable time for all activities found (in seconds)
chargeddoubleThe 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.

...