Skip to main content
GET
Get assessment type by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

assessmentTypeId
string
required

Response

200 - application/json

Ok

id
string
required

Unique identifier for the assessment type.

name
string
required

Display name of the assessment type.

description
string | null
required

Description of the assessment type, if set.

status
enum<string>
required

The lifecycle status of the assessment type.

Available options:
ACTIVE,
ARCHIVED