Spaces REST Endpoints
Process/Spaces
Create and manage spaces.
- Add a User to a Space
 - Method: putPath:
/ic/api/process/v1/spaces/{spaceId}/permissions/{principal} - Create a Space
 - Method: postPath:
/ic/api/process/v1/spaces - Delete a Space
 - Method: deletePath:
/ic/api/process/v1/spaces/{spaceId} - List Permissions Assigned to a Space
 - Method: getPath:
/ic/api/process/v1/spaces/{spaceId}/permissions - Remove User from a Space
 - Method: deletePath:
/ic/api/process/v1/spaces/{spaceId}/permissions/{principal} - Retrieve a Space by ID
 - Method: getPath:
/ic/api/process/v1/spaces/{spaceId} - Retrieve Permission Details
 - Method: getPath:
/ic/api/process/v1/spaces/{spaceId}/permissions/{principal} - Retrieve Spaces
 - Method: getPath:
/ic/api/process/v1/spaces