GET api/API_LOG_IT/GetItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DataItemsResultModelOfAPI_LOG_ITName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of 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:
{ "Items": [ { "LOGITID": "ab03eb62-4579-433c-a224-e2b4323d499e", "ROBOID": "44e06457-29a6-47e7-9224-344672317cbe", "DT_COMUNICACAO": "2025-10-04T19:49:17.065135-03:00", "SOURCE_IP": "sample string 4", "TIPOLOGID": 64, "MENSAGEM": "sample string 6" }, { "LOGITID": "ab03eb62-4579-433c-a224-e2b4323d499e", "ROBOID": "44e06457-29a6-47e7-9224-344672317cbe", "DT_COMUNICACAO": "2025-10-04T19:49:17.065135-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": "6ff26f91-9d83-46a3-b645-8d589c7c1beb" }
text/plain
Sample:
{"Items":[{"LOGITID":"ab03eb62-4579-433c-a224-e2b4323d499e","ROBOID":"44e06457-29a6-47e7-9224-344672317cbe","DT_COMUNICACAO":"2025-10-04T19:49:17.065135-03:00","SOURCE_IP":"sample string 4","TIPOLOGID":64,"MENSAGEM":"sample string 6"},{"LOGITID":"ab03eb62-4579-433c-a224-e2b4323d499e","ROBOID":"44e06457-29a6-47e7-9224-344672317cbe","DT_COMUNICACAO":"2025-10-04T19:49:17.065135-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":"6ff26f91-9d83-46a3-b645-8d589c7c1beb"}
application/xml, text/xml
Sample:
<DataItemsResultModelOfAPI_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>6ff26f91-9d83-46a3-b645-8d589c7c1beb</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_LOG_IT> <d2p1:DT_COMUNICACAO>2025-10-04T19:49:17.065135-03:00</d2p1:DT_COMUNICACAO> <d2p1:LOGITID>ab03eb62-4579-433c-a224-e2b4323d499e</d2p1:LOGITID> <d2p1:MENSAGEM>sample string 6</d2p1:MENSAGEM> <d2p1:ROBOID>44e06457-29a6-47e7-9224-344672317cbe</d2p1:ROBOID> <d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP> <d2p1:TIPOLOGID>64</d2p1:TIPOLOGID> </d2p1:API_LOG_IT> <d2p1:API_LOG_IT> <d2p1:DT_COMUNICACAO>2025-10-04T19:49:17.065135-03:00</d2p1:DT_COMUNICACAO> <d2p1:LOGITID>ab03eb62-4579-433c-a224-e2b4323d499e</d2p1:LOGITID> <d2p1:MENSAGEM>sample string 6</d2p1:MENSAGEM> <d2p1:ROBOID>44e06457-29a6-47e7-9224-344672317cbe</d2p1:ROBOID> <d2p1:SOURCE_IP>sample string 4</d2p1:SOURCE_IP> <d2p1:TIPOLOGID>64</d2p1:TIPOLOGID> </d2p1:API_LOG_IT> </Items> </DataItemsResultModelOfAPI_LOG_ITpwo5oW_Py>