job interview stages retrieve
GET {{baseUrl}}/job-interview-stages/:id
Returns a JobInterviewStage
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"f9813dd5-e70b-484c-91d8-00acd6065b07","remote_id":"876556788","name":"Phone Screen","job":"ba7d9648-5316-4a80-8d73-4e636cef5a90"}