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>2022-06-27T20:36:05.2239086+03:00</LastPingDateTime> </Result>
application/json, text/json
Sample:
{ "LastPingDateTime": "2022-06-27T20:36:05.2239086+03:00" }