Read a specific Openings.
Request
GET https://api.comeet.co/openings/{uid}
Request path parameters:
Name | Type | Optional | Description |
---|---|---|---|
uid | string | Required | Opening UID |
Response
{
"uid": "7A.258",
"position_uid": "AD.F22",
"name": "Opening_name",
"approval_process": {
"uid": "DF.A39",
"name": "CEO Approval",
"time_started": "2023-02-26T13:48:30Z",
"time_completed": null,
"status": "STARTED"
},
"hired_candidate_uid": null,
"time_expected_hire": "2022-09-11T00:00:00Z",
"headcount": 1,
"reason": "New",
"status": "Pending",
"time_created": "2022-07-13T15:47:10Z",
"time_last_status_change": "2022-07-13T15:47:10Z",
"time_opened": "2022-07-13T00:00:00Z",
"time_updated": "2022-07-13T15:47:10Z"
}