Workspaces REST Endpoints

Administration/Workspaces
Workspace is a collection of Industries Framework configurations. Will be used in identifying the workspace to which the Microservice needs the call to be routed to.
Get a workspace.
Method: get
Path: /admin/workspaces/{id}
Get all workspaces.
Method: get
Path: /admin/workspaces
Replace a workspace.
Method: put
Path: /admin/workspaces/{id}
Update a workspace.
Method: patch
Path: /admin/workspaces/{id}