Returns the list of titles that are owned by a specific content owner.
FIELD | DESCRIPTION |
ownerId | Required if no ownerIdentifier (see below) is specified. String. |
ownerIdentifier | Required if no Gofilex content owner _id (see above) is specified. Object. |
ownerIdentifier.source | Required if the ownerIdentifier object is provided. String. |
ownerIdentifier.value | Required if the ownerIdentifier object is provided. String. |
withContent | Optional. Boolean. If specified as true, then additional details regarding the content that is linked to the titles will be returned as well. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/assets/by/owner
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/titles/by/owner -d @by-owner.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
APAC Portal
https://genie.portal.apac.gofilex.com/api/publication/v1/titles/by/owner
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/titles/by/owner -d @by-owner.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
MPS Portal
https://genie.portal.apac.gofilex.com/api/publication/v1/titles/by/owner
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/titles/by/owner -d @by-owner.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
NORAM Portal
https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/titles/by/owner
curl -vX POST https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/titles/by/owner -d @by-owner.json --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
by-owner.json
{
"ownerId": "HKDd83r8Qy6acvY3R"
}
[{
"_id": "LdtBsWqxMsg2rgnie",
"name": "Gofilex Leader",
"countries": [
"NL",
"BE"
],
"releaseDate": "2020-10-22T23:00:00.000+00:00",
"variants": [{
"name": "Gofilex Leader",
"releaseDate": "2020-10-22T23:00:00.000+00:00",
"countries": [
"NL",
"BE"
]
}],
"_owner": {
"_id": "HKDd83r8Qy6acvY3R",
"name": "Gofilex Distribution"
},
"_created": {
"at": "2018-02-23T10:56:54.953+00:00"
}
}]