Skip to content

IntakeFlowItemRequestInfo

The intake flow item request details

Fields

complete_date · String · Completion date of the form
completed_by · User · User who completed the form
details · String · Info how client received the form
label · String · Requested / Auto-Requested
request_date · String · Request date of the form
requested_by · User · User who requested the form

Used By

Definition

"""
The intake flow item request details
"""
type IntakeFlowItemRequestInfo {
"""
Completion date of the form
"""
complete_date: String
"""
User who completed the form
"""
completed_by: User
"""
Info how client received the form
"""
details: String
"""
Requested / Auto-Requested
"""
label: String
"""
Request date of the form
"""
request_date: String
"""
User who requested the form
"""
requested_by: User
}