v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

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.

get/v1/{+parent}/apiproducts

Path parameters

parentstring required

Required. Name of the organization. Use the following structure in your request: organizations/{org} If the resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.

Query parameters

attributenamestring

Name of the attribute used to filter the search.

attributevaluestring

Value of the attribute used to filter the search.

countstring

Enter the number of API products you want returned in the API call. The limit is 1000.

expandboolean

Flag that specifies whether to expand the results. Set to true to get expanded details about each API.

spacestring

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 start_key, expand and count for paginated response. Composite queries with attributename and attributevalue are not supported yet.

startKeystring

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 query parameter), you can view products 50-99 by entering the name of the 50th API product in the first API (without using startKey). Product name is case sensitive.

Response

Successful response