Skip to main content
GET
/
classifier
/
activityType
Activity Type
curl --request GET \
  --url 'https://{{baseUrl}}/classifier/activityType' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "TEST",
    "title": "test case",
    "riskLevel": "MEDIUM",
    "businessUnit": "sandbox"
  },
  {
    "code": "NONE",
    "title": "NONE",
    "riskLevel": "LOW",
    "businessUnit": "sandbox"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A list of activity type classifiers.

code
string
title
string
riskLevel
string
businessUnit
string