- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all the rate plans for an API product.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/apiproducts/*}/rateplans
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the API product. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
order |
Name of the attribute used for sorting. Valid values include:
Note: Not supported by Apigee at this time. |
start |
Name of the rate plan from which to start displaying the list of rate plans. If omitted, the list starts from the first item. For example, to view the rate plans from 51-150, set the value of |
count |
Number of rate plans to return in the API call. Use with the |
expand |
Flag that specifies whether to expand the results. Set to |
state |
State of the rate plans ( |
Request body
The request body must be empty.
Response body
Response for [rateplans.list][RatePlan.ListRatePlans].
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"ratePlans": [
{
object ( |
Fields | |
---|---|
rate |
List of rate plans in an organization. |
next |
Value that can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform