System Log

The System Log API provides detailed records of the cieTrade system log table which records user activity such as logging in and out, the creation and changes to transaction and master data records. Note That dataset results are limited to the first 10,000 records per request.

Request Example

https://api.cietrade.net/SystemLog?UserID=Example@gmail.com&UserPwd=asdf&DateFrom=7/10/2024&DateTo=7/12/2024&Object=ACCESS&User=dakota<br>

Query Parameters (Filters)

UserID cieTrade.net User Name. Required  
UserPwd cieTrade.net User Password. Required  
DateFrom Start of "Log" date range.   Required  
DateTo End of "Log" date range.  Will default to Today if left out/blank. Optional  
Object Type of logging object to filter results on. Examples include "ACCESS","BOOKING","BUYSELL",BILLSHEET" etc. Optional  
User End user Login ID that created log entry. Optional  

Response Examples

{
        "username": "BobWood",
        "log_date": "2024-07-10",
        "log_time": "09:35:05.0470000",
        "Object": "ACCESS",
        "Type": "LOGOUT",
        "Comment": "User Dakota logged out of the system at 7/10/2024 9:35:04 AM",
        "ObjStatus": ""
    },
    {
        "username": "BobWood",
        "log_date": "2024-07-10",
        "log_time": "09:30:12.6030000",
        "Object": "ACCESS",
        "Type": "LOGIN",
        "Comment": "User Dakota logged into the system at 7/10/2024 9:30:12 AM",
        "ObjStatus": ""
    }<br>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.