Get Resource Planning Notification Profiles
get_resource_planning_notification_profilesFetches full resource planning notification profiles for a given company. Supports pagination and returns a single JSON object. Read-only operation.
Instructions
Returns all of the Resource Planning Notification Profile data for the given company. Use this when you already know which resource planning notification profile you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the resource planning notification profile. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| limit | No | Query string parameter — the number of Notification Profile records to return per page. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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. |