Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Getting a List of Objects
{
"objects": [{
"database_name": "ppgendb0004",
"object_name": "vppgen0003",
"object_type": "VIEW"
},
{
"database_name": "ppgendb0004",
"object_name": "vppgen0001",
"object_type": "VIEW"
},
{
"database_name": "ppgendb0008",
"object_name": "ppgen0003",
"object_type": "TABLE"
}
]
}