The opening object:

FieldTypeDescription
uidstringOpening UID
position_uidstringPosition UID
namestringOpening name
approval_processobject
approval_process.uidstringApproval process UID
approval_process.namestringApproval process name
approval_process.time_startedtimestampOpening's approval process start time
approval_process.time_completedtimestampOpening's approval process approval time. Included if the process was approved
approval_process.statusstringOne of the following:
'NA' (in case the approval process was not sent for approval yet)
'APPROVED'
'REJECTED'
'STARTED'
'PAUSED'
hired_candidate_uidstringHired candidate UID
time_expected_hiretimestampExpected hire date
headcountstringNumber of openings
reasonstringOne of the following:
'New'
'Replacement hire'
'Temporary replacement'
statusstringOne of the following:
Open
Hired
Canceled
Pending
time_createdtimestampTime opening was created
time_last_status_changetimestampTime of the last change of the opening status
time_opentimestampOpening's open date. Use this time to calculate hiring metrics like time-to-fill
time_updatedtimestamp
{
            "uid": "7A.258",
            "position_uid": "AD.F22",
            "name": "Opening 1",
            "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"
}