List all database objects

List all objects in your database, including contact types and asset subtypes

You can also use GET.

When you use DataTable APIs, you need to know the types of objects you can perform actions on. The response to this call is a list of each object in your Orange Logic site, including account types, asset subtypes, and group types. This list also includes database objects that are rarely customized, such as types of collections, event links, event types, invoices, restrictions, security profiles, sessions, and tags.

Each object in the response lists the resource name and a sample DataTable call. The sample call provides the syntax to perform a read action on an object, which is identified by the record ID placeholder RecordID=XYZ.

By default, DataTable calls return responses in XML. You can add &format=JSON to change the response format to JSON.

The example response is truncated with an ellipses (...).

Language
Credentials
OAuth2
URL