List App Configurations
list_app_configurationsRetrieve a paginated list of app configurations for a company or project. Use filters to find specific installations or IDs.
Instructions
Returns a list of app configurations 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. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: GET /rest/v1.0/companies/{company_id}/app_configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. | |
| 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) | |
| filters__app_installation_id | No | Query string parameter — filter results by app installation id | |
| filters__project_id | No | Query string parameter — filter results by project id |