---
title: "Get Persons attached to a Note"
method: GET
path: "/v2/notes/{noteId}/attached-persons"
tags: ["Notes"]
---

# Get Persons attached to a Note

`GET /v2/notes/{noteId}/attached-persons`

Returns directly attached persons for a given Note.

## Path parameters

- `noteId` integer, required

## Query parameters

- `totalCount` boolean
- `cursor` string
- `limit` integer

## Response `200`

OK

- PersonDataPaged — PersonDataPaged model
  - `data` PersonData[], required — A page of Person results
    - `id` integer, required — The persons's unique identifier
    - `firstName` string, nullable, required — The person's first name
    - `lastName` string, nullable, required — The person's last name
    - `primaryEmailAddress` string, email, nullable, required — The person's primary email address
    - `type` 'internal' | 'collaborator' | 'external', required — The person's type. `internal` - people who are users within your Affinity instance. `collaborator` - individuals outside of your company who have read-only access to specified Affinity list views and stay updated on your firm's activities. `external` - people who are not internal nor collaborators.
  - `pagination` Pagination, required
    - `prevUrl` string, uri, nullable — URL for the previous page
    - `nextUrl` string, uri, nullable — URL for the next page

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `default` — Errors

---

[API](https://skmtc.net/affinity/apis/affinity-api-v2.md) · [All operations](https://skmtc.net/affinity/apis/affinity-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinity/affinity-api-v2/revisions/4c2891c31b7f/schema)
