Performance Logs REST Endpoints
Performance Logs
The REST API enables retrieving data about a sales user's activities and observed performance or other metrics during their interaction with the application. The information also provides application time as well as category information which can be used by customers to build their benchmark monitoring systems and proactively tackle any performance issues.
- Export Performance Log Event
- Method: postPath:
/rest/v19/performanceLogs/{id}/actions/export
- Export Performance Log Events
- Method: postPath:
/rest/v19/performanceLogs/actions/export
- Get All Performance Log Events
- Method: getPath:
/rest/v19/performanceLogs
- Get Performance Log Event
- Method: getPath:
/rest/v19/performanceLogs/{id}