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-02 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 request is a `GET` request using a URL structured with gRPC Transcoding syntax, and the full map entry location path must be specified in the URL."],["The `name` parameter in the URL specifies the scope of the key-value map entry, and it can use one of three different path structures."],["The request body must be empty, and the response will contain the key-value pair found using the provided key entry `name`."],["The request requires authorization with the `apigee.keyvaluemapentries.get` IAM permission on the specified resource `name` and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]