Waiver
This model represents the properties associated with each waiver.
| Name | Description |
|---|---|
| id | The waiver's unique identifier |
| folderId | This is a unique identifier of the folder for this waiver (waiver folder) |
| creatorId | This is a unique identifier of the creator of this waiver |
| teamId | This is a unique identifier of the team the creator of this waiver |
| organizer | This object describes the company or organization that created the waiver. It contains detailed information about the organization, such as id,name,photoURL and location. |
| event | This objects describes the event for this waiver. It contains information such as name and type of the event |
| eventDate | This object describes the duration of the event. Fields available include length, startDate and endDate |
| includeEmergencyContact | This is a boolean that determins if an emagergency contact phone number is required for the waiver |
| customerLabel | This parameter gives more information about the type of customer (participant, volunteer or signee) |
| intensity | This object represents the intensity level of the event |
| activities | This object describes the list of activities for the waiver |
| status | This parameter describes the current state of the waiver. States include Draft, Active and Inactive |
| title | This parameter repesents the title of the waiver |
| body | This is an HTML formatted string that represents the content of the waiver |
| signatureContent | The HTML that represents the signature content of the waiver |
| ageGroup | A list of age groups that can have access to this waiver |
| additionalFields | An array of objects that identify additional information required to complete the waiver |
| step | The total number of steps included in the waiver creation |
| pdfURL | The URL to a downloadble version of the waiver |
| publishDate | The timestamp the waiver was publihsed |
| slug | A unique URL to this waiver |
| includeAddress | A boolean that verifies an address must be included to complete this waiver |
| addressRequired | A boolean that verifies an address is required to complete this waiver |
| includeIdentification | A boolean that verifies identification must be included to complete this waiver |
| identificationRequired | A boolean that verifies identification is required to complete this waiver |
| includeVideo | A boolean the verifies a video is included in the waiver |
| videoUrl | The URL of the video associated with this waiver |
| smsContent | SMS content |
| smsCode | SMS Verification Code |
| createdAt | The timestamp of when this waiver was created |
| lastUpdatedAt | the timestamp of when this waiver was last updated |
| nonProfit | the boolean that verifies the waiver is for Non Profit |
| totalResponses | the count of the number of responses |
| downloadCount | The number of times a waiver has been downloaded |
| participants | The list of all participant associated with the waiver. It contains both minors and adults. See Participants section in sidebar for more details. |