POST api/CONTROLE_TAREFA/CheckSecurityToken?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DataItemsResultModelOfCONTROLE_TAREFA| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of 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:
{
"Items": [
{
"TAREFAID": "3e32ee97-865f-4e44-af18-797166a16c80",
"TIPOTAREFAID": 64,
"FINALIZADA": true
},
{
"TAREFAID": "3e32ee97-865f-4e44-af18-797166a16c80",
"TIPOTAREFAID": 64,
"FINALIZADA": true
}
],
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "7235ab77-61fa-40ad-b6df-b1ce84affcc8"
}
text/plain
Sample:
{"Items":[{"TAREFAID":"3e32ee97-865f-4e44-af18-797166a16c80","TIPOTAREFAID":64,"FINALIZADA":true},{"TAREFAID":"3e32ee97-865f-4e44-af18-797166a16c80","TIPOTAREFAID":64,"FINALIZADA":true}],"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"7235ab77-61fa-40ad-b6df-b1ce84affcc8"}
application/xml, text/xml
Sample:
<DataItemsResultModelOfCONTROLE_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>7235ab77-61fa-40ad-b6df-b1ce84affcc8</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:CONTROLE_TAREFA>
<d2p1:FINALIZADA>true</d2p1:FINALIZADA>
<d2p1:TAREFAID>3e32ee97-865f-4e44-af18-797166a16c80</d2p1:TAREFAID>
<d2p1:TIPOTAREFAID>64</d2p1:TIPOTAREFAID>
</d2p1:CONTROLE_TAREFA>
<d2p1:CONTROLE_TAREFA>
<d2p1:FINALIZADA>true</d2p1:FINALIZADA>
<d2p1:TAREFAID>3e32ee97-865f-4e44-af18-797166a16c80</d2p1:TAREFAID>
<d2p1:TIPOTAREFAID>64</d2p1:TIPOTAREFAID>
</d2p1:CONTROLE_TAREFA>
</Items>
</DataItemsResultModelOfCONTROLE_TAREFApwo5oW_Py>