{ "opencollection": "1.0.0", "info": { "name": "Terrain Discovery Environment Analyses Apps API", "version": "2026.04" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List Apps", "type": "http" }, "http": { "method": "GET", "url": "https://de.cyverse.org/terrain/secured/apps", "params": [ { "name": "search", "value": "", "type": "query", "description": "Filter apps by name or description" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of apps to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "sort-field", "value": "", "type": "query", "description": "Field to sort by" }, { "name": "sort-dir", "value": "", "type": "query", "description": "Sort direction" } ] }, "docs": "Lists available applications in the Discovery Environment." }, { "info": { "name": "Get App", "type": "http" }, "http": { "method": "GET", "url": "https://de.cyverse.org/terrain/secured/apps/:app-id", "params": [ { "name": "app-id", "value": "", "type": "path", "description": "The application UUID" }, { "name": "system-id", "value": "", "type": "query", "description": "The app system (e.g., de, tapis)" } ] }, "docs": "Returns details for a specific application." }, { "info": { "name": "List App Categories", "type": "http" }, "http": { "method": "GET", "url": "https://de.cyverse.org/terrain/secured/apps/categories" }, "docs": "Returns a list of application categories for browsing." } ] } ], "bundled": true }