{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Places Service. API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Places Service.", "type": "folder" }, "items": [ { "info": { "name": "Points Of Interest Count", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/places/v1/poicount", "headers": [ { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts a user-defined boundary as input and returns the Count number of POIs within the boundary. Additionally, user can request the count of filtered POIs by name, type, standard industrial classifications and category codes within the given polygon." }, { "info": { "name": "Points Of Interest Details By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/places/v1/poi/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "POI unique Identifier." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "This service returns complete details of a chosen point of interest by an identifier. The identifier could be selected from Autocomplete API response." } ] } ], "bundled": true }