Interviews

Get interviews

GET interviews

Endpoint

GET /api/v1/interviews

Request

Route

GET /api/v1/interviews

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5MTUiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3Mzc1NTE1NzIsImV4cCI6MTc0MDE0MzU3MiwianRpIjoiMDRjMTMyMmEtMjVkNC00ZjFhLWJmNzAtNTU4YzgyNjAwN2M1In0.az3Sgr9jq12rz5eAC_rzPzPcMBVhb_oMVeC0zbUaoaI
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"919fb3e7869642da9e29b2228d3102c2"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9707ae39-dc84-4ab8-8053-bc5e5aa570a5
x-runtime: 0.019780
content-length: 1060

Body

{
  "interviews": [
    {
      "id": 1,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-01-22T13:42:52.005Z",
      "interviewee": {
        "id": 261,
        "driver": {
          "id": 912,
          "image": null,
          "phone_number": "07471 898639",
          "title": "Pandora Schiller"
        },
        "job_id": 272,
        "kind": "verified",
        "updated_at": "2025-01-22T13:12:51.930Z"
      },
      "interviewee_id": 261,
      "interviewer": {
        "id": 915,
        "contact_phone_number": null,
        "image": null,
        "title": "Leigh Rutherford"
      },
      "interviewer_id": 915,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-01-22T13:12:52.005Z",
      "status": "pending"
    },
    {
      "id": 2,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-01-22T13:42:52.010Z",
      "interviewee": {
        "id": 261,
        "driver": {
          "id": 912,
          "image": null,
          "phone_number": "07471 898639",
          "title": "Pandora Schiller"
        },
        "job_id": 272,
        "kind": "verified",
        "updated_at": "2025-01-22T13:12:51.930Z"
      },
      "interviewee_id": 261,
      "interviewer": {
        "id": 915,
        "contact_phone_number": null,
        "image": null,
        "title": "Leigh Rutherford"
      },
      "interviewer_id": 915,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-01-22T13:12:52.010Z",
      "status": "pending"
    }
  ]
}