文章 Show Forum Reply REST 端点

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 reply file attachment.

GET api/v1/forums/threads/{threadid}/replies/{replyid}.xml (or .json)

SHOW a forum reply.

GET api/v1/forums/threads/replies/{replyid}.xml (or .json)

SHOW a forum reply.

请求参数

名称

类型

描述

必需

默认值

选项

ContentId

Guid?

Either ContentId or ReplyId are required.

ReplyId

int?

Either ContentId or ReplyId are required.

ThreadId

int?

Thread Id

ForumId

int?

Forum Id

PostTarget

string

Do not document this property.