URLs
POST api/v1/forums/{forumid}/threads/{threadid}/replies.xml (or .json)
CREATE a reply to a forum thread.
POST api/v1/forums/threads/{threadid}/replies.xml (or .json)
CREATE a reply to a forum…
URLs
GET api/v1/forums/{forumid}/threads/{threadid}/replies.xml (or .json)
LIST forum replies to a thread.
GET api/v1/forums/{forumid}/threads/replies/moderated.xml (or .json)
LIST forum replies…
URLs
GET api/v1/forums/{forumid}/threads/{threadid}/replies/{replyid}.xml (or .json)
SHOW a forum reply.
GET api/v1/forums/{forumid}/threads/{threadid}/replies/{replyid}/{filename}
SHOW a forum…