View a Workspace Image

get

/api/restapi/workspace/image/{workspaceId}

This endpoint returns workspace images that meet the following requirements:
  • The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.
.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityWorkspaceImage
Type: object
Title: ApiEntityWorkspaceImage
Read Only: true
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source

204 Response

Successful operation with no content.

404 Response

The requested workspace image data does not exist or you do not have access to it.
Back to Top