Versions Compared

Key

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

...

idunsignedActivity's unique identifier. This can be used to request other endpoints.
subjectstring
parentstringParent activity endpoints. For example, /activities/13
parent_idunsignedParent activity identifier. For example, 13.
threadstringThread activity endpoint. For example, /activities/13.
thread_idunsignedThread activity identifier. For example, 13
againststringThe object endpoint the activity is against. For example, /company/14
against_typestringThe object the activity is against. For example, company or staff.
against_idunsignedUnique identifier for the object the activity is against.
ownerstringAn endpoint representing the owner. For example, /staff/15 or /affiliation/14
owner_typestringThe type of owner. For example, staff or affiliation.
owner_idunsignedThe owner's id. For example, 15 or 14.
mediumstringmeeting, note, email, etc
bodystringThe main content of the activity.
visibilitystringprivate, all, confidential
detailsstring
message_idstringThe custom message id
date_createdunix ts
date_startedunix ts
date_endedunix ts
date_dueunix ts
date_updatedmodifiedunix ts
staffunsigned or object
priorityunsigned or object


rateunsigned or object
rate_chargedunsigned floatThe rate charged for the activity. If the rate has been changed for a particular activity, this will show the changed rate.
classunsigned or objectActivity's class.
taskunsigned or objectThe task the activity is against if any.
interactsN/AAdds an "interacts" array to each activity response. Please see Handling Interacts below for more information.

...