Required. Name of the API product. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}
If the API Product resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource parent:
apigee.apiproductattributes.list
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Attributes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This API lists all attributes of a specified API product within an organization."],["The HTTP request to list attributes is a `GET` request to a URL using gRPC Transcoding syntax."],["The request requires a `parent` path parameter, which specifies the organization and API product, and needs specific IAM permission."],["The request body must be empty, while a successful response returns an instance of `Attributes`."],["Authorization for this API call requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]