workspaces

Get workspace

Returns the current state of a specific workspace identified by namespace and workspace name, including the revision for optimistic locking. This endpoint is intended for retrieving the workspace state before updating it.

get/workspaces/{namespace}/{name}

Path parameters

namespacestring required

Namespace of the workspace

namestring required

Name of the workspace

Response

Successful operation. Returns the requested workspace details with new revision.

Changes

Changed in 2 of the 5 revisions of this API.11