Get audit history for a record

Retrieves the audit history for a specific record. It returns a list of all changes made to the specified fields of the record.

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

Object name from which the field history needs to be fetched. It can only contain underscores and alphanumeric characters. For example: PaymentTool, PaymentToolHistory.

string
required

A globally unique identifier (GUID) of the record. For example: 2614d72c-edfc-4dc5-b72f-45104fe5ef43.

Query Params
date-time

The start date for the history. Only changes made on or after this date will be retrieved. For example: 2019-09-01

date-time

The end date for the history. Only changes made on or before this date will be retrieved. For example: 2019-09-01

Note:End Date should be greater than Start Date.

string

The name of the user who updated the record. For example: admin.

string

The ID of the user who updated the record. For example: 2614d72c-edfc-4dc5-b72f-45104fe5ef43.

string
enum

Sort direction (Ascending or Descending) for the data.

Note: The default sort order is Descending if the sort field parameter is not specified.

Allowed:
Body Params

Comma-separated list of fields present in the object that are configured for audit history. For example: Name, IsActive.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

400

Bad Request

403

Forbidden

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