Retrieve all Visualization Templates

get

/v1/portal/visualizationtemplates

Returns the list of all available visualization templates.

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.
q
Type: string
search criteria, example: NameNamespaceQuery;name:;namespace:portal

Response

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