getObjectDefNames
Purpose
Retrieves a list of object definition names. Output is limited to objects for which the current user has permissions to view, create, edit, and delete.
HTTP Method
GET
URL
https://app.infiniteblue.com/rest/api/getObjectDefNamesURL Parameters
sessionId
The session ID obtained from the body of the response when calling login.
permissions
An optional parameter specifying one of: view,
create, edit, or delete
output
Optional parameter specifying the output format, one of:
Required Permissions
One of: VIEW, CREATE, EDIT, DELETE (VIEW by default)
Response
Names of object definitions in XML or JSON.
Example
Sample Response:
<?xml version="1.0" encoding="UTF-8"?> <resp status="ok"> <names> <name>visitor</name> <name>process</name> <name>COMMLOG</name> </names> </resp>