List Activity Types for Analytics
/analytics/activity_types
Get Activity Types [GET]
Get a list of all activity types with counts of activities within the given date range.
Authorization: Admin, Web
Parameters
- activityAt =
oData(optional, datetime, Example:activityAt gt datetime'2015-01-01T16:56' and activityAt lt datetime'2015-02-01T16:56') Activity performed between a specific date range. - activityById =
oData(optional, integer, Example:activityById eq '8093') Activity performed by a specific user of the given user id. - activityToId =
oData(optional, integer, Example:activityToId eq '9082') Activity performed to a specific user of the given user id. - activityTypeId =
oData(optional, integer, Example:activityTypeId eq '3') Activity of the specific type id.
Response 200
Body
{
"items": [
{
"count": 54,
"displayName": "Asset Created",
"id": 0,
"name": "assetCreated",
"ordinal": 1
},
{
"count": 102,
"displayName": "Priority Identified (High)",
"id": 1,
"name": "priorityIdentifiedHigh",
"ordinal": 2
}
]
}