Now press on the “New Key” button to open the create dialog, here you can assign a name and a expiration date to the key.We recommend to set carefully the Expiration Date of the key.
You should see all the submissions of your form, like this:
Copy
{ "_metadata": { "page": 1, "totalPages": 1, "itemsPerPage": 100, "schema": { // This is the schema of the submissions "name": "string", "email": "string", "attachment": "file" } }, // And here goes the content "submissions": []}
The only types shown in the schema are string and file, do not expect number or boolean values.