{ "opencollection": "1.0.0", "info": { "name": "Kadence Public Bookable Day Neighborhood 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": "Neighborhood", "type": "folder" }, "items": [ { "info": { "name": "Get neighborhoods", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkadence.co/v1/public/neighborhoods", "headers": [ { "name": "Accept", "value": "application/ld+json" } ], "params": [ { "name": "buildingId", "value": "01CBCV1CT3BM8A52SEJ2J5F4EB", "type": "query", "description": "Filter by building identifier" }, { "name": "floorId", "value": "01H57KGTPZ50STX5N62Q991JNM", "type": "query", "description": "Filter by floor identifier" }, { "name": "page", "value": "1", "type": "query", "description": "The page of neighborhoods to get" }, { "name": "itemsPerPage", "value": "30", "type": "query", "description": "Number of neighborhoods to get per page" } ] }, "docs": "Get a list of all the neighborhoods within your company from all the floors." }, { "info": { "name": "Get a single neighborhood by identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.onkadence.co/v1/public/neighborhoods/:id", "headers": [ { "name": "Accept", "value": "application/ld+json" } ], "params": [ { "name": "id", "value": "01GTBV1CT3BM8A42SEJ2J5F4EG", "type": "path", "description": "Neighborhood identifier" } ] }, "docs": "Get a neighborhood if you know it's identifier." } ] } ], "bundled": true }