Get
/cpdCategories/{categoryId}
Retrieves a specific CPD category by its ID
Security
HTTP
Type basic
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Path parameters
categoryId
stringRequired
Unique identifier of the CPD category
Pattern^[0-9a-fA-F]{24}$
Example507f1f77bcf86cd799439011
Responses
200
Successful response
{
"categoryId": "507f1f77bcf86cd799439012",
"name": "ANIMALS"
}object
categoryId
string
Unique ID for this category record
Pattern^[0-9a-fA-F]{24}$
Example5c8936159ec2d00010cdd334
name
string
Name of the category of CPD activity
Max length250
ExamplePersonal Reading
404
CPD category not found