List Posts

GET {{baseUrl}}/api/v2/community/posts?filter_by=completed&sort_by=created_at

Request Params

KeyDatatypeRequiredDescription
filter_bystringFilter the results using the provided value
sort_bystringSorts the results using the provided value

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"posts":[{"title":"\u003cstring\u003e","author_id":"\u003cinteger\u003e","closed":"\u003cboolean\u003e","comment_count":"\u003cinteger\u003e","content_tag_ids":["\u003cinteger\u003e","\u003cinteger\u003e"],"created_at":"\u003cdateTime\u003e","details":"\u003cstring\u003e","featured":"\u003cboolean\u003e","follower_count":"\u003cinteger\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","non_author_editor_id":"\u003cinteger\u003e","non_author_updated_at":"\u003cdateTime\u003e","pinned":"\u003cboolean\u003e","status":"\u003cstring\u003e","topic_id":"\u003cinteger\u003e","updated_at":"\u003cdateTime\u003e","url":"\u003cstring\u003e","vote_count":"\u003cinteger\u003e","vote_sum":"\u003cinteger\u003e"},{"title":"\u003cstring\u003e","author_id":"\u003cinteger\u003e","closed":"\u003cboolean\u003e","comment_count":"\u003cinteger\u003e","content_tag_ids":["\u003cinteger\u003e","\u003cinteger\u003e"],"created_at":"\u003cdateTime\u003e","details":"\u003cstring\u003e","featured":"\u003cboolean\u003e","follower_count":"\u003cinteger\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","non_author_editor_id":"\u003cinteger\u003e","non_author_updated_at":"\u003cdateTime\u003e","pinned":"\u003cboolean\u003e","status":"\u003cstring\u003e","topic_id":"\u003cinteger\u003e","updated_at":"\u003cdateTime\u003e","url":"\u003cstring\u003e","vote_count":"\u003cinteger\u003e","vote_sum":"\u003cinteger\u003e"}]}