---
title: "GET /parties/{partyId}/attachments"
method: GET
path: "/parties/{partyId}/attachments"
tags: ["Attachments"]
---

# GET /parties/{partyId}/attachments

`GET /parties/{partyId}/attachments`

Returns a paginated list of attachment resources under a particular party.

## Path parameters

- `partyId` string, required

## Query parameters

- `resourceIds` string[]
- `resourceTypes` string[]
- `ids` string[]
- `names` string[]
- `propertyFilters` string[]
- `statuses` string[]
- `minCreatedDateTime` string, date-time
- `maxCreatedDateTime` string, date-time
- `minLastModifiedDateTime` string, date-time
- `maxLastModifiedDateTime` string, date-time
- `maxPageSize` integer
- `skipToken` string
- `api-version` string, required

## Response `200`

Success

- AttachmentListResponse — Paged response contains list of requested objects and a URL link to get the next set of results.
  - `value` Attachment[], required — List of requested objects.
    - `resourceId` string — Associated Resource id for this attachment.
    - `resourceType` 'Party' | 'Farm' | 'Field' | 'SeasonalField' | 'ApplicationData' | 'HarvestData' | 'TillageData' | 'PlantingData' | 'PlantTissueAnalysis' | 'Prescription' — Associated Resource type for this attachment.
    - `originalFileName` string — Original File Name for this attachment.
    - `partyId` string — PartyId id for this attachment.
    - `id` string — Unique id.
    - `status` string — Status of the resource.
    - `createdDateTime` string, date-time — Date when resource was created.
    - `modifiedDateTime` string, date-time — Date when resource was last modified.
    - `source` string — Source of the resource.
    - `name` string — Name to identify resource.
    - `description` string — Textual description of resource.
    - `createdBy` string — Created by user/tenant id.
    - `modifiedBy` string — Modified by user/tenant id.
    - `eTag` string — The ETag value to implement optimistic concurrency.
  - `skipToken` string — Token used in retrieving the next page. If null, there are no additional pages.
  - `nextLink` string — Continuation link (absolute URI) to the next page of results in the list.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/revisions/33cf1de6e0c4/schema)
