Retrieve Pages

get

/v1/portal/pages

Returns all available pages based on the specified query. 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

Response

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