For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/forms//submissions/list' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"formId": "126460ed-49b2-4c69-849a-bd8904ec5d8f",
"userId": "string",
"data": {
"valueNode": true,
"container": true,
"missingNode": true,
"nodeType": "ARRAY",
"string": true,
"integralNumber": true,
"pojo": true,
"floatingPointNumber": true,
"short": true,
"int": true,
"long": true,
"double": true,
"bigDecimal": true,
"bigInteger": true,
"textual": true,
"boolean": true,
"number": true,
"object": true,
"array": true,
"empty": true,
"null": true,
"float": true,
"binary": true,
"embeddedValue": true
},
"status": "DRAFT",
"submittedAt": "2019-08-24T14:15:22.123Z"
}
]