Retrieve Resource Catalogs
get
/v1/portal/resourcecatalogs
Returns all the available Resource Catalog.
Request
Query Parameters
-
limit(optional): integer(int32)
Specifies the maximum number of returned items.Default Value:
10
-
offset(optional): integer(int32)
Specifies the position of the first item in the result.Default Value:
0
-
orderBy(optional): string
Specifies the attribute used to order the returned objects.
-
q(optional): string
search criteria, example: NameNamespaceQuery;name:
;namespace:resourcecatalog
Response
Supported Media Types
- application/json
400 Response
Bad request: invalid search or orderBy parameter supplied
403 Response
Invalid utoken supplied