IntakeFlowItemRequestInfo
The intake flow item request details
Fields
complete_date
· String
· Completion date of the form completed_by
· User
· User who completed the form 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}