show_trade
Retrieve specific trade details from Procore company settings using company and trade IDs. View trade information for administration and configuration purposes.
Instructions
Show Trade. [Company Admin/Company Settings] GET /rest/v1.0/companies/{company_id}/trades/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | Trade ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |