Activity Type Object
Field Guide
The following fields are returned when listing accounts.
| Attribute | Description |
|---|---|
| id | unique identifier of activity type |
| name | name of activity type |
| displayName | a name used to display the activity type to the user |
| ordinal | the order of the activity type |
Additional Fields
In addition to the fields above, the following fields are returned when retrieving analytics
| Attribute | Description |
|---|---|
| count | the total activities of the activity type within the date range specified |
Example
{
"page": 1,
"pages": 1,
"count": 10,
"items": [
{
"id": 1,
"name": "assetCreated",
"displayName": "Asset Created",
"ordinal": 1
},
{
"id": 2,
"name": "priorityIdentifiedHigh",
"displayName": "Priority Identified (High)",
"ordinal": 2
}
]
}