Retrieve all Skins

get

/v1/portal/skins

Returns all available skins and supports paging and response size

Request

Query Parameters
limit
Type: integer (int32)
Specifies the maximum number of returned items.
offset
Type: integer (int32)
Specifies the position of the first item in the result.
orderBy
Type: string
Specifies the attribute used to order the returned objects.
q
Type: string
search criteria, example: NameNamespaceQuery;name:;namespace:skin

Response

Supported Media Types
  • application/json
400 Response
Bad request: invalid search or orderBy parameter supplied
403 Response
Invalid utoken supplied