List App Installations
list_app_installations_v1_0Retrieve a paginated list of app installation requests for a company, filtered by developer app ID and implicit flag.
Instructions
Returns a list of app installation requests on a given company. 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, developer_app_id, implicit. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/installation_requests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Query string parameter — unique identifier for the company. | |
| developer_app_id | Yes | Query string parameter — unique identifier of the developer app | |
| implicit | Yes | Query string parameter — false if the request was made via API, true if it was made on attempting to authenticate an app | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |