cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Read Audit Log and EventLog over API

TT_12004561
4-Participant

Read Audit Log and EventLog over API

I need to set up an external REST client to read AuditLog and EventLog over API hopefylly anonymously

Is it possible?

1 REPLY 1

Greetings @TT_12004561

 

I hope this message finds you in good health.

I am writing to inform you that you can read AuditLog and EventLog using the Configuration API Service.

 

  • Messages from the event log service can be read from a REST client by sending a GET to
  • Event log entries
    https://<hostname>:<port>/config/v1/event_log
  • Audit log entries     
https://<hostname>:<port>/config/v1/audit_log

   

  • Please refer(section "Configuration API Service — Content Retrieval " section ) of this link for more details
Note: Every API call requires authentication; you need to provide credentials each time you start the service.
Announcements


Top Tags