Versions Compared

Key

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

...

Pending v0.3.43-BETAPending v0.3.43-BETA
subjectstringActivity's subject that will appear in the title of the activity.
bodystringThe content of the activity.
against_idunsignedThe id of the against_table object, the activity is linked against. This will default to the current user's id.
against_typestringThe object the activity is linked against. This can be: affiliation, annex, campaign, account_invoice, campaign_action, component, contract, contract_period, deployment, event,invoice, issue, job, membership, prospect, request or staff. This will default to staff.
owner_typestringThe activity can be owned by a staff member or an affiliation.
owner_idunsignedOwner's id. i.e, the staff or affiliation id of owner_table.
mediumstringType of activity to create. This can be: note, meeting, report, email, call, postal, fax or sms. This will default to note.
visibilitystringThis can be: all, confidential or private. This will default to private.
detailsstringAdditional details assigned to an activity.
priority_idunsigned 
class_idunsigned 
thread_idunsigned 
task_idunsigned 
parent_idunsignedAnother activity ID
date_startedunix tsSeconds since UTC
date_dueunix tsSeconds since UTC
date_endedunix tsSeconds since UTC
message_idstringCustom message id given to the activity.
nonbillableunsignedAmount of non-billable time ("Logged time") to log against the activity. Requires owner_type of "staff" and an owner_id
billableunsignedAmount of billable time to log against the activity. Note. This field is only for activities against an issue, job, milestone, contract or period. Please use the nonbillable ("logged time") parameter for any other against types. Requires owner_type of "staff" and an owner_id
toassociative arrayAn associative array of staff, affiliations and emails (Requires JSON application/js body).
Status
colourYellow
titlePending v0.3.43-BETA
ccassociative arrayAn associative array of staff, affiliations and emails (Requires JSON application/js body).
Status
colourYellow
title
bccassociative arrayAn associative array of staff, affiliations and emails (Requires JSON application/js body).
Status
colourYellow
title
_fieldsstringAllows you to specify optional fields and linked objects to include in the response, if successful.

...

Including to, cc and bcc interactions

...

Creating an activity including interactions is a simple JSON request. It supports to, cc and bcc. Interaction owners staff, affiliations and general emails. e.g,

...