Returns the list of composition playlists that are available on a specific site.
FIELD | DESCRIPTION |
siteId | Required. String. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/assets/by/site
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/assets/by/site -d @by-site.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/site
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/assets/by/site -d @by-site.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/site
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/assets/by/site -d @by-site.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/site
curl -vX POST https://genie.gofilex.bydeluxe.com/api/publication/v1/assets/by/site -d @by-site.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
by-site.json
{
"siteId": "T6g26TZK7Jrquavzr"
}
[{
"_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"
},
"_availability": [
{
"_store": "default",
"size": 13068,
"hash": "A26q1M01srTyanJ+3BTO+rxveAQ=",
"valid": true,
"_equipment": {
"_id": "w8iMw6eokxgd3zEd7",
"type": "filmvault",
"description": ""
},
"_site": {
"name": "Gofilex Cinema",
"_id": "T6g26TZK7Jrquavzr"
},
"_addedOn": "2018-02-23T14:38:00.241Z",
"_childAssetUuids": {
"missing": [],
"invalid": []
},
"_deletableSince": null,
"_hidden": false
}
],
"encrypted": false,
"decryptable": false,
"orderable": true
},{
"_id": "y2iKhC7gw28CiJjJJ",
"role": "composition-playlist",
"uuid": "888c53d9-4ee5-45b8-8f03-ab7ec89c4d85",
"contentKind": "transitional",
"description": "GOFILEX-LEADER_XSN_S_XX-EN_INT_51_2K_GOF_20150506_GOF_IOP_OV",
"video": {
"type": "standard",
"stereoscopic": false,
"resolution": "2K",
"aspectRatio": "scope",
"frameRate": 24
},
"audio": {
"type": "5.1",
"languages": []
},
"subtitles": {
"type": "open",
"languages": [
"eng"
]
},
"motion": {
"type": "none"
},
"_availability": [
{
"_store": "default",
"size": 13068,
"hash": "A26q1M01srTyanJ+3BTO+rxveAQ=",
"valid": true,
"_equipment": {
"_id": "w8iMw6eokxgd3zEd7",
"type": "filmvault",
"description": ""
},
"_site": {
"name": "Gofilex Cinema",
"_id": "T6g26TZK7Jrquavzr"
},
"_addedOn": "2018-02-23T14:38:00.241Z",
"_childAssetUuids": {
"missing": [],
"invalid": []
},
"_deletableSince": null,
"_hidden": false
}
],
"encrypted": false,
"decryptable": false,
"orderable": true
}]