Method: organizations.sites.apicategories.list

Returns the API categories associated with a portal.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*/sites/*}/apicategories

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the portal. Use the following structure in your request: organizations/{org}/sites/{site}

Request body

The request body must be empty.

Response body

The response for ListApiCategoriesRequest. Next ID: 6

If successful, the response body contains data with the following structure:

JSON representation
{
  "status": string,
  "message": string,
  "requestId": string,
  "errorCode": string,
  "data": [
    {
      object (ApiCategory)
    }
  ]
}
Fields
status

string

Status of the operation.

message

string

Description of the operation.

requestId

string

Unique ID of the request.

errorCode

string

Unique error code for the request, if any.

data[]

object (ApiCategory)

The API category resources.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform