JobMojito
HomePublic pageAdmin app
HomePublic pageAdmin app
  1. position_result_step
  • Welcome
  • API keys creation
  • API usage and libraries
  • Vibe coding
  • Platform
    • Interview workflow
    • Interview scoring
    • Data privacy model
    • Custom web domain
  • Actions API
    • Client URL for new user
    • Client URL for existing user
    • Invite user
    • Interview result, details with transcript
    • Interview result, generate html/PDF report
    • Create interview, using position data
    • Create interview, using position data & candidate pre-screening
    • Create interview, using provided questions
  • Tables API
    • interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
      • /interview_def_set
    • interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
      • /interview_def_pre_screening
    • interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
      • /interview_def_question
    • interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
      • /interview_def_response
    • interview_file
      • /interview_file
      • /interview_file
      • /interview_file
      • /interview_file
    • interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
      • /interview_file_page
    • interview_result
      • /interview_result
      • /interview_result
      • /interview_result
      • /interview_result
    • interview_templates
      • /interview_templates
      • /interview_templates
      • /interview_templates
      • /interview_templates
    • interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
      • /interview_result_question
    • interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
      • /interview_result_pre_screening
    • knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
      • /knowledge_base
    • knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
      • /knowledge_base_store
    • knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
      • /knowledge_base_chunks
    • position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
      • /position_def_set
    • position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
      • /position_def_step
    • position_result
      • /position_result
      • /position_result
      • /position_result
      • /position_result
    • position_result_step
      • /position_result_step
        GET
      • /position_result_step
        POST
      • /position_result_step
        DELETE
      • /position_result_step
        PATCH
    • profile
      • /profile
      • /profile
      • /profile
      • /profile
    • profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
      • /profile_interview
  • Webhooks
    • Creating webhooks
    • Webhook: Interview submitted
  1. position_result_step

/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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
select
string 
optional
Filtering Columns
Example:
id
order
string 
optional
Ordering
Example:
id
offset
string 
optional
Limiting and Pagination
Example:
0
limit
string 
optional
Limiting and Pagination
Example:
5
Header Params
Range
string 
optional
Limiting and Pagination
Range-Unit
string 
optional
Limiting and Pagination
Default:
items
Prefer
enum<string> 
optional
Preference
Allowed value:
count=none
Apikey
string 
optional
Anon key (constant value)
Example:
{{Apikey}}

Responses

🟢200OK
application/json
OK
Body
array of:
id
string <uuid>
required
Note:
This is a Primary Key.
Default:
gen_random_uuid()
created_at
string <timestamp with time zone>
required
Default:
now()
updated_at
string <timestamp with time zone>
optional
deleted_at
string <timestamp with time zone>
optional
profile_id
string <uuid>
optional
Note:
This is a Foreign Key to profile.id.
profile_interview_id
string <uuid>
optional
Note:
This is a Foreign Key to profile_interview.id.
merchant_id
string <uuid>
required
Note:
This is a Foreign Key to merchant.id.
position_result_id
string <uuid>
required
Note:
This is a Foreign Key to position_result.id.
processing_status
enum<string> <public.type_processing_status>
optional
Allowed values:
newprocessingcompletedfailed
type
enum<string> <public.type_position_step>
optional
Allowed values:
pre-screeninginterviewinvited
start_at
string <timestamp with time zone>
optional
ai_decision_at
string <timestamp with time zone>
optional
recruiter_decision_at
string <timestamp with time zone>
optional
interview_result_pre_screening_id
string <uuid>
optional
Note:
This is a Foreign Key to interview_result_pre_screening.id.
interview_result_id
string <uuid>
optional
Note:
This is a Foreign Key to interview_result.id.
interview_results
array[string]
optional
status
enum<string> <public.type_interview_status>
required
Allowed values:
draftactivearchiveddeletedpreparingcompleted
Default:
draft
position_def_step_id
string <uuid>
optional
Note:
This is a Foreign Key to position_def_step.id.
sequence_no
number 
required
position_id
string <uuid>
optional
Note:
This is a Foreign Key to position_def_set.id.
decision_status
enum<string> <public.type_position_decision>
required
Allowed values:
recruiter_acceptrecruiter_rejectrecruiter_actionai_acceptai_rejectcandidate_actionprocessing
Default:
candidate_action
🟢206Success
Previous
/position_result
Next
/position_result_step
Built with