GET api/API_ALIVE/GetItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfAPI_ALIVE| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | 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:
{
"Item": {
"ALIVEID": "f0e7638f-7571-4292-b146-29cc55265e6b",
"ROBOID": "b60c6475-7ad5-435d-9373-80f8e8f9b3e2",
"DT_COMUNICACAO": "2026-02-03T14:42:27.6927581-03:00",
"SOURCE_IP": "sample string 4",
"CLOSE_SESSION": true
},
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "3aa94905-e1b0-415a-89c5-99165823c2ff"
}
text/plain
Sample:
{"Item":{"ALIVEID":"f0e7638f-7571-4292-b146-29cc55265e6b","ROBOID":"b60c6475-7ad5-435d-9373-80f8e8f9b3e2","DT_COMUNICACAO":"2026-02-03T14:42:27.6927581-03:00","SOURCE_IP":"sample string 4","CLOSE_SESSION":true},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"3aa94905-e1b0-415a-89c5-99165823c2ff"}
application/xml, text/xml
Sample:
<DataItemResultModelOfAPI_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>3aa94905-e1b0-415a-89c5-99165823c2ff</ID_OBJECT>
<Message>sample string 2</Message>
<Success>true</Success>
<Total>4</Total>
<Item xmlns:d2p1="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Entities">
<d2p1:ALIVEID>f0e7638f-7571-4292-b146-29cc55265e6b</d2p1:ALIVEID>
<d2p1:CLOSE_SESSION>true</d2p1:CLOSE_SESSION>
<d2p1:DT_COMUNICACAO>2026-02-03T14:42:27.6927581-03:00</d2p1:DT_COMUNICACAO>
<d2p1:ROBOID>b60c6475-7ad5-435d-9373-80f8e8f9b3e2</d2p1:ROBOID>
<d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
</Item>
</DataItemResultModelOfAPI_ALIVEpwo5oW_Py>