get https://example.td.commpeak.com/api/logs/limit/50;0
GET Audit logs
This endpoint retrieves audit logs, starting from the 0th index, within a specified time range.
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.
- from (string, required): The start 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.