API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apps?createdat={created_at}
List all apps created on the specified date
Verb: GET
Auth: Basic AuthList all apps created on the specified date (date formatted as Unix time)
Sample Request:$ https://api.enterprise.apigee.com/v1/o/{org_name}/apps?"createdat=1342265464016" \
-u myname:mypass
Sample Response:
[ "app2.1", "app2.2", "MyTestApp"]Errors
Failure 4xx with proper error message
{
"code" : "keymanagement.service.invalid_application_name",
"message" : "App Name is not valid ",
"contexts" : [ ]
}
Last updated:
about 1 month ago