List Activity Types

/activity_types

Get Activity Types [GET]

Get a list of activity types (used for the user’s activity feed).

Authorization: Admin, Web

Response 200

Body
{
  "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
    }
  ]
}

Still need help? Contact Us Contact Us