How do I get V8 API account audit data?

Hello,

Can someone give me the V8 API endpoint for account audit logs?

Hello Dipesh,

that endpoint doesn’t exist.

When you check: GET {{suiteCRM.url}}/Api/V8/meta/modules

JSON API :: SuiteCRM Documentation

the audit logs are not part of any endpoint.

However, there appears to be one in GraphQL:

Can I create a custom endpoint and get audit logs?

Sure, it’s open source - you can do everything around the code / DB. :slight_smile: