Spaces REST Endpoints

Process/Spaces
Create and manage spaces.
Add a User to a Space
Method: put
Path: /ic/api/process/v1/spaces/{spaceId}/permissions/{principal}
Create a Space
Method: post
Path: /ic/api/process/v1/spaces
Delete a Space
Method: delete
Path: /ic/api/process/v1/spaces/{spaceId}
List Permissions Assigned to a Space
Method: get
Path: /ic/api/process/v1/spaces/{spaceId}/permissions
Remove User from a Space
Method: delete
Path: /ic/api/process/v1/spaces/{spaceId}/permissions/{principal}
Retrieve a Space by ID
Method: get
Path: /ic/api/process/v1/spaces/{spaceId}
Retrieve Permission Details
Method: get
Path: /ic/api/process/v1/spaces/{spaceId}/permissions/{principal}
Retrieve Spaces
Method: get
Path: /ic/api/process/v1/spaces