List App Installations
list_app_installations_v1_0_2Enumerate App Marketplace records by retrieving a paginated list of app installations for a company or project, filtered by company_id and project_id.
Instructions
Returns a list of app installations on a given company or project. Use this to enumerate App Marketplace records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of App Marketplace records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/app_installations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| 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. |