If the KeyValueMap is under an API Proxy resource that 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.keyvaluemapentries.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of KeyValueEntry.
[[["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-04-24 UTC."],[[["This endpoint retrieves the value of a specific key within a key-value map, which can be scoped to an organization, environment, or API proxy."],["The `name` parameter in the URL path is mandatory and specifies the scope and location of the key-value map entry using one of three defined structures."],["This operation requires the `apigee.keyvaluemapentries.get` IAM permission on the specified resource `name`."],["The request body must be empty, and the response body will contain a `KeyValueEntry` instance if the request is successful."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]