Returns the list of asset maps that the composition playlist belongs to.
FIELD | DESCRIPTION |
compositionPlaylistId | Required if no compositionPlaylistUuid (see below) is specified. String. |
compositionPlaylistUuid | Required if no compositionPlaylistId (see above) is specified. String. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/assets/by/composition-playlist
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/assets/by/composition-playlist -d @composition-playlist.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/composition-playlist
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/assets/by/composition-playlist -d @composition-playlist.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/composition-playlist
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/composition-playlist -d @composition-playlist.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
NORAM Portal
https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/assets/by/composition-playlist
curl -vX POST https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/assets/by/composition-playlist -d @composition-playlist.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
composition-playlist.json
{
"compositionPlaylistUuid": "916844f4-3b3a-40bc-85e3-5c267a831e22"
}
[{
"_id": "sd8wXzwx4b2e75oBT",
"uuid": "3b562358-e9ab-4f69-acb5-b0df5f2dd555",
"encrypted": false,
"role": "asset-map",
"supplemental": false,
"description": "GOFILEX-LEADER_XSN_F_XX-EN_INT_51_2K_GOF_20150506_GOF_IOP_OV",
"contentKind": "transitional"
}]