Workspace REST Endpoints

Workspace
Use the Workspace service to create, update, delete, and view workspaces.
Batch Create Workspaces
Method: post
Path: /primeapi/restapi/workspace/batch
Batch Delete Workspaces
Method: delete
Path: /primeapi/restapi/workspace/batch
Batch Update Workspaces
Method: put
Path: /primeapi/restapi/workspace/batch
Create a Workspace
Method: post
Path: /primeapi/restapi/workspace
Delete a Workspace
Method: delete
Path: /primeapi/restapi/workspace/{id}
Update a Workspace
Method: put
Path: /primeapi/restapi/workspace
View a Workspace
Method: get
Path: /primeapi/restapi/workspace/{id}
View a Workspace by Code
Method: get
Path: /primeapi/restapi/workspace/code/{code}
View a Workspace Image
Method: get
Path: /primeapi/restapi/workspace/image/{id}
View All Child Workspaces in a Workspace Hierarchy
Method: get
Path: /primeapi/restapi/workspace/{id}/childrenHierarchy
View all Workspaces
Method: get
Path: /primeapi/restapi/workspace
View Child Workspaces
Method: get
Path: /primeapi/restapi/workspace/children/{id}
View the Root Workspace
Method: get
Path: /primeapi/restapi/workspace/root