Get A List Of Possible RFI Managers For An RFI
get_a_list_of_possible_rfi_managers_for_an_rfiRetrieve a paginated list of potential RFI managers for a specified project. Use this to identify available managers for assigning RFIs.
Instructions
Get a list of possible RFI Managers for an RFI. Use this to fetch the full details of a specific RFI records by its identifier. Returns a paginated JSON array of RFI records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > RFI. Endpoint: GET /rest/v1.0/projects/{project_id}/rfis/potential_rfi_managers
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) |