GET Books?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage}
Get books of the bible. User Authorization Optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Page |
The page number to return. |
integer |
None. |
| PageSize |
The size of the page to return. |
integer |
None. |
| NextPage |
Next page. |
integer |
None. |
| PreviousPage |
Previous page. |
integer |
None. |
| FirstPage |
First page. |
integer |
None. |
| LastPage |
Last page. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of books.
ResponseCollectionOfBook| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Book |
None. |
|
| Count | integer |
None. |
|
| Data | Book |
None. |
|
| ResultType | ResultType |
None. |
|
| Messages | Collection of string |
None. |
|
| Links | Links |
None. |
|
| ApiBaseUrl | string |
None. |
|
| responseObjectType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"bookId": 1,
"bookName": "sample string 2",
"chapterCount": 3,
"apiUrl": {
"href": "/books/sample string 5"
},
"resourceObjectType": "book"
},
{
"bookId": 1,
"bookName": "sample string 2",
"chapterCount": 3,
"apiUrl": {
"href": "/books/sample string 5"
},
"resourceObjectType": "book"
}
],
"count": 1,
"resultType": {
"code": 0,
"message": "Success"
},
"messages": [
"sample string 1",
"sample string 2"
],
"links": {},
"apiBaseUrl": "sample string 2",
"responseObjectType": "responseCollection<book>"
}
application/xml
Sample:
text/xml
Sample: