Skip to main content

Retrieves dynamic data by element.​

Parameter {formInstanceID} should match a form instance ID. Parameter {formElementID} should match a form element ID at the data source configuration.

Path Parameters
  • formInstanceID string required

    Form instance ID

    Example: 00000000-0000-0000-0000-000000000000
  • formElementID string required

    Form element ID

    Example: 1
Query Parameters
  • limit int64

    Possible values: <= 250 characters

    Default value: 250

    Limit

    Integer specifying the maximum number of records to return in a single API call. The standard syntax described in V3 API Standard Collection Parameters. If it is not specified, a default limit is used.

    Example: 250
  • filters string

    Filters

    Filter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: value: eq, ne, in label: eq, ne, in subLabel: eq, ne, in

    Example: label sw "my label"
Responses

Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration


Schema
  • results object[]

    Results holds a list of FormElementDataSourceConfigOptions items

  • label string

    Label is the main label to display to the user when selecting this option

  • subLabel string

    SubLabel is the sub label to display below the label in diminutive styling to help describe or identify this option

  • value string

    Value is the value to save as an entry when the user selects this option

Loading...