14-Alexandrite
November 14, 2023
Solved
How to retrieve ThingWorx Login Audit details
- November 14, 2023
- 1 reply
- 2167 views
Hi Community,
I need to access following information from ThingWorx Number of users logged in and their time.
For this I am trying following service: "QueryAuditHistoryWithQueryCriteria" following ptc article:
Could you all please help me provide correct json input as filter I should provide for same.
Attaching screenshot for same.
json query:
{
"filters": {
"type": "LIKE",
"fieldName": "Audit",
"value": "Login%"
}
}
Error: Unable to Invoke Service QueryAuditHistoryWithQueryCriteria on AuditSubsystem : com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.]
Thanks,
Sid


