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/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/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/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/24d21e45-3689-4d42-b748-9d95de8cdc16get single record from the posts table
/v1/categories/6bb1208b-5bd2-4ae5-b2ca-cf642dfb9078get single record from the categories table
/v1/users/59af3770-d200-47e1-93bd-eec38c0c2b56get single record from the users table
/v1/comments/c4ffaf0d-19bf-4b91-b0e4-34c29413fa35get single record from the comments table
/v1/categories-to-posts/6a15d494-829b-4cfe-a381-90bd56471c82get single record from the categoriesToPosts table