get
/activities.json
Returns a list of activities, they are returned with the most recently created first by default.
The following values are allowed in the include query parameter:
- activityType
- assignees
- contacts
- email-connections
The following targets are allowed in filter query parameters:
- createdAt
- dealId
- isComplete
- typeId
- updatedAt
The following values are allowed in the sort query parameter:
- completedAt
- createdAt (default)
- date
- dueDate
- duration
- name
- updatedAt
Request Parameters
5 Query Parameters
Responses
200 OK
Schema
activities
array[object]
included
object
Included contains all the side-loaded data of a response. See including related entities.
meta
object
ResponseMeta contains common meta data.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host