---
title: "GET /human-card-attachments/"
method: GET
path: "/human-card-attachments/"
tags: ["human-card-attachments"]
---

# GET /human-card-attachments/

`GET /human-card-attachments/`

## Query parameters

- `card` integer
- `created_date_gt` string, date-time
- `created_date_gte` string, date-time
- `created_date_last_n_days` number
- `created_date_lt` string, date-time
- `created_date_lte` string, date-time
- `created_date_nth_full_week` number
- `created_date_nth_work_week` number
- `id_in` integer[]
- `limit` integer

## Response `200`

- PaginatedHumanCardAttachmentList
  - `results` HumanCardAttachment[]
    - `id` integer, required
    - `name` string — Attachment name, up to 256 characters
    - `comment` string — Extended description, up to 2048 characters
    - `file` string, uri, required — Attachment file
    - `size` integer, required — File size
    - `created_date` string, date-time, required — Object creation date
    - `card` integer, required

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
