GET api/CADASTRO_ROBO/GetItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfCADASTRO_ROBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | CADASTRO_ROBO |
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": {
"ROBOID": "1be5b28e-c4af-4e8f-98ca-244f770dc5aa",
"DESCRICAO_CURTA": "sample string 2",
"FINALIDADE": "sample string 3"
},
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "fc943f44-29b0-4699-a7cc-63ddc81c0eff"
}
text/plain
Sample:
{"Item":{"ROBOID":"1be5b28e-c4af-4e8f-98ca-244f770dc5aa","DESCRICAO_CURTA":"sample string 2","FINALIDADE":"sample string 3"},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"fc943f44-29b0-4699-a7cc-63ddc81c0eff"}
application/xml, text/xml
Sample:
<DataItemResultModelOfCADASTRO_ROBOpwo5oW_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>fc943f44-29b0-4699-a7cc-63ddc81c0eff</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:DESCRICAO_CURTA>sample string 2</d2p1:DESCRICAO_CURTA>
<d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
<d2p1:ROBOID>1be5b28e-c4af-4e8f-98ca-244f770dc5aa</d2p1:ROBOID>
</Item>
</DataItemResultModelOfCADASTRO_ROBOpwo5oW_Py>