GET api_v2/AccountDatabases/GetLinkLastPingDatetime?accountDatabaseId={accountDatabaseId}
Returns time mark of last connection activity
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <LastPingDateTime>2021-01-26T20:52:06.7843221+03:00</LastPingDateTime> </Result>
application/json, text/json
Sample:
{ "LastPingDateTime": "2021-01-26T20:52:06.7843221+03:00" }