GET api/CONFIG_PROCESSO/GetItem/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfCONFIG_PROCESSOName | Description | Type | Additional information |
---|---|---|---|
Item | CONFIG_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": "ea285daf-62a2-4922-aa45-5f5a7acc8ae5", "TIMEOUT_COMUNICACAO_MIN": 2, "TIMEOUT_VISIBILIDADE_DIAS": 3 }, "Success": true, "Message": "sample string 2", "Detail": "sample string 3", "Total": 4, "ID_OBJECT": "b53ca8cc-7978-4502-b07b-d2716364f0e8" }
text/plain
Sample:
{"Item":{"PROCESSOID":"ea285daf-62a2-4922-aa45-5f5a7acc8ae5","TIMEOUT_COMUNICACAO_MIN":2,"TIMEOUT_VISIBILIDADE_DIAS":3},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"b53ca8cc-7978-4502-b07b-d2716364f0e8"}
application/xml, text/xml
Sample:
<DataItemResultModelOfCONFIG_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>b53ca8cc-7978-4502-b07b-d2716364f0e8</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:PROCESSOID>ea285daf-62a2-4922-aa45-5f5a7acc8ae5</d2p1:PROCESSOID> <d2p1:TIMEOUT_COMUNICACAO_MIN>2</d2p1:TIMEOUT_COMUNICACAO_MIN> <d2p1:TIMEOUT_VISIBILIDADE_DIAS>3</d2p1:TIMEOUT_VISIBILIDADE_DIAS> </Item> </DataItemResultModelOfCONFIG_PROCESSOpwo5oW_Py>