BookStack/dev/api/responses/chapters-list.json

31 lines
853 B
JSON
Raw Normal View History

2020-05-22 23:28:41 +00:00
{
"data": [
{
"id": 1,
"book_id": 1,
"name": "Content Creation",
"slug": "content-creation",
"description": "How to create documentation on whatever subject you need to write about.",
"priority": 3,
"created_at": "2019-05-05:",
"updated_at": "2019-09-28T11:24:23.000000Z",
2020-05-22 23:28:41 +00:00
"created_by": 1,
"updated_by": 1,
"owned_by": 1
2020-05-22 23:28:41 +00:00
},
{
"id": 2,
"book_id": 1,
"name": "Managing Content",
"slug": "managing-content",
"description": "How to keep things organised and orderly in the system for easier navigation and better user experience.",
"priority": 5,
"created_at": "2019-05-05T21:58:07.000000Z",
"updated_at": "2019-10-17T15:05:34.000000Z",
2020-05-22 23:28:41 +00:00
"created_by": 3,
"updated_by": 3,
"owned_by": 3
2020-05-22 23:28:41 +00:00
}
],
"total": 40
}