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": "25984f44-3a59-4597-bbd2-f2439ed979e7", "EffectiveDate": "2024-12-08T14:48:08.7709396-08:00", "CreateUser": "sample string 1", "AssetId": "7b9b2a8e-fe73-4714-b755-466b924e556b", "AssetName": "sample string 2", "FormTypeName": "sample string 3", "FormTypeDescription": "sample string 4", "FormTypeFieldId": "e27656a5-54e7-438e-ae83-74d209a8cc30", "FormTypeFieldName": "sample string 5", "FormTypeFieldLabel": "sample string 6", "FormTypeFieldDescription": "sample string 7", "ValueText": "sample string 8" }, { "FormId": "25984f44-3a59-4597-bbd2-f2439ed979e7", "EffectiveDate": "2024-12-08T14:48:08.7709396-08:00", "CreateUser": "sample string 1", "AssetId": "7b9b2a8e-fe73-4714-b755-466b924e556b", "AssetName": "sample string 2", "FormTypeName": "sample string 3", "FormTypeDescription": "sample string 4", "FormTypeFieldId": "e27656a5-54e7-438e-ae83-74d209a8cc30", "FormTypeFieldName": "sample string 5", "FormTypeFieldLabel": "sample string 6", "FormTypeFieldDescription": "sample string 7", "ValueText": "sample string 8" } ], "Total": 1, "Message": "sample string 1" }