GET Events/Form
Get eventForms from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
EventFormIDs |
Filter by EventFormIDs |
Collection of integer |
None. |
EventID |
Filter by EventID |
integer |
None. |
FormName |
Filter by FormName |
string |
None. |
FormEntryID |
Filter by FormEntryID |
integer |
None. |
IsRequiredForCompletion |
Filter by IsRequiredForCompletion |
boolean |
None. |
IsRequiredForVerification |
Filter by IsRequiredForVerification |
boolean |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of EventFormDTOs
Collection of EventFormDTOName | Description | Type | Additional information |
---|---|---|---|
EventFormID |
Event Form ID |
integer |
None. |
EventID |
Event ID |
integer |
None. |
FormName |
Form Name |
string |
None. |
FormTitle |
Form Title |
string |
None. |
FormID |
Form ID |
integer |
None. |
FormSubType |
Form Sub Type |
integer |
None. |
FormEntryID |
Form Entry ID |
integer |
None. |
FormEntryStatus |
Form Entry Status |
FormEntryStatus |
None. |
IsRequiredForCompletion |
Is Required For Completion |
boolean |
None. |
IsRequiredForVerification |
Is Required For Verification |
boolean |
None. |
RecordState |
Record State |
FormRecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
ParentFormEntryID |
ParentFormEntryID |
integer |
None. |
ParentFormName |
ParentFormName |
string |
None. |
Props |
Props |
Collection of Object |
None. |
Summary |
Summary |
string |
None. |