OBJECT
Audit
Recent Audit Logs of the contact
link GraphQL Schema definition
- type Audit {
- # Action made by the user
- : String
- # Automation triggered by the User
- : Automation
- # created date of the audit log
- : ISO8601DateTime
- # ID of the audit log
- : ID!
- # User Title of the action
- : String
- }