Method: organizations.sites.apidocs.list Stay organized with collections Save and categorize content based on your preferences.
Returns the catalog items associated with a portal.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/sites/*}/apidocs
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Name of the portal. Use the following structure in your request: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 25 books will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"status":string,"message":string,"requestId":string,"errorCode":string,"data":[{object ( |
| Fields | |
|---|---|
status |
Status of the operation. |
message |
Description of the operation. |
requestId |
Unique ID of the request. |
errorCode |
Unique error code for the request, if any. |
data[] |
The catalog item resources. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.