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-07-09 UTC."],[[["This document outlines the process for listing key-value entries within Apigee hybrid 1.8.x and higher, scoped to an organization, environment, or API proxy."],["The HTTP request for retrieving key-value entries is a `GET` request to a specific URL with path parameters defining the scope (`organizations`, `environments`, or `apis`)."],["Optional query parameters, `pageSize` and `pageToken`, allow for control over the number of returned entries and pagination, respectively."],["The request body must be empty, and a successful response will contain an instance of `ListKeyValueEntriesResponse`."],["Access to this resource requires the `apigee.keyvaluemapentries.list` IAM permission on the specified parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]