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
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"
}