1. Schemas
Locations
  • Locations Specification
  • Schema
  • Find a location
    GET
  • Get auto suggest values
    GET
  • Lookup a postcode
    GET
  • Lookup a known location
    GET
  • Create a batch job
    POST
  • Gets the status of a batch job
    GET
  • Gets the parsed results for a job
    GET
  • Gets a location from lat, long.
    GET
  • Schemas
    • Schemas
      • Location
      • Point
      • Postcode
      • Job
  1. Schemas

Job(Job)

{
    "hash": "string",
    "file_hash": "string",
    "status": "scheduled",
    "rows": 0,
    "completed": 0,
    "failed": 0,
    "started_at": "2019-08-24T14:15:22.123Z",
    "finished_at": "2019-08-24T14:15:22.123Z"
}
Built with