Ariel API Docs Help

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

/v1/cv/assignmenttype

Responses

[ { "assignmentType": "adapter", "isManual": true, "displayName": "Adapter" }, { "assignmentType": "director", "isManual": true, "displayName": "Director" } ]
24 November 2025