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
Example response
{
"formInput1": "value",
"formInput2": "value",
"formInput3": "value",
"formInput4": "value"
}