📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of support tickets

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'lorem.sentence'}}", "description": "{{faker 'lorem.paragraph'}}", "status": "{{faker 'helpers.arrayElement' (array 'open' 'in progress' 'closed')}}", "priority": "{{faker 'helpers.arrayElement' (array 'low' 'medium' 'high')}}", "created_at": "{{faker 'date.recent'}}", "updated_at": "{{faker 'date.recent'}}", "assigned_to": { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.fullName'}}", "email": "{{faker 'internet.email'}}" } } {{/repeat}} ]

Equipped with properties such as title, description, status, priority, and dates, this template generates a list of random support tickets suitable for prototyping helpdesk applications and ticketing systems. Whether populating mock databases or serving as sample data for support platforms, it offers developers essential ticket information for testing and analysis. These data are perfect to prototype or serve as sample data for applications like helpdesk platforms, ticketing systems, and support ticket tools.