GET Forms/GetAnalyticsFields?formTypeName={formTypeName}&formTypeFieldNameText={formTypeFieldNameText}&beginDate={beginDate}&endDate={endDate}
Retrieves form fields for the given parameters.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formTypeName |
Name of the form to pull fields from |
string |
Required |
formTypeFieldNameText |
Comma delimited list of desired fields |
string |
None. |
beginDate |
Start of desired date range |
date |
None. |
endDate |
End of desired date range |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of form fields
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of AnalyticsForm |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "FormId": "fb04f3fa-79e7-4013-a68a-2ccfa6fb7118", "EffectiveDate": "2025-07-19T03:55:31.8371823-07:00", "CreateUser": "sample string 1", "AssetId": "2515d72a-a995-4e90-845e-949a33e0ed35", "AssetName": "sample string 2", "FormTypeName": "sample string 3", "FormTypeDescription": "sample string 4", "FormTypeFieldId": "64025bd6-6948-45f2-959d-3c49be160068", "FormTypeFieldName": "sample string 5", "FormTypeFieldLabel": "sample string 6", "FormTypeFieldDescription": "sample string 7", "FormFieldValueId": "481b4d2e-32bf-4042-8745-7339443fd1c8", "ValueText": "sample string 8" }, { "FormId": "fb04f3fa-79e7-4013-a68a-2ccfa6fb7118", "EffectiveDate": "2025-07-19T03:55:31.8371823-07:00", "CreateUser": "sample string 1", "AssetId": "2515d72a-a995-4e90-845e-949a33e0ed35", "AssetName": "sample string 2", "FormTypeName": "sample string 3", "FormTypeDescription": "sample string 4", "FormTypeFieldId": "64025bd6-6948-45f2-959d-3c49be160068", "FormTypeFieldName": "sample string 5", "FormTypeFieldLabel": "sample string 6", "FormTypeFieldDescription": "sample string 7", "FormFieldValueId": "481b4d2e-32bf-4042-8745-7339443fd1c8", "ValueText": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }