Retrieves all submissions.
GET
https://api.vereinsantrag.de/v1/submits
Submits
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vereinsantrag.de/v1/submits'
Response Response Example
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dateCreate": "2019-08-24T14:15:22Z",
"type": "string",
"state": "New",
"eMail": "string",
"name": "string",
"location": "string"
}
]
Request
None