Skip to main content
Version: 85.19.3

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. The assetIds field must be omitted or empty.
  • selectAll: false — only the assets listed in attributes.assetIds are processed.

To access the service you need at least one of the following permissions:

Permission (one of)
bulkGenerateTickets

Request

Responses

Bulk ticket generation request accepted.