Returns the list of composition playlists that belong to a specific title.
FIELD | DESCRIPTION |
titleId | Required. String. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/assets/by/title
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/assets/by/title -d @by-title.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
APAC Portal
https://genie.portal.apac.gofilex.com/api/publication/v1/assets/by/title
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/assets/by/title -d @by-title.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
MPS Portal
https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/title
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/title -d @by-title.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
NORAM
https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/assets/by/title
curl -vX POST https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/assets/by/title -d @by-title.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
by-title.json
{
"titleId": "54Beh2YHD6u3MakqY"
}
[
{
"_id": "TxnZMptcFE5YNyBQT",
"uuid": "916844f4-3b3a-40bc-85e3-5c267a831e22",
"encrypted": false,
"contentKind": "transitional",
"role": "composition-playlist",
"video": {
"type": "standard",
"stereoscopic": false,
"resolution": "2K",
"aspectRatio": "flat",
"frameRate": 24
},
"audio": {
"type": "5.1",
"languages": []
},
"subtitles": {
"type": "open",
"languages": [
"eng"
]
},
"description": "GOFILEX-LEADER_XSN_F_XX-EN_INT_51_2K_GOF_20150506_GOF_IOP_OV",
"motion": {
"type": "none"
}
},
{
"_id": "y2iKhC7gw28CiJjJJ",
"uuid": "888c53d9-4ee5-45b8-8f03-ab7ec89c4d85",
"encrypted": false,
"contentKind": "transitional",
"role": "composition-playlist",
"video": {
"type": "standard",
"stereoscopic": false,
"resolution": "2K",
"aspectRatio": "scope",
"frameRate": 24
},
"audio": {
"type": "5.1",
"languages": []
},
"subtitles": {
"type": "open",
"languages": [
"eng"
]
},
"description": "GOFILEX-LEADER_XSN_S_XX-EN_INT_51_2K_GOF_20150506_GOF_IOP_OV",
"motion": {
"type": "none"
}
}
]