System
Last updated
Last updated
Retrieves a list of users based on the provided parameters like limit, offset, and status.
Limit of users per request
10
Offset to start fetching the list
0
Whether to count the total number of users
false
Filter users based on their status
Bearer token for authentication.
Successfully retrieved the user list
This endpoint is used to retrieve a list of audit logs with pagination and optional filters.
The number of items to skip (used for pagination)
0
The number of items to return (used for pagination)
20
Keyword to filter the results by
Filter the audit logs by the module
Filter the audit logs by the user who performed the action
Bearer token for authentication.
Successfully retrieved audit log list
This endpoint is used to retrieve a list of modules involved in audit logs.
Bearer token for authentication.
Successfully retrieved module log list
This endpoint is used to enable or disable the maintenance mode.
Bearer token for authentication.
Set mode: 0 to disable maintenance mode, 1 to enable maintenance mode.
0
The ID of the setting to update
2
Successfully updated the maintenance mode
This endpoint allows the deletion of audit logs between the given fromDate
and toDate
.
Bearer token for authentication.
The starting date for the range of audit logs to delete
2024-1-1
The ending date for the range of audit logs to delete
2024-1-1
Successfully deleted the audit logs within the specified date range