bulkGenerateTickets
POST/tickets/bulk-generation
Generates tickets in bulk for a set of assets.
The set of assets to process is determined by one of two selection modes, specified
in the request body via attributes.selectAll:
selectAll: true— all assets matching the active filter query parameters are processed, including assetes on subsequent pages. TheassetIdsfield must be omitted or empty.selectAll: false— only the assets listed inattributes.assetIdsare processed.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| bulkGenerateTickets |
Request
Responses
- 202
- 400
Bulk ticket generation request accepted.
Bad request.