Get cancellation by id
GET
https://api.vereinsantrag.de/v1/submits/cancellations/{id}
Cancellations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vereinsantrag.de/v1/submits/cancellations/'
Response Response Example
200 - Example 1
{
"eMail": "user@example.com",
"firstname": "string",
"lastname": "string",
"birthday": "2019-08-24",
"city": "string",
"signature": "string",
"mode": "All",
"familyMembers": [
{
"firstname": "string",
"lastname": "string",
"birthday": "2019-08-24",
"gender": "Woman",
"departmentIds": [
"string"
]
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dateCreate": "2019-08-24T14:15:22Z"
}
Request
Path Params
id
string <uuid>
required