Fetch Active Support Pin
fetch_active_support_pinFetches the active support pin for a company using its company ID. Returns paginated results with metadata.
Instructions
Fetches active support pin for given company. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a paginated JSON array of Company Settings. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API (v2.0): Company Admin > Company Settings. Endpoint: GET /rest/v2.0/companies/{company_id}/support_pins
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |