Retrieves dynamic data by element.

GET {{baseUrl}}/form-instances/:formInstanceID/data-source/:formElementID

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

Request Params

KeyDatatypeRequiredDescription
limitnumberLimit

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. | | filters | string | | 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

Supported composite operators: not

Only a single not may be used, and it can only be used with the in operator. The not composite operator must be used in front of the field. For example, the following is valid: not value in ("ID01") | | query | string | | String that is passed to the underlying API to filter other (non-ID) fields. For example, for access profile data sources, this string will be passed to the access profile api and used with a "starts with" filter against several fields. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"results":[{"label":"regression-test-access-request-07c55dd6-3056-430a-86b5-fccc395bb6c5","subLabel":"","value":"e96674448eba4ca1ba04eee999a8f3cd"},{"label":"regression-test-access-request-07c55dd6-3056-430a-86b5-fccc395bb6c5","subLabel":"","value":"e96674448eba4ca1ba04eee999a8f3cd"}]}