# ImageAttachments (V1)

ImageAttachments endpoints

## Returns a list of ImageAttachmentsV1 based on filter criteria

 - [GET /v1/imageattachments](https://papidocs.hs1api.com/publicapi/api-document-management/imageattachments-(v1)/getimageattachmentsv1.md): Query shape: Prefer a narrow filter—combine scoping filters with lastModified or date bounds where supported. A very wide date range with no other scoping can 408 (timeout) on large tenants; retry with a smaller window or use cursor pagination (lastId with lastModified—see parameter descriptions).

Empty results: 200 with data: [] means no ImageAttachmentsV1 matched; it does not indicate invalid filter values.

responseFields: Use only names allowed on this operation (see the responseFields parameter). Use ALL or the documented flat field list.

Pagination: The page query parameter is deprecated where lastId is supported; lastModified / lastId style pagination is preferred.

## Returns a list of ImageAttachments (V1) with async support via streaming API

 - [GET /v1/imageattachments/async](https://papidocs.hs1api.com/publicapi/api-document-management/imageattachments-(v1)/getimageattachmentsasyncv1.md): Query shape: Prefer a narrow filter—combine scoping filters with lastModified or date bounds where supported. A very wide date range with no other scoping can 408 (timeout) on large tenants; retry with a smaller window or use cursor pagination (lastId with lastModified—see parameter descriptions).

Empty results: 200 with data: [] means no ImageAttachments matched; it does not indicate invalid filter values.

responseFields: Use only names allowed on this operation (see the responseFields parameter). Use ALL or the documented flat field list.

Pagination: The page query parameter is deprecated where lastId is supported; lastModified / lastId style pagination is preferred. See the Public API pagination documentation.

## Returns an ImageAttachment by ImageAttachmentID.

 - [GET /v1/imageattachments/{imageAttachmentId}](https://papidocs.hs1api.com/publicapi/api-document-management/imageattachments-(v1)/getimageattachmentsbyimageattachmentidv1.md): Returns the ImageAttachment identified by the path parameter. 404 when the resource is missing or not accessible in the organization context.

