v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

List Collections

Get all collections that exist on this website.

get/site/{site_name}/collection

Path parameters

site_namestring required

A valid site name of an existing website

Response

200

customer_lockstring
item_countinteger
namestring
static_page_bindableboolean

Example response

[
  {
    "customer_lock": "unlocked",
    "fields": [
      {
        "name": "date",
        "type": "text"
      }
    ],
    "item_count": 4,
    "name": "events",
    "values": [
      {
        "data": {
          "date": "01/01/2019",
          "entry-price": "$40",
          "event-image": "https://irt-cdn.multiscreensite.com/md/dmip/dms3rep/multi/young-woman-portrait-blue-eyes.jpg",
          "location": "San Francisco"
        },
        "id": "144"
      }
    ]
  }
]