{ "opencollection": "1.0.0", "info": { "name": "Velaris Public Activity Ticketing API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ticketing", "type": "folder" }, "items": [ { "info": { "name": "Get All Tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.euw1.velaris.io/ticketing/tickets" }, "docs": "

Allowed optional parameters for filtering.

\n\n

Example

\n

/ticketing/tickets?level=account&entityId=2

\n" }, { "info": { "name": "Create Ticket", "type": "http" }, "http": { "method": "POST", "url": "https://api.euw1.velaris.io/ticketing/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "

Allowed values

\n\n

\"requester\": {\"email\": \"johndoe@gmail.com\"} or {\"id\": 10} or {\"externalId\": \"isosjw-ssda-123-ssd\"}

\n