get_schedule_by_id_v2_0
Retrieve specific schedule details from Procore projects using company, project, and schedule IDs for project management and scheduling workflows.
Instructions
Get Schedule by ID. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |