v1
latestOpenAPI 3.0.12026-07-245752052.0 MBunifiedJobs
Retrieve a unified job by its unique identifier
get/api/servicepool/unifiedJobs/{identifier}
Path parameters
identifierstring uuid required
unified job unique identifier
Query parameters
{
"limit": 10,
"order": [
"prop DESC"
]
}Response
Fetch a single unifiedJob by uuid
Example response
{
"data": {
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"title": "Software Engineer",
"description": "Software Engineer",
"wxJobUuid": "123e4567-e89b-12d3-a456-426614174000",
"hireJobUuid": "123e4567-e89b-12d3-a456-426614174000",
"location": {
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"qualifications": [
{
"uuid": "123e4567-e89b-12d3-a456-426614174000"
}
],
"demographics": {
"uuid": "123e4567-e89b-12d3-a456-426614174000"
},
"createdAt": "2025-09-09T10:58:17.451+00:00",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-09-09T10:58:17.451+00:00",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"skills": [
"Oral expression"
],
"onetV2Skills": [
{
"skill": "Skill 1",
"category": "Category 1",
"Element ID": "Element 1",
"frequency": 1,
"data_value": 0.8,
"evidence": "Evidence text"
}
],
"onetOccupation": {
"name": "Computer Programmers",
"onetSocCode": "15-1251.00"
}
}
}