POST api/API_ALIVE/CheckSecurityToken?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

DataItemsResultModelOfAPI_ALIVE
NameDescriptionTypeAdditional information
Items

Collection of API_ALIVE

None.

Success

boolean

None.

Message

string

None.

Detail

string

None.

Total

integer

None.

ID_OBJECT

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "ALIVEID": "c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d",
      "ROBOID": "4f227257-8ee0-47b7-b74e-f2f0a4b3cb42",
      "DT_COMUNICACAO": "2025-12-12T16:00:54.06812-03:00",
      "SOURCE_IP": "sample string 4",
      "CLOSE_SESSION": true
    },
    {
      "ALIVEID": "c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d",
      "ROBOID": "4f227257-8ee0-47b7-b74e-f2f0a4b3cb42",
      "DT_COMUNICACAO": "2025-12-12T16:00:54.06812-03:00",
      "SOURCE_IP": "sample string 4",
      "CLOSE_SESSION": true
    }
  ],
  "Success": true,
  "Message": "sample string 2",
  "Detail": "sample string 3",
  "Total": 4,
  "ID_OBJECT": "9da7cf36-971b-4649-8314-b1f0ab3d37f5"
}

text/plain

Sample:
{"Items":[{"ALIVEID":"c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d","ROBOID":"4f227257-8ee0-47b7-b74e-f2f0a4b3cb42","DT_COMUNICACAO":"2025-12-12T16:00:54.06812-03:00","SOURCE_IP":"sample string 4","CLOSE_SESSION":true},{"ALIVEID":"c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d","ROBOID":"4f227257-8ee0-47b7-b74e-f2f0a4b3cb42","DT_COMUNICACAO":"2025-12-12T16:00:54.06812-03:00","SOURCE_IP":"sample string 4","CLOSE_SESSION":true}],"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"9da7cf36-971b-4649-8314-b1f0ab3d37f5"}

application/xml, text/xml

Sample:
<DataItemsResultModelOfAPI_ALIVEpwo5oW_Py xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Model">
  <Detail>sample string 3</Detail>
  <ID_OBJECT>9da7cf36-971b-4649-8314-b1f0ab3d37f5</ID_OBJECT>
  <Message>sample string 2</Message>
  <Success>true</Success>
  <Total>4</Total>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Entities">
    <d2p1:API_ALIVE>
      <d2p1:ALIVEID>c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d</d2p1:ALIVEID>
      <d2p1:CLOSE_SESSION>true</d2p1:CLOSE_SESSION>
      <d2p1:DT_COMUNICACAO>2025-12-12T16:00:54.06812-03:00</d2p1:DT_COMUNICACAO>
      <d2p1:ROBOID>4f227257-8ee0-47b7-b74e-f2f0a4b3cb42</d2p1:ROBOID>
      <d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
    </d2p1:API_ALIVE>
    <d2p1:API_ALIVE>
      <d2p1:ALIVEID>c8d480ee-0b69-46bc-9f1f-08d24e8c0c3d</d2p1:ALIVEID>
      <d2p1:CLOSE_SESSION>true</d2p1:CLOSE_SESSION>
      <d2p1:DT_COMUNICACAO>2025-12-12T16:00:54.06812-03:00</d2p1:DT_COMUNICACAO>
      <d2p1:ROBOID>4f227257-8ee0-47b7-b74e-f2f0a4b3cb42</d2p1:ROBOID>
      <d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
    </d2p1:API_ALIVE>
  </Items>
</DataItemsResultModelOfAPI_ALIVEpwo5oW_Py>