Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Please note that this endpoint is protected using OAuth2 Token. Visit Authentication section of this document for details on getting access token.

Sample Request

Code Block
languagejson
{
    "startDate": "2021-01-16T13:56:39.492",
    "endDate": "2021-10-16T13:56:39.492"
}

Sample Response

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "recordsFound": 32
    }
}

Field Reference

(M) indicates fields that are mandatory in the request body. (m) Indicates fields that are mandatory only if the parent object is not empty.

...