GET api/API_LOG_IT/GetItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DataItemResultModelOfAPI_LOG_IT
NameDescriptionTypeAdditional 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": "2938fcff-456f-48c8-bb3a-4636a49fadd8",
    "ROBOID": "49784b9d-f90f-4170-89ca-e0063d43fbfc",
    "DT_COMUNICACAO": "2025-10-04T19:49:47.7032383-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": "a93ed037-1975-441b-b494-c10c35746801"
}

text/plain

Sample:
{"Item":{"LOGITID":"2938fcff-456f-48c8-bb3a-4636a49fadd8","ROBOID":"49784b9d-f90f-4170-89ca-e0063d43fbfc","DT_COMUNICACAO":"2025-10-04T19:49:47.7032383-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":"a93ed037-1975-441b-b494-c10c35746801"}

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>a93ed037-1975-441b-b494-c10c35746801</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>2025-10-04T19:49:47.7032383-03:00</d2p1:DT_COMUNICACAO>
    <d2p1:LOGITID>2938fcff-456f-48c8-bb3a-4636a49fadd8</d2p1:LOGITID>
    <d2p1:MENSAGEM>sample string 6</d2p1:MENSAGEM>
    <d2p1:ROBOID>49784b9d-f90f-4170-89ca-e0063d43fbfc</d2p1:ROBOID>
    <d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP>
    <d2p1:TIPOLOGID>64</d2p1:TIPOLOGID>
  </Item>
</DataItemResultModelOfAPI_LOG_ITpwo5oW_Py>