GET Forms/GetAnalyticsFields?formTypeName={formTypeName}&formTypeFieldNameText={formTypeFieldNameText}&beginDate={beginDate}&endDate={endDate}

Retrieves form fields for the given parameters.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

NameDescriptionTypeAdditional information
Data

Collection of AnalyticsForm

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "FormId": "26d82735-ecee-4f60-b6e8-580661cc6ea3",
      "EffectiveDate": "2024-04-23T21:23:29.6374179-07:00",
      "CreateUser": "sample string 1",
      "AssetId": "c237d5fa-a4d9-4aed-bcc8-4110f8338ad6",
      "AssetName": "sample string 2",
      "FormTypeName": "sample string 3",
      "FormTypeDescription": "sample string 4",
      "FormTypeFieldId": "46c11cd7-22f1-45e2-9c78-1030e846392e",
      "FormTypeFieldName": "sample string 5",
      "FormTypeFieldLabel": "sample string 6",
      "FormTypeFieldDescription": "sample string 7",
      "ValueText": "sample string 8"
    },
    {
      "FormId": "26d82735-ecee-4f60-b6e8-580661cc6ea3",
      "EffectiveDate": "2024-04-23T21:23:29.6374179-07:00",
      "CreateUser": "sample string 1",
      "AssetId": "c237d5fa-a4d9-4aed-bcc8-4110f8338ad6",
      "AssetName": "sample string 2",
      "FormTypeName": "sample string 3",
      "FormTypeDescription": "sample string 4",
      "FormTypeFieldId": "46c11cd7-22f1-45e2-9c78-1030e846392e",
      "FormTypeFieldName": "sample string 5",
      "FormTypeFieldLabel": "sample string 6",
      "FormTypeFieldDescription": "sample string 7",
      "ValueText": "sample string 8"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}