OBJECT
LicenseHistoryAudit
link GraphQL Schema definition
- type LicenseHistoryAudit implements Node {
- : ID!
- # The action performed (CREATE, UPDATE, DELETE)
- : String!
- # When the audit event occurred
- : Time!
- # ID of the user who performed the action, if applicable
- : String
- # IP address from which the action was performed
- : String
- # Additional notes about the audit event
- : String
- # Previous institution value
- : String
- # Previous title value
- : String
- # Previous license number value
- : String
- # Previous state value
- : String
- # Previous start date value
- : Time
- # Previous end date value
- : Time
- # Previous suggested value
- : Boolean
- # Previous verified value
- : Boolean
- # Previous confirmed value
- : Boolean
- # Previous status value
- : String
- # Previous certifying board ID
- : Int
- # Previous provider type ID
- : Int
- # The ID of the license history record being audited
- : ID!
- # The license history record this audit entry relates to
- : LicenseHistory!
- }