Returns the list of composition playlists that are part of an asset map.
FIELD | DESCRIPTION |
assetMapId | Required if no assetMapUuid (see below) is specified. String. |
assetMapUuid | Required if no assetMapId (see above) is specified. String. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/assets/by/asset-map
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/assets/by/asset-map -d @asset-map.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/asset-map
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/assets/by/asset-map -d @asset-map.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNek
MPS Portal
https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/asset-map
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/asset-map -d @asset-map.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNek
NORAM Portal
https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/assets/by/asset-map
curl -vX POST https://genie.portal.gofilex.bydeluxe..com/api/publication/v1/assets/by/asset-map -d @asset-map.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNek
asset-map.json
{
"assetMapUuid": "3b562358-e9ab-4f69-acb5-b0df5f2dd555"
}
[{
"_id": "TxnZMptcFE5YNyBQT",
"role": "composition-playlist",
"uuid": "916844f4-3b3a-40bc-85e3-5c267a831e22",
"contentKind": "transitional",
"description": "GOFILEX-LEADER_XSN_F_XX-EN_INT_51_2K_GOF_20150506_GOF_IOP_OV",
"video": {
"type": "standard",
"stereoscopic": false,
"resolution": "2K",
"aspectRatio": "flat",
"frameRate": 24
},
"audio": {
"type": "5.1",
"languages": []
},
"subtitles": {
"type": "open",
"languages": [
"eng"
]
},
"motion": {
"type": "none"
},
"encrypted": false,
"decryptable": false,
"orderable": true
}]