API Reference

Read CRM Data

Fetches dynamic data from the CRM. Data extraction is based on the property definitions within the system table. Any field not defined in the system table will be excluded from the returned data. Conversely, any defined field missing in the actual data will have a null value.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The CRM property to search for.

string

The specific customer for the search.

string

The account of the customer. Must belong to the specified FCCID

string

To find a specific item by its LUUID. Ignores all parameters except for mode. In 'latest' mode, returns the latest version. In 'history' mode, returns all versions of a document, including removed items.

string

To find a document by its UUID. All other parameters are ignored.

string

Defines the mode of operation. 'latest' returns the latest version of the requested property, while 'history' returns all non-deleted versions.

number

Only used with 'history' mode. Skips N number of documents.

number

Only used with 'history' mode. Limits the total amount of history returned.

string

Filters items with a date greater than the supplied date.

string

Filters items with a date less than the supplied date.

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json