Show Trade
show_tradeRetrieve complete details for a trade by specifying the company and trade identifiers. Returns a JSON object describing the requested trade.
Instructions
Returns the details for a specified Trade. Use this to fetch the full details of a specific Company Settings by its identifier. Returns a JSON object describing the requested Company Settings. Required parameters: company_id, id. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/trades/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Company Settings resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |