get http://localhost/api/v1/workspaces
Workspaces have three levels of access:
- Unlisted workspace:
is_public=FalseOnly collaborators can see and modify this workspace. - Listed workspace:
is_public=TrueThis workspace has its public attributes (public description, "pinned" objects) visible to all users who have at leastread workspacespermissions. Only collaborators can see the full workspace and modify it. - Public workspace:
is_shared_with_all=TrueThis is only set toTruefor the "Default public workspace", which is fully visible and can be modified by users who have at leastread workspacespermissions.
Required permissions
read workspaces
Optional permissions
-
read intel-setsTo read datasets attached to the workspaces -
read entitiesTo read entities pinned to the workspaces -
read tasksTo read discovery tasks associated to the workspaces -
read discovery-rulesTo read discovery tasks associated to the workspaces -
read ticketsTo read tickets attached to the workspaces -
read usersTo read workspace collaborators -
read groupsTo read workspace collaborator groups -
read filesTo read workspace files -
read workspace-commentsTo read workspace comments
