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 For meetings this is the location, for postals this is the address and for calls this is the number.
message_idstringThe custom message id
date_createdunix ts 
date_startedunix ts 
date_endedunix ts 
date_dueunix ts 
date_updatedunix ts 
staffunsigned or object 
priorityunsigned or object 
classunsigned or objectActivity's class.
taskunsigned or objectThe task the activity is against if any.
billableunsignedBillable time in seconds
nonbillableunsignedNon-billable time in seconds
tagArray of objectsTags of the activity

...