Returns the details of all available companies.
FIELD | DESCRIPTION |
type |
Optional. String. The type of companies to be returned. This can be either "cinema", which is the default option, or "content-owner". |
createdBefore |
Optional. String. Date string that causes the endpoint to only return companies created before the provided date. Can be used in conjunction with the |
createdAfter |
Optional. String. Date string that causes the endpoint to only return companies created after the provided date. Can be used in conjunction with the |
lastModifiedAfter |
Optional. String. Date string that causes the endpoint to only return companies last modified after the provided date. |
EMEA Portal
https://genie.portal.gofilex.com/api/publication/v1/companies
curl -vX POST https://genie.portal.gofilex.com/api/publication/v1/companies --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
APAC Portal
https://genie.portal.apac.gofilex.com/api/publication/v1/companies
curl -vX POST https://genie.portal.apac.gofilex.com/api/publication/v1/companies --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
MPS Portal
https://genie.portal.mps.gofilex.com/api/publication/v1/companies
curl -vX POST https://genie.portal.mps.gofilex.com/api/publication/v1/companies --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
NORAM Portal
https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/companies
curl -vX POST https://genie.portal.gofilex.bydeluxe.com/api/publication/v1/companies --header "Content-Type: application/json" --header "Authorization: Bearer BXrnipNekltq-sHFxpjdd90S17th2Q5mSaRf_4-Rayx"
[{
"_id": "aNDMD3ebP6Zvmkxwm",
"type": "cinema",
"name": "Gofilex Cinema",
"aliases": [
{
"name": "Gofilex Cinema",
"location": {
"city": "Zeist"
}
}
],
"location": {
"countries": [
"NL"
],
"city": "Zeist",
"timezone": "Europe/Amsterdam",
"street": "Test Street 1A",
"zipCode": "1234"
},
"identifiers": [
{
"source": "nff",
"value": "1.337"
}
],
"indicators": {
"filmvault": "FV",
"tool": "CT"
},
"_status": "online",
"_created": {
"at": "2020-01-01T00:00:00.000Z"
},
"_lastModificationDate": "2020-02-01T00:00:00.000Z"
}]
Most fields are self-explanatory, however here are some details about a few of them:
indicators
subfields, such as filmvault
, will not be present (i.e. “falsy”) if non-applicable to that particular company