Danh sách nhóm
API URL
GET: /api/v3/groups
Response
{
"success": true,
"data": [
{
"id": 1,
"name": "All",
"sort": 1,
"created_by": -1,
"created_at": "2023-11-13T15:50:35.6516111-08:00",
"updated_at": "2023-11-13T15:50:35.6516111-08:00"
}
],
"message": "OK"
}
Last updated