job interview stages retrieve

GET {{baseUrl}}/job-interview-stages/:id

Returns a JobInterviewStage object with the given id.

Request Params

KeyDatatypeRequiredDescription
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"f9813dd5-e70b-484c-91d8-00acd6065b07","remote_id":"876556788","name":"Phone Screen","job":"ba7d9648-5316-4a80-8d73-4e636cef5a90"}