{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Demographics 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": "Demographics Service", "type": "folder" }, "items": [ { "info": { "name": "Demographics Advanced Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/demographics-segmentation/v1/advanced/demographics", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Demographics Advanced Endpoint will return the aggregated values of the selected demographics variables of the regions falling inside a user provided geometry or travel time/distance boundaries. All the intersecting demographic boundaries will be snapped completely, and user will have option to request these boundaries in response. " }, { "info": { "name": "Demographics Basic", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/demographics-segmentation/v1/basic/demographics", "params": [ { "name": "address", "value": "", "type": "query", "description": "Address to be searched" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the location" }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the location" }, { "name": "searchRadius", "value": "", "type": "query", "description": "Radius within which demographics details are required. Max. value is 52800 Feet or 10 miles" }, { "name": "searchRadiusUnit", "value": "", "type": "query", "description": "Radius unit such as Feet, Kilometers, Miles or Meters " }, { "name": "travelTime", "value": "", "type": "query", "description": "Travel Time based on travelMode within which demographics details are required. Max. value is 1 hour." }, { "name": "travelTimeUnit", "value": "", "type": "query", "description": "minutes,hours,seconds,milliseconds. Default is meters.Default is minutes." }, { "name": "travelDistance", "value": "", "type": "query", "description": "Travel Distance based on travelMode within which demographics details are required. Max. value is 10 miles." }, { "name": "travelDistanceUnit", "value": "", "type": "query", "description": "feet,kilometers,miles,meters. Default is feet." }, { "name": "travelMode", "value": "", "type": "query", "description": "Default is driving." }, { "name": "country", "value": "", "type": "query", "description": "3 digit ISO country code (Used in case address is mentioned)." }, { "name": "profile", "value": "", "type": "query", "description": "Applicable on ranged variables. Returns top sorted result based on the input value." }, { "name": "filter", "value": "", "type": "query", "description": "If Y, demographic boundaries are returned in response." }, { "name": "includeGeometry", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Demographics Basic Endpoint will return the aggregated values of the selected demographics variables of the regions falling inside the search radius. All the intersecting demographic boundaries will be snapped completely and user will have option to request these boundaries in response. " } ] } ], "bundled": true }