GET api/v2/activities/types

Get all available entity activity types in the tagVUE system (enrolled, updated, added etc...)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ActivityTypes
NameDescriptionTypeAdditional information
activity-types

The entity activity types list

Collection of string

None.

Response Formats

application/xml, text/xml

Sample:
<activity-type-list xmlns="urn:tagvue:am">
  <activity-type>sample string 1</activity-type>
  <activity-type>sample string 2</activity-type>
</activity-type-list>

application/json, text/json

Sample:
{
  "activity-types": [
    "sample string 1",
    "sample string 2"
  ]
}