List Punch List Assignee Options
list_punch_list_assignee_optionsRetrieve assignee options for punch list items in a project, searchable by name or company and paginated for efficient selection.
Instructions
Returns login informations that the current User can assign to Punch Items. Use this to enumerate Punch List records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Punch List records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Punch List. Endpoint: GET /rest/v1.0/projects/{project_id}/punch_list_assignee_options
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) | |
| query | No | Query string parameter — return items matching the specified search query. Searches by user name and company name. |