- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns the catalog items associated with a portal.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/sites/*}/apidocs
The URL uses gRPC 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. |
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

