35 lines
694 B
JSON
35 lines
694 B
JSON
|
{
|
||
|
"data": [
|
||
|
{
|
||
|
"id": 2,
|
||
|
"desc": "hello",
|
||
|
"category": "from-to",
|
||
|
"permission": "commons",
|
||
|
"created_at": "2016-03-26T08:02:17.994Z",
|
||
|
"updated_at": "2016-03-26T08:02:17.994Z",
|
||
|
"topic1_id": 1,
|
||
|
"topic2_id": 2,
|
||
|
"user_id": 2
|
||
|
},
|
||
|
{
|
||
|
"id": 6,
|
||
|
"desc": "nice",
|
||
|
"category": "both",
|
||
|
"permission": "public",
|
||
|
"created_at": "2016-03-26T08:05:31.563Z",
|
||
|
"updated_at": "2016-03-26T08:05:31.563Z",
|
||
|
"topic1_id": 2,
|
||
|
"topic2_id": 3,
|
||
|
"user_id": 2
|
||
|
}
|
||
|
],
|
||
|
"page": {
|
||
|
"current_page": 1,
|
||
|
"next_page": 2,
|
||
|
"prev_page": 0,
|
||
|
"total_pages": 71,
|
||
|
"total_count": 142,
|
||
|
"per": 2
|
||
|
}
|
||
|
}
|