show_app_installation
Retrieve details of a specific app installation in Procore by providing the installation ID and company or project context.
Instructions
Show app installation. [Platform - Developer Tools/App Marketplace] GET /rest/v1.0/app_installations/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App installation ID | |
| company_id | Yes | Unique identifier for the company. You must supply either a company_id or project_id. | |
| project_id | Yes | Unique identifier for the project. You must supply either a company_id or project_id. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |