get_activity_by_id_v2_0
Retrieve specific activity details from Procore project schedules using unique identifiers for company, project, schedule, and activity.
Instructions
Get Activity by ID. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/activities/{activity_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 | |
| activity_id | Yes | unique identifier of the activity | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |