Required. Name of the API product attribute. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}
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 name:
apigee.apiproductattributes.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Attribute.
[[["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-05-04 UTC."],[[["This endpoint retrieves a specific attribute of an API product."],["The request is made using a `GET` HTTP method to a specific URL structure."],["The `name` path parameter is required and must be in the format `organizations/{org}/apiproducts/{apiproduct}/attributes/{attribute}`."],["The request body must be empty to make the call, and if successful, the response will contain the `Attribute` information."],["Authorization requires the `apigee.apiproductattributes.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]