ContactLog - Create/Update

Create or update a contact log. Exclude hash and id to create, include hash to update.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

A system generated numerical id for the item. Cannot be altered.

string

A system generated unique id in the form of a hash to obscure numerical id.

string

The id of the account in the accounts table.The reason this exists is so the account deletion process can easily delete all data associated with the account.

string

The id of the contact in the contacts table.

string

The log text displayed to the user.

string

The table associated with the contact the log is capturing (i.e. contacts, group_contacts, contact_custom_column_values).

string

The id of entity in the database table.

string

The operation that occurred on the entity (i.e. create, update, delete, add, remove, modify).

string

The mechanism through which the action occurred.

string

The changed values from the entity stored as JSON.The array of data should be keyed to the column name and contain an array of the old and new values.EXAMPLE: {contact_first_name":["John"

string

If initiated by a user, the user_id.

string

The date the record was created.

Response

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