Get Activity Link By ID
get_activity_link_by_idRetrieve the full details of a specific activity link by its unique ID from a Procore project schedule.
Instructions
Get a single activity link by its id. Use this to fetch the full details of a specific Scheduling records by its identifier. Returns a JSON object describing the requested Scheduling records. Required parameters: company_id, project_id, schedule_id, activity_link_id. Procore API (v2.0): Project Management > Scheduling. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/activity_links/{activity_link_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| schedule_id | Yes | URL path parameter — unique identifier for the schedule | |
| activity_link_id | Yes | URL path parameter — unique identifier of the activity link | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |