URLs
GET api/v1/forums/{applicationid}.xml (or .json)
SHOW a forum.
GET api/v1/forums/{id}.xml (or .json)
SHOW a forum.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
int? |
Either Id or ApplicationId are required. |
否 |
||
ApplicationId |
Guid? |
Either Id or ApplicationId are required. |
否 |