GET api/API_LOG_IT/GetItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfAPI_LOG_IT| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | API_LOG_IT |
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": {
"LOGITID": "f9dff5bf-6ec0-45cf-aa85-499060ed5a70",
"ROBOID": "0ba8bc33-044b-44a8-b54f-95e06c0c13b4",
"DT_COMUNICACAO": "2026-06-19T16:22:01.513838-03:00",
"SOURCE_IP": "sample string 4",
"TIPOLOGID": 64,
"MENSAGEM": "sample string 6"
},
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "a6bfd3ef-287b-4c7e-97f4-59491f68ac67"
}
text/plain
Sample:
{"Item":{"LOGITID":"f9dff5bf-6ec0-45cf-aa85-499060ed5a70","ROBOID":"0ba8bc33-044b-44a8-b54f-95e06c0c13b4","DT_COMUNICACAO":"2026-06-19T16:22:01.513838-03:00","SOURCE_IP":"sample string 4","TIPOLOGID":64,"MENSAGEM":"sample string 6"},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"a6bfd3ef-287b-4c7e-97f4-59491f68ac67"}
application/xml, text/xml
Sample:
<DataItemResultModelOfAPI_LOG_ITpwo5oW_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>a6bfd3ef-287b-4c7e-97f4-59491f68ac67</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:DT_COMUNICACAO>2026-06-19T16:22:01.513838-03:00</d2p1:DT_COMUNICACAO>
<d2p1:LOGITID>f9dff5bf-6ec0-45cf-aa85-499060ed5a70</d2p1:LOGITID>
<d2p1:MENSAGEM>sample string 6</d2p1:MENSAGEM>
<d2p1:ROBOID>0ba8bc33-044b-44a8-b54f-95e06c0c13b4</d2p1:ROBOID>
<d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
<d2p1:TIPOLOGID>64</d2p1:TIPOLOGID>
</Item>
</DataItemResultModelOfAPI_LOG_ITpwo5oW_Py>