Show App Installation
show_app_installationRetrieve full details of a specific App Marketplace record by its identifier. Requires app installation ID, company ID, and project ID.
Instructions
Get the details of a single app installation. 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, project_id. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/app_installations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the App Marketplace resource | |
| company_id | Yes | Query string parameter — unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Query string parameter — unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |