v1
latestOpenAPI 3.1.02026-07-242470655.6 KBGet Collection
Get the fields and data of an existing collection
get/sites/multiscreen/{site_name}/collection/{collection_name}
Path parameters
site_namestring required
A valid site name of an existing website
collection_namestring required
Name of the current collection
Response
200
Example response
{
"customer_lock": "unlocked",
"external_details": {
"authorization_header_value": "string",
"collection_data_json_path": "string",
"custom_headers": [
{
"name": "string",
"values": [
"string"
]
}
],
"enabled": true,
"external_endpoint": "string",
"external_id": "string",
"page_item_url_field": "string"
},
"fields": [
{
"multi_select_options": [
"string"
],
"name": "string",
"type": "string"
}
],
"name": "string",
"regular_page_bindable": true,
"values": [
{
"id": "string",
"page_item_url": "string"
}
]
}