{ "opencollection": "1.0.0", "info": { "name": "Gimbal REST Applications Places API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Places", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all places (supports filtering and pagination)", "type": "http" }, "http": { "method": "GET", "url": "https://manager.gimbal.com/api/v2/places", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter by name (partial match)." }, { "name": "page", "value": "", "type": "query", "description": "Page of results to return. If per_page is given but page is not, page defaults to 1." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of items per page. If page is given but per_page is not, per_page defaults to 50. Pagination is only performed when page or per_page is sent." } ] }, "docs": "Retrieve all places (supports filtering and pagination)" }, { "info": { "name": "Create place with geofence and/or beacons", "type": "http" }, "http": { "method": "POST", "url": "https://manager.gimbal.com/api/v2/places" }, "docs": "Create place with geofence and/or beacons" }, { "info": { "name": "Get place detail", "type": "http" }, "http": { "method": "GET", "url": "https://manager.gimbal.com/api/v2/places/:placeId", "params": [ { "name": "placeId", "value": "", "type": "path" } ] }, "docs": "Get place detail" }, { "info": { "name": "Update place", "type": "http" }, "http": { "method": "PUT", "url": "https://manager.gimbal.com/api/v2/places/:placeId", "params": [ { "name": "placeId", "value": "", "type": "path" } ] }, "docs": "Update place" }, { "info": { "name": "Delete place", "type": "http" }, "http": { "method": "DELETE", "url": "https://manager.gimbal.com/api/v2/places/:placeId", "params": [ { "name": "placeId", "value": "", "type": "path" } ] }, "docs": "Delete place" } ] } ], "bundled": true }