Ariel API Docs Help

Get Work Order Services

Description

This endpoint is used to get the controlled vocabulary of work order services. The field services will be used in the Create Contract endpoint to specify the services that apply to the contributor of the contract.

Endpoint

/v1/cv/workorderservice

Responses

[ { "jobType": "dub", "assignments": [ { "assignment": { "type": "director", "isManual": true }, "services": [ "audio description", "dialogue", "vocal" ] }, { "assignment": { "type": "voice talent", "isManual": true }, "services": [ "audio description", "dialogue", "vocal" ] }, { "assignment": { "type": "translator", "isManual": true }, "services": [ "audio description", "dialogue", "lyrics" ] }, { "assignment": { "type": "adapter", "isManual": true }, "services": [ "audio description", "dialogue", "lyrics" ] }, { "assignment": { "type": "artist label", "isManual": true }, "services": [] }, { "assignment": { "type": "lyric sheets", "isManual": false }, "services": [] } ] } ]
15 April 2026