---
title: "Find requisitions"
method: GET
path: "/requisitions"
tags: ["Requisition API:Requisitions"]
---

# Find requisitions

`GET /requisitions`

## Query parameters

- `RequisitionId` integer[]
- `CompanyId` integer[]
- `Status` RequisitionStatus[]
- `HiringManager.ContactId` integer[]
- `HiringManager.Name` string
- `Approver.ContactId` integer[]
- `Approver.Name` string
- `Approver.Pending` boolean
- `UserId` integer[]
- `OwnerUserId` integer[]
- `RecruiterUserId` integer[]
- `CreatedAt` string[]
- `UpdatedAt` string[]
- `Sort` string[]
- `Fields` string[]
- `Embed` string[]
- `Offset` integer
- `Limit` integer

## Response `200`

List of requisitions matching the specified criteria

- RequisitionListRepresentation
  - `items` RequisitionSummaryModel[], nullable
    - `requisitionId` integer, required
    - `status` 'Draft' | 'Submitted' | 'Rejected' | 'Approved' | 'Closed', string
    - `workflowStageIndex` integer, nullable
    - `jobTitle` string, required
    - `jobOrderId` integer, nullable
    - `company` CompanyNameModel
      - `companyId` integer, required — Unique identifier for the company
      - `name` string, nullable — Company name
      - `status` StatusModel
        - `statusId` integer, required
        - `name` string, required
        - `active` boolean
        - `default` boolean
      - `owner` UserNameModel
        - `userId` integer, required
        - `firstName` string, nullable
        - `lastName` string, nullable
        - `position` string, nullable
        - `email` string, nullable
        - `phone` string, nullable
        - `mobile` string, nullable
        - `inactive` boolean
        - `deleted` boolean
    - `hiringManager` ContactNameModel
      - `contactId` integer, required — Unique identifier for the contact
      - `firstName` string, nullable — First name
      - `lastName` string, nullable — Last name
      - `position` string, nullable — Position or job title
      - `salutation` string, nullable — Salutation/honorific/title
      - `unsubscribed` boolean
      - `email` string, nullable — Primary email address
      - `phone` string, nullable — Phone number
      - `mobile` string, nullable — Mobile/cell number
      - `mobileNormalized` string, nullable — Mobile/cell normalized number
      - `inactive` boolean — Contact is no longer with the company
      - `status` StatusModel
        - `statusId` integer, required
        - `name` string, required
        - `active` boolean
        - `default` boolean
      - `owner` UserNameModel
        - `userId` integer, required
        - `firstName` string, nullable
        - `lastName` string, nullable
        - `position` string, nullable
        - `email` string, nullable
        - `phone` string, nullable
        - `mobile` string, nullable
        - `inactive` boolean
        - `deleted` boolean
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
  - `totalCount` integer, required
  - `links` PageLinks
    - `first` string, uri, nullable
    - `prev` string, uri, nullable
    - `next` string, uri, nullable
    - `last` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/versions/9f43f6a6ee6e/schema)
