List Requested Changes
list_requested_changesRetrieve a paginated list of requested changes for a task by specifying the project ID. Filter by task, view, and control pagination to enumerate Schedule records.
Instructions
List all Requested Changes of a Task. Use this to enumerate Schedule (Legacy) records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Schedule (Legacy) records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Schedule (Legacy). Endpoint: GET /rest/v1.0/requested_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| task_id | No | Query string parameter — the task for which all requested changes will be retrieved. | |
| view | No | Query string parameter — the `with_task` view includes an additional task data for correspondent requested changes | |
| 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) |