{ "opencollection": "1.0.0", "info": { "name": "Kadence Public Bookable Day Floor API", "version": "1.2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.onkadence.co/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Floor", "type": "folder" }, "items": [ { "info": { "name": "Get a collection of floors", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkadence.co/v1/public/floors", "headers": [ { "name": "Accept", "value": "application/ld+json" } ], "params": [ { "name": "buildingId", "value": "01CBCV1CT3BM8A52SEJ2J5F4EB", "type": "query", "description": "Filter by building identifier" }, { "name": "page", "value": "1", "type": "query", "description": "The page of floors to get" }, { "name": "itemsPerPage", "value": "30", "type": "query", "description": "Number of floors to get per page" } ] }, "docs": "Get a list of all the floors within your company from all the buildings." }, { "info": { "name": "Get a single floor by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkadence.co/v1/public/floors/:id", "headers": [ { "name": "Accept", "value": "application/ld+json" } ], "params": [ { "name": "id", "value": "01GTBV1CT3BM8A42SEJ2J5F4EG", "type": "path", "description": "Floor identifier" } ] }, "docs": "Get a floor if you know it's identifier." } ] } ], "bundled": true }