We need to display the entity change log in our platform,that is, who has changed what and when, I know that this information is stored, but what's the best way to retrieve it? Thanks
8 Answer(s)
-
0
-
0
The think is that I want to get the data to incorporate it to our own pages
-
0
Hi @ignasiclos
You can use AuditLogAppService's GetEntityChanges method as an API and retrieve the data you want. Follow https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Token-Based-Authentication to authenticate your external app and get data from AspNet Zero.
You can also directly access to database but using the API is better I think.
-
0
-
0
Sorry, I missed it, GetEntityTypeChangeInput, testing now.
-
0
-
0
Hi,
Yes, you need to activate it, please follow https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Entity-History
-
0
Great, thanks!