13.9
รายการแผง
GET
/<guild_id>/api/panelsแสดงรายการแผงทิกเก็ตของเซิร์ฟเวอร์ เพื่อให้คุณหาค่า `panel_id` ที่ต้องใช้ตอนเปิดทิกเก็ต ต้องมีสิทธิ์ `list_panels`
ตัวอย่างคำขอ
curl -X GET \
-H "Authorization: Bearer <API_TOKEN>" \
https://api.ticketsx.xyz/<guild_id>/api/panelsตัวอย่างการตอบกลับ
{
"panels": [
{ "PanelId": 1, "PanelName": "Support", "TicketMode": "channel", "Type": "single" },
{ "PanelId": 2, "PanelName": "Store", "Type": "multi" }
]
}