Required. Name of the developer attribute. Use the following structure in your request: organizations/{org}/developers/{developerEmail}/attributes/{attribute}
Authorization requires the following IAM permission on the specified resource name:
apigee.developerattributes.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-06-12 UTC."],[[["This endpoint retrieves the value of a specified developer attribute using a GET request."],["The request URL requires a specific format using gRPC Transcoding syntax and includes the organization, developer email, and attribute name within the path."],["The request body must be empty for this API call."],["A successful response returns an `Attribute` instance containing the requested developer attribute."],["Accessing this endpoint requires the `apigee.developerattributes.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]