v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/candidates/:id

Returns specified candidate. Required scope: r_candidates. Accessible with all token types.

get/candidates/{id}

Path parameters

idstring required

The candidates's id

Response

200

Example response

{
  "candidate": {
    "id": "108d1748",
    "name": "Cindy Sawyers",
    "firstname": "Cindy",
    "lastname": "Sawyers",
    "headline": "Operations Manager",
    "account": {
      "subdomain": "groove-tech",
      "name": "Groove Tech"
    },
    "job": {
      "shortcode": "GROOV005",
      "title": "Office Manager"
    },
    "stage": "Applied",
    "profile_url": "https://groove-tech.workable.com/backend/jobs/376844767/candidates/277680758",
    "address": "332 Clemmie Roads, Colorado, USA",
    "phone": "(785)991-6256",
    "email": "cindy_sawyers@gmail.com",
    "outbound_mailbox": "azjp_gws@outbound.workable.mailgun.org",
    "domain": "twitter.com",
    "created_at": "2015-07-01T00:00:00Z",
    "updated_at": "2015-07-06T12:16:51Z",
    "summary": "A focussed, results-driven team player with many year experience in the field. Working my way up to management level, I have experience of every aspect of this role. I understand the challenges it brings, and have a proven track record of providing solutions.",
    "education_entries": [
      {
        "id": "3fcbeee1",
        "degree": "B.A. Business Studies",
        "school": "University of Chicago",
        "start_date": "2001-01-01",
        "end_date": "2005-01-01"
      }
    ],
    "experience_entries": [
      {
        "id": "3fdbfd0e",
        "title": "Executive Assistant",
        "summary": "<ul><li>Dealt with contacts and correspondence.</li><li>Managed suppliers, contractors and office systems.</li><li>Maintained handbooks, policies and practices, ensuring they were understood and adhered to by all staff.</li><li>Coordinated and project managed the office relocation and renovation.</li></ul>",
        "start_date": "2013-01-01",
        "company": "Overflow Furnishings",
        "current": true
      }
    ],
    "skills": [
      {
        "name": "Administration"
      }
    ],
    "social_profiles": [
      {
        "type": "twitter",
        "name": "Twitter",
        "username": "cindy_sawyers",
        "url": "http://www.twitter.com/cindy_sawyers"
      }
    ],
    "location": {
      "location_str": "Los Angeles, California",
      "country": "USA",
      "country_code": "US",
      "region": "California",
      "region_code": "CA",
      "city": "Los Angeles",
      "zip_code": "90001"
    },
    "originating_candidate_id": "4dbadd20"
  }
}