Skip to main content

Client details

List connected clients

GET /api/client

Returns all the currently connected clients on the server with their details.

[
{
"ClientID": "2461",
"UserName": "Administrator",
"ComputeName": "UCMTCC3223",
"ExtPrivilege": "fmapp",
"IPAddress": "216.236.150.50",
"MACAddress": "c4:65:16:a6:d1:aa...",
"ConnectTime": "9/21/2021 7:58:44 AM",
"Duration": "6:29:20",
"AppVersion": "Pro 19.2.1",
"AppLanguage": "English",
"FileName": "UCS",
"AccountName": "wko",
"PrivilegeSet": "Purchasing"
},
...
{
"ClientID": "2470",
"UserName": "Administrator",
"ComputeName": "UCMTCC3220",
"ExtPrivilege": "fmapp",
"IPAddress": "100.1.1.1",
"MACAddress": "c...",
"ConnectTime": "9/21/2021 12:12:32 PM",
"Duration": "2:15:32",
"AppVersion": "Pro 19.2.1",
"AppLanguage": "English",
"FileName": "SolutionName",
"AccountName": "myaccount",
"PrivilegeSet": "Manager"
},
{
"ClientID": "2470",
"UserName": "Administrator",
"ComputeName": "UCMTCC3220",
"ExtPrivilege": "fmapp",
"IPAddress": "100.1.1.1",
"MACAddress": "c...",
"ConnectTime": "9/21/2021 12:12:32 PM",
"Duration": "2:15:32",
"AppVersion": "Pro 19.2.1",
"AppLanguage": "English",
"FileName": "solution_controller",
"AccountName": "user",
"PrivilegeSet": "user"
},
{
"ClientID": "2470",
"UserName": "Administrator",
"ComputeName": "UCMTCC3220",
"ExtPrivilege": "fmapp",
"IPAddress": "216.236.150.50",
"MACAddress": "c4:65:16:a3:a4:a1...",
"ConnectTime": "9/21/2021 12:12:32 PM",
"Duration": "2:15:32",
"AppVersion": "Pro 19.2.1",
"AppLanguage": "English",
"FileName": "solution",
"AccountName": "user",
"PrivilegeSet": "user"
}
]