jobs
Get Job External References
Use this endpoint to get a external reference based on the following query parameters:
- jobId
- projectId * case insensitive
- source * mandatory & case insensitive
- jobId and projectId are optional, but at least one of them are needed in the request.
get/jobs/external-references
Query parameters
jobIdstring uuid required
The job's unique identifier
projectIdstring
Example:123453ID
The unique identifier of the project associated with the external reference.
sourcestring required
Example:My first integration
The name of the source associated with the external reference.
Response
OK
Example response
[
{
"jobId": "980783c8-7a34-4b20-a644-d6d94eff3b96",
"companyId": "980783c8-7a34-4b20-a644-d6d94eff3b96",
"source": "The external reference source",
"projectId": "This is the projectId"
}
]