Show App Configuration
show_app_configurationRetrieve the full details of a specific App Marketplace record by providing the app configuration ID and company ID.
Instructions
Get the details of a single app configuration. Use this to fetch the full details of a specific App Marketplace records by its identifier. Returns a JSON object describing the requested App Marketplace records. Required parameters: id, company_id. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/companies/{company_id}/app_configurations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — app Configuration ID | |
| 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) |