Skip to content

CdaActivityEvent

Information on an event surrounding CDA activity

Fields

activity_type · String · The activity that occured
cda_type · String · The type of CDA
created_at · String · The time of the event
document_id · String · The ID of the document
id · ID! · required · Self descriptive
outbound_recipient · String · The outbound recipient
user · User · The user who opened the document
user_email · String · The email of the user who took the action.

Used By

Definition

"""
Information on an event surrounding CDA activity
"""
type CdaActivityEvent {
"""
The activity that occured
"""
activity_type: String
"""
The type of CDA
"""
cda_type: String
"""
The time of the event
"""
created_at: String
"""
The ID of the document
"""
document_id: String
"""
Self descriptive
"""
id: ID!
"""
The outbound recipient
"""
outbound_recipient: String
"""
The user who opened the document
"""
user: User
"""
The email of the user who took the action.
"""
user_email: String
}