GET Forms/Form
Get forms
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. |
FormIDs |
Filter by FormIDs |
Collection of integer |
None. |
BusinessUnits |
Filter by Business Units |
Collection of integer |
None. |
FormCategoryID |
Filter by FormCategoryID |
integer |
None. |
FormName |
Filter by FormName |
string |
None. |
FormNames |
Filter by FormNames |
Collection of string |
None. |
VersionMajor |
Filter by VersionMajor |
byte |
None. |
VersionMinor |
Filter by VersionMinor |
byte |
None. |
FormAccessType |
Filter by FormAccessType |
FormAccessType |
None. |
FormClass |
Filter by FormClass |
FormClass |
None. |
FormSubClass |
Filter by FormSubClass |
FormSubClass |
None. |
FormType |
Filter by FormType |
FormType |
None. |
FormSubTypes |
Filter by FormSubTypes |
Collection of integer |
None. |
FormStatuses |
Filter by FormStatus |
Collection of FormStatus |
None. |
ReviewType |
Filter by ReviewType |
FormEntryReviewStatusType |
None. |
Title |
Filter by Title |
string |
None. |
ComplexityIndex |
Filter by ComplexityIndex |
integer |
None. |
IncludeSubFormsForEntityID |
Filter by Sub Forms for Entity |
integer |
None. |
Tips |
Filter by Tips |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
IncludePayload |
Include detail data |
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. |
FieldType |
Filter by FieldType |
FormFieldType |
None. |
ExcludeFieldTypes |
Filter by ExcludeFieldTypes |
Collection of FormFieldType |
None. |
Funders | Collection of integer |
None. |
|
OnlyFullAccessForms |
Only return forms where user has Full Access only |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of FormDTOs
Collection of FormDtoName | Description | Type | Additional information |
---|---|---|---|
FormID | integer |
None. |
|
BusinessUnits | Collection of integer |
None. |
|
Funders | Collection of integer |
None. |
|
AuthGroups | Collection of IAccessLevelAuthorization |
None. |
|
FormCategoryID | integer |
None. |
|
FormCategoryName | string |
None. |
|
FormName | string |
None. |
|
Version | string |
None. |
|
VersionMajor | byte |
None. |
|
VersionMinor | byte |
None. |
|
FormAccessType | FormAccessType |
None. |
|
FormClass | FormClass |
None. |
|
FormSubClass | FormSubClass |
None. |
|
FormType | FormType |
None. |
|
FormSubType | integer |
None. |
|
Type | string |
None. |
|
FormStatus | FormStatus |
None. |
|
EntryStatusType | FormEntryStatusType |
None. |
|
EntryReviewStatusType | FormEntryReviewStatusType |
None. |
|
Title | string |
None. |
|
DateType | FormDateType |
None. |
|
AutoNoteType | FormAutoNoteType |
None. |
|
AutoNoteTypeSubject | string |
None. |
|
AutoNoteTypeContents | string |
None. |
|
AutoNoteTypeID | integer |
None. |
|
CarePlanType | FormCarePlanType |
None. |
|
CarePlanMode | FormCarePlanMode |
None. |
|
CarePlanEnforceSaveMode | FormCarePlanEnforceSaveMode |
None. |
|
RecurrenceType | FormRecurrenceType |
None. |
|
DefaultDocument | boolean |
None. |
|
StartDateCaption | string |
None. |
|
StopDateCaption | string |
None. |
|
ExpandInformationSelection | boolean |
None. |
|
ShowNavigation | boolean |
None. |
|
ShowProgressBar | boolean |
None. |
|
ShowScores | boolean |
None. |
|
ShowNotes | boolean |
None. |
|
ShowClinicalParameterRanges | boolean |
None. |
|
ShowChanges | boolean |
None. |
|
ShowClientMedication | boolean |
None. |
|
RequireVisit | boolean |
None. |
|
SortOrder | integer |
None. |
|
ComplexityIndex | integer |
None. |
|
Tips | string |
None. |
|
Scores | Collection of FormScoreDto |
None. |
|
Dependencies | Collection of FormFieldLinkDependencyDto |
None. |
|
ValidationScript | string |
None. |
|
GlobalScript | string |
None. |
|
CarePlanScript | string |
None. |
|
AdditionalSourceForms | Collection of string |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
Sections | Collection of FormSectionDto |
None. |
|
Fields | Collection of FormFieldDto |
None. |
|
IsPartialData | boolean |
None. |
|
HasSubforms | boolean |
None. |