{ "opencollection": "1.0.0", "info": { "name": "Sana Assignments Teamspaces API", "version": "0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teamspaces", "type": "folder" }, "items": [ { "info": { "name": "List all teamspaces.", "type": "http" }, "http": { "method": "GET", "url": "https://.sana.ai/api/v0/teamspaces" }, "docs": "List all teamspaces." }, { "info": { "name": "Create a teamspace.", "type": "http" }, "http": { "method": "POST", "url": "https://.sana.ai/api/v0/teamspaces" }, "docs": "Create a teamspace." }, { "info": { "name": "Get a teamspace.", "type": "http" }, "http": { "method": "GET", "url": "https://.sana.ai/api/v0/teamspaces/:teamspaceId", "params": [ { "name": "teamspaceId", "value": "", "type": "path" } ] }, "docs": "Get a teamspace." }, { "info": { "name": "Delete a teamspace.", "type": "http" }, "http": { "method": "DELETE", "url": "https://.sana.ai/api/v0/teamspaces/:teamspaceId", "params": [ { "name": "teamspaceId", "value": "", "type": "path" } ] }, "docs": "Delete a teamspace." }, { "info": { "name": "List teamspace members.", "type": "http" }, "http": { "method": "GET", "url": "https://.sana.ai/api/v0/teamspaces/:teamspaceId/members", "params": [ { "name": "teamspaceId", "value": "", "type": "path" } ] }, "docs": "List teamspace members." }, { "info": { "name": "Add teamspace members.", "type": "http" }, "http": { "method": "POST", "url": "https://.sana.ai/api/v0/teamspaces/:teamspaceId/members", "params": [ { "name": "teamspaceId", "value": "", "type": "path" } ] }, "docs": "Add teamspace members." }, { "info": { "name": "Remove teamspace members.", "type": "http" }, "http": { "method": "DELETE", "url": "https://.sana.ai/api/v0/teamspaces/:teamspaceId/members", "params": [ { "name": "teamspaceId", "value": "", "type": "path" } ] }, "docs": "Remove teamspace members." } ] } ], "bundled": true }