GET api/Token?token={token}

Metoda przedłużająca sesję urządzenia na podstawie klucza sesji.

Request information

Parameters

NameDescriptionAdditional details
token Stary klucz sesji

Reply information

Reply format

application/json, text/json

Example
{
  "Data": {
    "IsActive": true,
    "Message": "sample string 2"
  },
  "IsError": true,
  "Message": "sample string 2",
  "IsLastRecord": true
}

text/html

Example
{"Data":{"IsActive":true,"Message":"sample string 2"},"IsError":true,"Message":"sample string 2","IsLastRecord":true}

application/xml, text/xml

Example
<OperationResultOfDeviceResponsetEygfCMZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Result">
  <IsError>true</IsError>
  <IsLastRecord>true</IsLastRecord>
  <Message>sample string 2</Message>
</OperationResultOfDeviceResponsetEygfCMZ>