List tickets (paginated)
documentedReturn tickets in a paginated fashion.
GET /api/1.1/json/tickets/?size={size}&page={page}Ticketsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_host}}/api/1.1/json/tickets/?size={{$size}}&page={{$page}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Basic {{$HAPPYFOX_BASIC_AUTH}}"