v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
FormData

Retrieves JSON Form Data

The returned object will have keys based on the 'name' attributes of each form input.

get/form_data

Path parameters

formInput1string required

Resource identifier

Query parameters

keystring

The key of the Form that you would like to retrieve data for. Default is 'profile'.

Response

FormData resource

formInput1string
formInput2string
formInput3string
formInput4string

Example response

{
  "formInput1": "value",
  "formInput2": "value",
  "formInput3": "value",
  "formInput4": "value"
}