Get Assignment Types
Description
This endpoint is used to get the controlled vocabulary of assignment types.
The field assignmentType will be used in the Create Contract endpoint to specify the type of assignment.
Endpoint
Responses
[
{
"assignmentType": "adapter",
"isManual": true,
"displayName": "Adapter"
},
{
"assignmentType": "director",
"isManual": true,
"displayName": "Director"
}
]
Related Documentation
Create Contract: Use assignment types when creating a contract.
API Reference: See all available endpoints and details.
24 November 2025