URLs
GET api/v1/users/{userid}/statuses/{messageid}.xml (or .json)
SHOW details for a status message by user id.
GET api/v1/users/{username}/statuses/{messageid}.xml (or .json)
SHOW details for a status message by username.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
UserId |
int? |
Either the UserId or Username is required. |
否 |
||
Username |
string |
Either the UserId or Username is required. |
否 |
||
MessageId |
string |
Message Id |
是 |
||
Include |
string |
Only option is replies. Ex: include=replies |
否 |