Article
Article is a basic rest object that allows for creating blogs or news pages. It's currently mostly used by the moderators, but could also be used by "normal" users. It's very similar to the Idea model, but arguments and votes are not implemented for articles.
GET /api/site/:SITE_ID/article/
list all articlesPOST /api/site/:SITE_ID/article/
create an articleGET /api/site/:SITE_ID/article/:ARTICLE_ID
view one articlePUT /api/site/:SITE_ID/article/:ARTICLE_ID
update one articleDELETE /api/site/:SITE_ID/article/:ARTICLE_ID
delete one articleGET requests are public, POST only available for moderators and owners
Following GET parameters are available:
includePosterImage
includeUser
Last modified 1yr ago