GET api/WebChatApi/GetNowTimeStamp?gettime={gettime}&v={v}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gettime | integer |
Required |
|
| v | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeStampInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| timeStamp | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"timeStamp": 1
},
{
"timeStamp": 1
}
]