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
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": []
}
]
}
]
Related Documentation
Create Contract: Use work order services when creating a contract.
API Reference: See all available endpoints and details.
24 November 2025