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": "1e470898-d61a-4051-899e-56fe29fbd5b3",
"ROBOID": "b2c9c67d-d31c-4291-a924-ca74d903e706",
"DT_COMUNICACAO": "2026-05-05T10:46:19.924074-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": "115a886e-33c0-45d0-8215-229778adb58d"
}
text/plain
Sample:
{"Item":{"LOGITID":"1e470898-d61a-4051-899e-56fe29fbd5b3","ROBOID":"b2c9c67d-d31c-4291-a924-ca74d903e706","DT_COMUNICACAO":"2026-05-05T10:46:19.924074-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":"115a886e-33c0-45d0-8215-229778adb58d"}
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>115a886e-33c0-45d0-8215-229778adb58d</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-05-05T10:46:19.924074-03:00</d2p1:DT_COMUNICACAO>
<d2p1:LOGITID>1e470898-d61a-4051-899e-56fe29fbd5b3</d2p1:LOGITID>
<d2p1:MENSAGEM>sample string 6</d2p1:MENSAGEM>
<d2p1:ROBOID>b2c9c67d-d31c-4291-a924-ca74d903e706</d2p1:ROBOID>
<d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
<d2p1:TIPOLOGID>64</d2p1:TIPOLOGID>
</Item>
</DataItemResultModelOfAPI_LOG_ITpwo5oW_Py>