/position_result_step
GET
/position_result_step
position_result_step
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cool.jobmojito.com/rest/v1/position_result_step?select=id&order=id&offset=0&limit=5' \
--header 'Range;' \
--header 'Range-Unit;' \
--header 'Prefer;' \
--header 'Apikey: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im1vbXNidm5sdHN5ZGV6bW9lc3F0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTA3MDE0OTksImV4cCI6MjAwNjI3NzQ5OX0.MejArO571bSF0cav3fp_YQEhsF92yn440Iks7Wu1af8'
Response Response Example
200 - Example 1
[
{
"id": "gen_random_uuid()",
"created_at": "now()",
"updated_at": "string",
"deleted_at": "string",
"profile_id": "bfcb6779-b1f9-41fc-92d7-88f8bc1d12e8",
"profile_interview_id": "04cb6736-dab4-4ced-b6d8-80e893af0da4",
"merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",
"position_result_id": "12fd3f0c-f378-4404-8289-2a2406ffcdb2",
"processing_status": "new",
"type": "pre-screening",
"start_at": "string",
"ai_decision_at": "string",
"recruiter_decision_at": "string",
"interview_result_pre_screening_id": "725e4489-cf6b-4898-8dfc-edbf4b66a406",
"interview_result_id": "f1b9769f-4dc7-4c19-aa6b-a89771ecaaf6",
"interview_results": [
"string"
],
"status": "draft",
"position_def_step_id": "8cb230ea-a752-48ac-a756-34f944733ba7",
"sequence_no": 0,
"position_id": "a92aa83d-7963-4315-8d81-5d1c5b730d9d",
"decision_status": "candidate_action"
}
]
Request
Query Params
select
stringÂ
optional
Example:
id
order
stringÂ
optional
Example:
id
offset
stringÂ
optional
Example:
0
limit
stringÂ
optional
Example:
5
Header Params
Range
stringÂ
optional
Range-Unit
stringÂ
optional
Default:
items
Prefer
enum<string>Â
optional
Allowed value:
count=none
Apikey
stringÂ
optional
Example:
{{Apikey}}