API version 2.0
Access API
Activities
2min
the activity resource represent the log of actions performed on an account or a contact activities can be viewed individually or as a list model attribute type description object string value is ‘activity’ type string represent the type of activity call , meeting , email id string the successeve internal id representing the activity created at timestamp the time (in seconds) the activity was added to successeve completed at timestamp the time (in seconds) the activity was executed subject string the activity subject (sometime empty here for compatibility with external applications) note string the content of the activity accounts list list of accounts linked to this activity contacts list list of contacts linked to this activity author object reference to the user who created this note { "object" "activity", "type" "call", "id" "5d4d879ef92ea143f0e3e0b5", "created at" 1565362078, "completed at" 1565361921, "subject" "call with john", "note" "< text here > ", "accounts" \[ { "object" "account", "id" "5aa42e5ecb4a290c579aeec8" } ], "author" { "object" "user", "id" "5a9d0d70ec8d83231af64745" } }