v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Get Job Sales Owner

Use this endpoint to get the sales owner for a job.

get/jobs/{jobId}/representatives/sales-owner

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

OK

idstring uuid

The unique ID of the Company Representative.

type'CompanyRepresentative' | 'SalesOwner' | 'AROwner' | 'Additional'

The type of the company representative.

_linkstring

The unique URI for this resource.

Example response

{
  "id": "9c9502f7-72f0-4162-8643-4467d235ae62",
  "user": {
    "id": "228db892-3b49-4455-b839-ffd8576d8731",
    "_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
  },
  "_link": "https://api.acculynx.com/v2/jobs/61370abe-3534-4ba8-b2f2-2ff56cdd5e02/representatives/company"
}