API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /maps?expand=true
Returns an expanded view of all Maps in an Organization
Verb: GET
Auth: Basic AuthReturns an expanded view of all Maps in an Organization. An expanded view displays all entries for each Map returned.
Sample Response:{
"map" : [ {
"entry" : [ ],
"name" : "sandbox_map"
}, {
"entry" : [ {
"name" : "qa",
"value" : "user2"
}, {
"name" : "dev",
"value" : "user1"
} ],
"name" : "prodmap"
} ]
}
Response Payload Elements:
| Name | Description |
|---|---|
| map | Top level element for a map |
| entry | Name/value pair that defines the entry |
| name | The name of the map |
{
"code" : "keymanagement.service.organization_map_entry_error",
"message" : "Cound not retrive maps list",
"contexts" : [ ]
}
Last updated:
6 months ago