draw

Draw attributes such as draw name, number, period to date, and status.

Fields

Field Name Data Type Description
id Int ID associated to a Draw.
number Int Draw Number.
name String Draw Name.
periodFromDate Date Draw period begin date (US/Central timezone).
periodToDate Date Draw period end date (US/Central timezone).
dueDate Date Draw due date (US/Central timezone).
status String Draw Status (open, closed).
dateCreated DateTime Date draw initiated on (US/Central timezone).
closedDate Date Date of draw closure (US/Central timezone).
dateModified DateTime Timestamp of last draw edit (US/Central timezone).
isDeleted Boolean Is draw request deleted.
initiatedBy BasicUserSubgraph User who initiated draw.
project ProjectSubgraph Project associated with draw.
organizations [OrganizationSubgraph] Organizations participating in this draw
pageInfo PageInfo Provides page results and total results.