Publishers: List
Retrieve a list of publishers included in an account's subscription
path Parameters
accountId required | string |
query Parameters
v required | string A date in |
subset | string Default: "RELEVANT_ONLY" One of the following:
|
entityType | Array of strings Items Enum: "LOCATION" "HEALTHCARE_PROFESSIONAL" "HEALTHCARE_FACILITY" "RESTAURANT" "ATM" "EVENT" "HOTEL" When specified, only publishers that support the specified entity types will be returned Example: |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "publishers": [
- {
- "id": "string",
- "name": "string",
- "url": "string",
- "alternateBrands": [
- {
- "name": "string",
- "url": "string"
}
], - "supportedCountries": [
- "string"
], - "supportedLocationTypes": [
- "LOCATION"
], - "supportedEntityTypes": [
- "LOCATION"
], - "features": [
- "DUAL_SYNC"
], - "typicalUpdateSpeed": "string"
}
]
}
}