get_resource_planning_notification_profiles
Retrieve notification profiles for resource planning in Procore to manage workforce alerts and communication settings.
Instructions
Get Resource Planning Notification Profiles. [Resource Management/Resource Planning] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/notification-profiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| limit | No | The number of Notification Profile records to return per page. | |
| starting_after | No | Cursor for forward pagination. Pass the value of `pagination.next_starting_after` from the previous response to fetch the next page. | |
| starting_before | No | Cursor for reverse pagination. Pass the value of `pagination.previous_starting_before` from the previous response to fetch the prior page. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |