{ "opencollection": "1.0.0", "info": { "name": "Atomicwork Public accessManagement workspaces API", "version": "1.0.0" }, "items": [ { "info": { "name": "workspaces", "type": "folder" }, "items": [ { "info": { "name": "Get list of workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.atomicwork.com/api/v1/workspaces", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "search_key", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "is_member_of", "value": "", "type": "query" }, { "name": "include_static", "value": "", "type": "query" }, { "name": "supported_objects", "value": "", "type": "query", "description": "Filter workspaces by supported object types. Returns workspaces that support ANY of the specified types." } ] }, "docs": "Get list of workspaces" }, { "info": { "name": "Get workspace details", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.atomicwork.com/api/v1/workspaces/:id", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Workspace ID (numeric). Find yours under Settings → Workspace." } ] }, "docs": "Get workspace details" }, { "info": { "name": "Get workspace members", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.atomicwork.com/api/v1/workspaces/:id/members", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Workspace ID (numeric). Find yours under Settings → Workspace." }, { "name": "search_key", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort_order", "value": "", "type": "query" }, { "name": "has_email", "value": "", "type": "query" }, { "name": "types", "value": "", "type": "query", "description": "Optional comma-separated list of user types to filter by" } ] }, "docs": "Get workspace members" } ] } ], "bundled": true }