List Possible Tool Filter Values
list_possible_tool_filter_valuesRetrieve all possible filter values for a specified filter in Procore projects. Use to find available filter options for commitments, change orders, or direct costs.
Instructions
List all possible values customer can apply to a filter. Use this to enumerate Portfolio records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Portfolio records. Required parameters: id, filter_name, tool, tab. Procore API: Core > Portfolio. Endpoint: GET /rest/v1.0/projects/{id}/filters/{filter_name}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the project. | |
| filter_name | Yes | URL path parameter — the filter name for this Portfolio operation | |
| tool | Yes | Query string parameter — tool name | |
| tab | Yes | Query string parameter — tab name | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |