Retrieve Portal Templates

get

/v1/portal/portaltemplates

Returns information about the portal templates based on the specified query. Note: when search criteria is omitted, returns all the available portal templates.

Request

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

Response

Supported Media Types
  • application/json
200 Response
success
Body
Root Schema : /paths/~1v1~1portal~1portaltemplates/get/responses/200/schema
Type: array
Nested Schema : portalTemplates
Nested Schema : items
Type: array
Nested Schema : linkStates
Type: array
Nested Schema : portalTemplate
Type: array
Nested Schema : LinkElementState
Nested Schema : pathLinkValues
Type: array
Nested Schema : pathLinkWildcards
Type: array
Nested Schema : reflect.Method
Nested Schema : supportedMethods
Type: array
Nested Schema : supportedQueryParams
Type: array
Nested Schema : annotatedExceptionTypes
Type: array
Nested Schema : annotatedParameterTypes
Type: array
Nested Schema : reflect.AnnotatedType
Nested Schema : genericExceptionTypes
Type: array
Nested Schema : genericParameterTypes
Type: array
Nested Schema : reflect.Type
Nested Schema : parameters
Type: array
Nested Schema : typeParameters
Type: array
Nested Schema : reflect.Parameter
Nested Schema : reflect.Executable
Nested Schema : annotatedExceptionTypes
Type: array
Nested Schema : annotatedParameterTypes
Type: array
Nested Schema : genericExceptionTypes
Type: array
Nested Schema : genericParameterTypes
Type: array
Nested Schema : parameters
Type: array
Nested Schema : typeParameters
Type: array
Nested Schema : reflect.TypeVariable
Nested Schema : annotatedBounds
Type: array
Nested Schema : bounds
Type: array
Nested Schema : QueryParam
Nested Schema : portal
Nested Schema : includedServices
Type: array
Nested Schema : linkStates
Type: array
Nested Schema : Locale
Nested Schema : Linked
Nested Schema : reference
Nested Schema : extensionKeys
Type: array
Nested Schema : unicodeLocaleAttributes
Type: array
Nested Schema : unicodeLocaleKeys
Type: array
Nested Schema : linkStates
Type: array
Nested Schema : linkStates
Type: array
400 Response
Bad request: invalid search or orderBy parameter supplied
403 Response
Invalid utoken supplied