This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
report_events [2022/03/30 16:30] antreas |
report_events [2023/11/27 13:59] (current) chris |
||
---|---|---|---|
Line 10: | Line 10: | ||
{{ ::home_events.jpg?400 |}} | {{ ::home_events.jpg?400 |}} | ||
==== Events page ==== | ==== Events page ==== | ||
- | In the events page you can see all events logged by PMA.core in a paginated format. Also a date filter to narrow the events list on specific date ranges is supported. | + | In the events page you can see all events logged by PMA.core in a paginated format. Also a date filter to narrow the events list on specific date ranges is available. |
{{ :event_page.jpg?400 |}} | {{ :event_page.jpg?400 |}} | ||
==== Events API ==== | ==== Events API ==== | ||
- | You can also programmatically get a paginated list of events using the [[https://docs.pathomation.com/pma.core.api/#/Admin/PMA.Services.Admin.AdminService.GetEvents|Get Events]] API. Only administrators have access to this API and the request is always paginated because of the large number of events in a typical PMA.core server. | + | You can also programmatically get a paginated list of events using the [[https://docs.pathomation.com/pma.core.api/#/Admin/PMA.Services.Admin.AdminService.GetEvents|Get Events]] API. Only administrators have access to this API and the request is always paginated because of the large number of events on a typical PMA.core server. |