Skip to main content

Repairer API

The Repairer API allows you to act on behalf of a repairer business. This includes actions such as fetching and creating repairer jobs.

jobs.get

Fetches a repair job

header Parameters
authorization
required
string (std.string.String)

UTF-8 encoded string

partly-integration-id
required
string <uuid> (uuid.Uuid)

UUID value type

Request Body schema: application/json
required
required
id (object) or external (object) (integrations_server.service.jobs.v1.model.JobIdentityV1)

Responses

Request samples

Content type
application/json
{
  • "identity": {
    }
}

Response samples

Content type
application/json
{
  • "claim_number": { },
  • "external_id": { },
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "images": [
    ],
  • "job_number": { },
  • "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811",
  • "status": {
    },
  • "vehicle": { },
  • "work_provider_id": { }
}