APIs

Table APIs

UrlDescription
/v1/usersget all records from the users table
/v1/users?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from users with limits, offsets and sorting
/v1/postsget all records from the posts table
/v1/posts?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from posts with limits, offsets and sorting
/v1/commentsget all records from the comments table
/v1/comments?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from comments with limits, offsets and sorting
/v1/categoriesget all records from the categories table
/v1/categories?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from categories with limits, offsets and sorting
/v1/categories-to-postsget all records from the categoriesToPosts table
/v1/categories-to-posts?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from categoriesToPosts with limits, offsets and sorting

Record APIs

UrlDescription
/v1/posts/6ad77809-55e3-4070-bc28-fdb1932ec0f2get single record from the posts table
/v1/users/eb4d33a8-3ec6-407e-bb0f-6b6ef0796b33get single record from the users table