Previous Next

Query for portals; when search criteria is omitted, all portals will be returned.

get
/v1/portal/portals
Supports pagination and response limit.

The following tables summarize the client request.

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

The following tables summarize the server response.

200 Response

successful response
Body

400 Response

Bad request: invalid search or orderBy parameter supplied

403 Response

Invalid utoken supplied