GET api/Sms/GetMsg_platform_TikTok?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MsgReturnName | Description | Type | Additional information |
---|---|---|---|
flag | boolean |
None. |
|
data | string |
None. |
|
message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "flag": true, "data": "sample string 2", "message": "sample string 3" }
application/xml, text/xml
Sample:
<MsgReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webApi.Controllers"> <data>sample string 2</data> <flag>true</flag> <message>sample string 3</message> </MsgReturn>