{ "opencollection": "1.0.0", "info": { "name": "Outsystems Deployed Assets API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "deployed-assets", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a list of deployed assets.", "type": "http" }, "http": { "method": "GET", "url": "https://ODC_PORTAL_DOMAIN/api/portfolios/v1/deployed-assets", "params": [ { "name": "environmentKey", "value": "", "type": "query", "description": "Environment key on which to filter, comma separated." }, { "name": "key", "value": "", "type": "query", "description": "Asset keys on which to filter, comma separated." }, { "name": "type", "value": "", "type": "query", "description": "Asset types on which to filter, comma separated. Available values: WebApplication, MobileApplication, Workflow, Agent." }, { "name": "nameContains", "value": "", "type": "query", "description": "Filter by matching on the name, case-insensitive." }, { "name": "permissionFilter", "value": "", "type": "query", "description": "Filter by permission type. Format: 'PermissionType' or 'PermissionType.EnvironmentKey' for environment-specific permissions. Available values: AppViewSourceCode | AppDebug | AppChange | AppDelete | AppDeploy | AppRelease | AppMonitor | AppMonitorUserInfo | AppSecurityView | CodeQualityManage | CodeQualityView | AppUserView | AppAccessManage | AppGroupManage | CfgView | ConnConfig | AppCfgChange. Example: 'AppDeploy' or 'AppDeploy.123e4567-e89b-12d3-a456-426614174000'" }, { "name": "limit", "value": "", "type": "query", "description": "Max number of elements that should be returned in a single page." }, { "name": "offset", "value": "", "type": "query", "description": "Offset of the last page, to get the following page with the same filters applied." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order of the elements.\n-element1 for descending, element2 for ascending.\nFor nested sorting, the format is element1[key].element2 .\nMultiple orders joined by comma.\nExample: -element1,element2 to sort by element1 descending then by element2 ascending.\nSupported values for first order sorting: deployments (nested).\nFor nested sorting: deploymentDateTime.\nExample: deployments[environmentkey].deploymentDatetime .\nAttention: the sorting only applies to the assets, not to the deployments.\nThe deployments will always be sorted by the DeploymentDatetime, descending." } ] }, "docs": "Retrieves a list of deployed assets containing updated deployment status per environment (stage).\nDeprecated since 2026-07-08. Use GET /portfolios/v2/deployed-assets instead.\nThis endpoint will be removed on or after 2027-01-08.\n\nThe result only shows assets in environments (stages) for which the API Client has **Stage > View stage** permission." } ] } ], "bundled": true }