GET api/CONTROLE_TAREFA/GetItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemResultModelOfCONTROLE_TAREFA| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | CONTROLE_TAREFA |
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": {
"TAREFAID": "a3492193-c26a-476e-a4f2-ca3969c9901f",
"TIPOTAREFAID": 64,
"FINALIZADA": true
},
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "4b1e1e2b-ff83-4208-bc67-cc94a3300dd5"
}
text/plain
Sample:
{"Item":{"TAREFAID":"a3492193-c26a-476e-a4f2-ca3969c9901f","TIPOTAREFAID":64,"FINALIZADA":true},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"4b1e1e2b-ff83-4208-bc67-cc94a3300dd5"}
application/xml, text/xml
Sample:
<DataItemResultModelOfCONTROLE_TAREFApwo5oW_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>4b1e1e2b-ff83-4208-bc67-cc94a3300dd5</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:FINALIZADA>true</d2p1:FINALIZADA>
<d2p1:TAREFAID>a3492193-c26a-476e-a4f2-ca3969c9901f</d2p1:TAREFAID>
<d2p1:TIPOTAREFAID>64</d2p1:TIPOTAREFAID>
</Item>
</DataItemResultModelOfCONTROLE_TAREFApwo5oW_Py>