Skip to content

Get activity by ID​

GET
/system/activitytypes/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"ActivityId": 0,
"Code": "string",
"Description": "string",
"Category": "string",
"ActivityResults": [
{
"AggregateCount": 0,
"MetaData": null,
"ActivityId": 0,
"Code": "string",
"Description": "string",
"Category": "string",
"Link": "string",
"Default": "string"
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​