{ "opencollection": "1.0.0", "info": { "name": "HERE Geocoding & Search API v7 Batch Jobs API", "version": "7.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Batch Jobs", "type": "folder" }, "items": [ { "info": { "name": "List batch jobs", "type": "http" }, "http": { "method": "GET", "url": "https://geocode.search.hereapi.com/v1/jobs" }, "docs": "List batch jobs" }, { "info": { "name": "Create a batch job", "type": "http" }, "http": { "method": "POST", "url": "https://geocode.search.hereapi.com/v1/jobs" }, "docs": "Create a batch job" }, { "info": { "name": "Delete multiple jobs", "type": "http" }, "http": { "method": "DELETE", "url": "https://geocode.search.hereapi.com/v1/jobs" }, "docs": "Delete multiple jobs" }, { "info": { "name": "Get a job's status", "type": "http" }, "http": { "method": "GET", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Get a job's status" }, { "info": { "name": "Delete a specific job", "type": "http" }, "http": { "method": "DELETE", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Delete a specific job" }, { "info": { "name": "Start a job", "type": "http" }, "http": { "method": "PUT", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId/start", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Start a job" }, { "info": { "name": "Stop a job", "type": "http" }, "http": { "method": "PUT", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId/stop", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Stop a job" }, { "info": { "name": "Retrieve job results", "type": "http" }, "http": { "method": "GET", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId/results", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Retrieve job results" }, { "info": { "name": "Retrieve job errors", "type": "http" }, "http": { "method": "GET", "url": "https://geocode.search.hereapi.com/v1/jobs/:jobId/errors", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Retrieve job errors" } ] } ], "bundled": true }