cURL
curl --request GET \ --url https://api.vepler.com/v1/v1/planning/{applicationIds} \ --header 'x-api-key: <api-key>'
{ "success": true, "applications": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "provider": "<string>", "key": "<string>", "sourceId": "<string>", "status": "received", "createdAt": "<string>", "updatedAt": "<string>", "statusExternal": "<string>", "statusConfidence": 123, "type": "<string>", "typeExternal": "<string>", "developmentCategory": "<string>", "typeConfidence": 123, "description": "<string>", "receivedDate": "<string>", "validatedDate": "<string>", "appealedDate": "<string>", "appealedStatus": "<string>", "spatial": { "type": "Point", "coordinates": [ 123 ] }, "spatialFeatures": "<unknown>" } ], "total": 123, "limit": 123, "offset": 123 }
Retrieve planning application data using comma-separated application identifiers
API Key authentication for Vepler API. Get your API key from the Vepler dashboard.
Comma-separated list of planning application IDs
Planning application data successfully retrieved
true
false
Show child attributes
Was this page helpful?