GET api/CONTROLE_PROCESSO/GetItem/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfCONTROLE_PROCESSOName | Description | Type | Additional information |
---|---|---|---|
Item | CONTROLE_PROCESSO |
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": { "PROCESSOID": "4036732e-ab80-4676-98ed-beb48e928e43", "TASKID": "sample string 2", "TASKTYPE": "24942b94-1fba-47ca-b238-fb3b65731ec7", "DT_CRIACAO": "2025-10-04T19:57:06.814017-03:00", "DT_ATUALIZADO": "2025-10-04T19:57:06.814017-03:00", "ETAPAID": 64, "TXT_OPT": "sample string 7", "FINALIZADO": true, "SUCESSO": true, "VISIVEL": true }, "Success": true, "Message": "sample string 2", "Detail": "sample string 3", "Total": 4, "ID_OBJECT": "f6629ca0-2d71-46f4-a884-6723f54d24a2" }
text/plain
Sample:
{"Item":{"PROCESSOID":"4036732e-ab80-4676-98ed-beb48e928e43","TASKID":"sample string 2","TASKTYPE":"24942b94-1fba-47ca-b238-fb3b65731ec7","DT_CRIACAO":"2025-10-04T19:57:06.814017-03:00","DT_ATUALIZADO":"2025-10-04T19:57:06.814017-03:00","ETAPAID":64,"TXT_OPT":"sample string 7","FINALIZADO":true,"SUCESSO":true,"VISIVEL":true},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"f6629ca0-2d71-46f4-a884-6723f54d24a2"}
application/xml, text/xml
Sample:
<DataItemResultModelOfCONTROLE_PROCESSOpwo5oW_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>f6629ca0-2d71-46f4-a884-6723f54d24a2</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_ATUALIZADO>2025-10-04T19:57:06.814017-03:00</d2p1:DT_ATUALIZADO> <d2p1:DT_CRIACAO>2025-10-04T19:57:06.814017-03:00</d2p1:DT_CRIACAO> <d2p1:ETAPAID>64</d2p1:ETAPAID> <d2p1:FINALIZADO>true</d2p1:FINALIZADO> <d2p1:PROCESSOID>4036732e-ab80-4676-98ed-beb48e928e43</d2p1:PROCESSOID> <d2p1:SUCESSO>true</d2p1:SUCESSO> <d2p1:TASKID>sample string 2</d2p1:TASKID> <d2p1:TASKTYPE>24942b94-1fba-47ca-b238-fb3b65731ec7</d2p1:TASKTYPE> <d2p1:TXT_OPT>sample string 7</d2p1:TXT_OPT> <d2p1:VISIVEL>true</d2p1:VISIVEL> </Item> </DataItemResultModelOfCONTROLE_PROCESSOpwo5oW_Py>