Participants
This model represents the properties associated with each participant.
| Name | Description |
|---|---|
| id | The participants's unique identifier |
| waiverId | This is a unique identifier waiver |
| type | This is the type of participant i.e., adult, minor |
| teamId | This is a unique identifier of the participant |
| signee | This object describes the participant's information |
| emergencyContact | An object that contains the emergency contact information |
| additionalFieldsData | An object that describes the additional fields included in the waiver |
| address | This object contains the address information of the participant |
| hasAdditionalFields | This is a boolean that determins additional fields are required for the participant |
| source | This parameter gives more information about the type of participant (participant, volunteer or signee) |
| documentId | The unique identifier of any document submitted by the participant |
| documentUrl | The URL to the document submitted by the participant |
| certificateUrl | The URL to the certificate submitted by a participant |
| combinedCertificateUrl | The URL to combined certificates submitted by a participant |
| timeStamps | An object that describes various timestamps the participant viewed and signed the waiver |
| createdAt | The timestamp of when the participant was created |
| companyName | The company name of the wiver a participant signed |
| adult | The object describes adult details |
| adultId | A unique identifier of the adult age group |
| minorId | A unique identifier of the minor age group |