---
title: "/requisitions"
method: GET
path: "/requisitions"
---

# /requisitions

`GET /requisitions`

Returns a collection of your account requisitions. Required scope: `r_requisitions`. Accessible with all token types for accounts with Hiring Plan.

## Query parameters

- `state` string
- `job_id` string
- `plan_date_from` string
- `plan_date_to` string
- `limit` integer
- `since_id` string
- `max_id` string
- `created_after` string, date-time
- `updated_after` string, date-time

## Response `200`

200

- object
  - `requisitions` object[]
    - `id` string
    - `code` string
    - `job` object
      - `id` string
      - `title` string
    - `department` object
      - `id` string
      - `name` string
    - `location` object
      - `location_str` string
      - `country` string
      - `country_code` string
      - `region` string
      - `region_code` string
      - `city` unknown
      - `zip_code` unknown
    - `hiring_manager` object
      - `id` string
      - `name` string
    - `owner` object
      - `id` string
      - `name` string
    - `plan_date` string
    - `start_date` unknown
    - `salary_range` object
      - `from` integer
      - `to` integer
      - `frequency` string
      - `currency` string
    - `employment_type` string
    - `reason` string
    - `state` string
    - `requisition_attributes` object[]
      - `name` string
      - `value` object
        - `body` string
    - `approval_groups` object[]
      - `id` string
      - `approvers` object[]
        - `id` string
        - `name` string
        - `decision` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
