List Requested Changes (Deprecated)
list_requested_changesRetrieve all requested changes for a project or specific task, filtering by task and pagination as needed.
Instructions
List all Requested Changes of a Task. DEPRECATED: Procore has deprecated this endpoint (as of 2022-04-06). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which requested change you want and need its full field set. Returns a single JSON object describing the requested change. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Project Management > Schedule (Legacy). Endpoint: GET /rest/v1.0/requested_changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| view | No | Query string parameter — the `with_task` view includes an additional task data for correspondent requested changes | |
| task_id | No | Query string parameter — the task for which all requested changes will be retrieved. | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. |