---
title: "Get approval history"
method: GET
path: "/requisitions/{requisitionId}/history"
tags: ["Requisition API:Approval"]
---

# Get approval history

`GET /requisitions/{requisitionId}/history`

## Path parameters

- `requisitionId` integer, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Requested requisition approval history

- RequisitionHistoryModel
  - `items` RequisitionLogModel[], nullable
    - `contact` 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
    - `oldStatus` 'Draft' | 'Submitted' | 'Rejected' | 'Approved' | 'Closed', string
    - `newStatus` 'Draft' | 'Submitted' | 'Rejected' | 'Approved' | 'Closed', string
    - `message` string, nullable
    - `updatedAt` string, date-time
  - `totalCount` integer, required

---

[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/revisions/9f43f6a6ee6e/schema)
