- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists all API product names for an organization. Filter the list by passing an attributename
and attibutevalue
.
The maximum number of API products returned is 1000. You can paginate the list of API products returned using the startKey
and count
query parameters.
If the resource has the space
attribute set, the response may not return all resources. To learn more, read the Apigee Spaces Overview.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*}/apiproducts
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the organization. Use the following structure in your request: If the resource has the Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
attributename |
Name of the attribute used to filter the search. |
attributevalue |
Value of the attribute used to filter the search. |
expand |
Flag that specifies whether to expand the results. Set to |
startKey |
Gets a list of API products starting with a specific API product in the list. For example, if you're returning 50 API products at a time (using the |
count |
Enter the number of API products you want returned in the API call. The limit is 1000. |
space |
Optional. The Space to list API products for. When none provided, all the spaces the user has list access, will be used implicitly, and the same following rules will apply. Can be used in conjunction with startKey, expand and count for paginated response. Composite queries with attributename and attributevalue are not supported yet. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"apiProduct": [
{
object ( |
Fields | |
---|---|
apiProduct[] |
Lists all API product names defined for an organization. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform