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 parent:
apigee.keyvaluemapentries.list
Query parameters
Parameters
pageSize
integer
Optional. Maximum number of key value entries to return. If unspecified, at most 100 entries will be returned.
pageToken
string
Optional. Page token. If provides, must be a valid key value entry returned from a previous call that can be used to retrieve the next page.
[[["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 document details how to list key-value entries for maps scoped to an organization, environment, or API proxy in Apigee hybrid 1.8.x and higher."],["The HTTP request is a `GET` operation that utilizes gRPC Transcoding syntax to retrieve key-value entries based on a specified parent resource path, which can be an organization, environment, or API."],["Optional query parameters `pageSize` and `pageToken` can be used to control the number of entries returned and to paginate through results, respectively."],["The request body must be empty, and a successful response will contain a `ListKeyValueEntriesResponse` instance."],["Authorization for this operation requires the `apigee.keyvaluemapentries.list` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]