Get Resource Planning Notification Profiles
get_resource_planning_notification_profilesFetch all resource planning notification profiles for a given company. Returns full details of each notification profile.
Instructions
Returns all of the Resource Planning Notification Profile data for the given company. Use this to fetch the full details of a specific Resource Planning records by its identifier. Returns a JSON object describing the requested Resource Planning records. Required parameters: company_id. Procore API: Resource Management > Resource Planning. Endpoint: GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/notification-profiles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| limit | No | Query string parameter — the number of Notification Profile records to return per page. | |
| starting_after | No | Query string parameter — cursor for forward pagination. Pass the value of `pagination.next_starting_after` from the previous response to fetch the next page. | |
| starting_before | No | Query string parameter — 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 paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |