candidates retrieve
GET {{baseUrl}}/candidates/:id
Returns a Candidate
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":"521b18c2-4d01-4297-b451-19858d07c133","remote_id":"21198","first_name":"Gil","last_name":"Feig","company":"Columbia Dining App.","title":"Software Engineer","remote_created_at":"2021-10-15T00:00:00Z","remote_updated_at":"2021-10-16T00:00:00Z","last_interaction_at":"2021-10-17T00:00:00Z","is_private":true,"can_email":true,"locations":["San Francisco","New York","Miami"],"phone_numbers":[{"value":"+1234567890","phone_number_type":"MOBILE"}],"email_addresses":[{"value":"hello@merge.dev","email_address_type":"PERSONAL"}],"urls":[{"value":"http://alturl.com/p749b","url_type":"BLOG"}],"tags":["High-Priority"],"applications":["29eb9867-ce2a-403f-b8ce-f2844b89f078","b4d08e5c-de00-4d64-a29f-66addac9af99","4ff877d2-fb3e-4a5b-a7a5-168ddf2ffa56"],"attachments":["bea08964-32b4-4a20-8bb4-2612ba09de1d"],"custom_fields":{"ea_8f1":{}}}