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 within Apigee, scoped to an organization, environment, or API proxy, and it is supported for Apigee hybrid 1.8.x and higher."],["The HTTP request uses gRPC Transcoding syntax with a `GET` method to a specified URL containing a parent path parameter, which determines the scope."],["Path parameters in the request must include a `parent` string specifying the organizational, API, or environmental scope, and it requires the `apigee.keyvaluemapentries.list` IAM permission."],["The request can include optional query parameters like `pageSize` to limit results and `pageToken` to retrieve subsequent pages, while the request body itself must be empty."],["Successful requests will return a response body that is an instance of `ListKeyValueEntriesResponse` and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]