---
title: "Get all attachments"
method: GET
path: "/requisitions/{requisitionId}/attachments"
tags: ["Requisition API:Attachments"]
---

# Get all attachments

`GET /requisitions/{requisitionId}/attachments`

## Path parameters

- `requisitionId` integer, required

## Response `200`

List of requisition attachments

- NoteAttachmentListRepresentation
  - `items` NoteAttachmentModel[], nullable
    - `attachmentId` string, uuid, required
    - `fileName` string, nullable
    - `fileType` string, nullable
    - `createdBy` 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
  - `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/revisions/9f43f6a6ee6e/schema)
