List Assignee Filter Options
list_assignee_filter_optionsGet available assignee filter options for Coordination Issues. Use these values to filter and paginate issues by assignee in a project.
Instructions
Returns a list of available assignee filters that can be used to filter Coordination Issues. Use this to enumerate Coordination Issues when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a JSON array of available filter values for Coordination Issues. Required parameters: project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/filter_options/assignee_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__bim_file_id | No | Query string parameter — filter item(s) with matching BIM File ids | |
| locale | No | Query string parameter — the locale in which you need the link to your translation file. Ensure it is one of the procore available locales. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |