List Company WBS Patterns
list_company_wbs_patternsRetrieve all Work Breakdown Structure patterns for a company and access their complete field sets. Ideal for getting detailed pattern data when you already know the pattern you need.
Instructions
All patterns for a given company. Use this when you already know which company WBS pattern 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 company WBS pattern. 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: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/companies/{company_id}/work_breakdown_structure/patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. |