{ "opencollection": "1.0.0", "info": { "name": "Ninox Public Fields Workspace API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workspace", "type": "folder" }, "items": [ { "info": { "name": "Get workspace details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/workspace/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves comprehensive details about a workspace, including all its modules" } ] } ], "bundled": true }