Books
API | Description |
---|---|
GET books/{bookId} |
Get book by id. User Authorization Optional. |
GET Books?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage} |
Get books of the bible. User Authorization Optional. |
Users
API | Description |
---|---|
POST login |
User login. User Authorization Optional. |
POST Users |
Create a user. User Authorization None. |
PATCH Users |
Update a user. User Authorization Required. |
GET Users/{id} |
Get user by id. User Authorization Required. |
Categories
API | Description |
---|---|
GET categories/{categoryId} |
Get category by id. User Authorization Optional. |
GET categories/categorygroups/{categoryGroupId}?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage} |
Get categories by group. User Authorization Optional. |
GET categorygroups?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage} |
Get all category groups. User Authorization Optional. |
GET categorygroups/{categoryGroupId} |
Get category group by id. User Authorization Optional. |
GET Categories?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage} |
Get all categories. User Authorization Optional. |
Questions
Sitemap
API | Description |
---|---|
GET sitemap/{id}?offset={offset}&limit={limit} |
Get the sitemap. User Authorization Optional. |
QuestionStats
API | Description |
---|---|
GET QuestionStats/{id} |
Get stats for a question. User Authorization Optional. |
UserStats
API | Description |
---|---|
GET UserStats?Page={Page}&PageSize={PageSize}&NextPage={NextPage}&PreviousPage={PreviousPage}&FirstPage={FirstPage}&LastPage={LastPage}&byQuestions={byQuestions} |
Get user rankings. User Authorization Optional. |
GET UserStats/{id} |
Get user stats by user id. User Authorization Required. |
Newsletters
API | Description |
---|---|
POST Newsletters |
Subscribe to newsletter. User Authorization Optional. |