Get all logs

The Get all logs API method allows you to get all the logs from a specific user in a specific period of time. You should send in the request body the following fields:

Request

  • Parameters
    • from (string, required): The start date and time for the logs retrieval.
    • till (string, required): The end date and time for the logs retrieval.

The response will contain an array of log objects, each with an ID, creation timestamp, user ID, message, object type, and object ID.

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!