List Filter Options For Attachments
list_filter_options_for_attachmentsRetrieve filter options for attachments on submittals in a Procore project. Use to enumerate available filters for paginated overviews or to find filter IDs.
Instructions
Returns all Filter Options for Attachments defined for the project. Use this to enumerate Submittals when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Submittals. Required parameters: project_id. Procore API: Project Management > Submittals. Endpoint: GET /rest/v1.0/projects/{project_id}/submittals/filter_options/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |