Versions Compared

Key

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

...

_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

 

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 parameter; see included examples. Underlined values are default. Fields of activities can be found from List Activities page.

 

idunsignedId of the thread
total_activitiesunsignedTotal number of activities on the thread
event_textStringShort description of the event.
breadcrumbsArraybreadcrumbs of the thread
ownersObjectThe owners of the activities on the thread


Sample Response

Code Block
languagebash
GET /activities/threads/1.json

...