Exports invitations for an event
POST
/events/{eventId}/invitations/exportLast modified: 10 days ago
Request
Path Params
eventId
string
optional
The id of the event. [Required]
Example:
012345678901234567890123
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Body Params application/json
array[string]
optional
A list of Invitation ids to export. If this is empty or null all invitations for the event will be exported.
Example:
["012345678901234567890123","012345678901234567890123"]
Example
[
"012345678901234567890123",
"012345678901234567890123"
]
Request samples
Responses
Success(200)
Bad Request(400)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string <binary>
optional
Example
"string"
Last modified: 10 days ago