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
/v1/user_promptget all records from the user_prompt table
/v1/user_prompt?limit=2&offset=2&sortBy=createdOn&sortDirection=descget data from user_prompt with limits, offsets and sorting

Record APIs

UrlDescription
/v1/user_prompt/09d68d3b-e835-4567-a7c6-36b52fcc92d0get single record from the user_prompt table
/v1/posts/4b6314ae-22f9-467d-af5a-3299b6220060get single record from the posts table