Version: 2.x

Get job scan by id

Try it

See Job scan properties for a detailed description of the json elements below.

Request parameters

NameDescription
idThe unique identifier of the job scan.

Response

Returns the requested job scan if found.

{
"id": "guid",
"clientId": "guid",
"createdOn": "datetime",
"title": "string",
"contactFirstName": "string",
"contactLastName": "string",
"contactEmail": "string",
"contactCcEmail": [
"string"
],
"contactPhone": "string",
"employer": "string",
"externalRef": "string",
"domainIds": [
"guid"
],
"schoolIds": [
"guid"
],
"clusterIds": [
"guid"
]
}

Permission scopes

  • read:jobscans