System
Last updated
Last updated
/settings
Retrieves a list of users based on the provided parameters like limit, offset, and status.
/auth/userlist
Limit of users per request
Offset to start fetching the list
Whether to count the total number of users
Filter users based on their status
Bearer token for authentication.
This endpoint is used to enable or disable the maintenance mode.
/settings/maintainance
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
This endpoint is used to retrieve a list of audit logs with pagination and optional filters.
/auditlog/auditLog-list
The number of items to skip (used for pagination)
The number of items to return (used for pagination)
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.
This endpoint is used to retrieve a list of modules involved in audit logs.
/auditlog/module-list
Bearer token for authentication.
This endpoint allows the deletion of audit logs between the given fromDate
and toDate
.
/auditlog/delete-auditlog
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