List Filter Options For Type
list_filter_options_for_typeRetrieve filter options for submittal types in a Procore project. Use this to enumerate available values for filtering submittals by type.
Instructions
Returns all Filter Options for Type 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/type
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) |