GET api/CADASTRO_PROCESSO/GetItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DataItemsResultModelOfCADASTRO_PROCESSO| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of CADASTRO_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:
{
"Items": [
{
"PROCESSOID": "e075a4e7-7aec-4259-a519-0e5ffa9304fb",
"DESCRITIVO": "sample string 2",
"FINALIDADE": "sample string 3"
},
{
"PROCESSOID": "e075a4e7-7aec-4259-a519-0e5ffa9304fb",
"DESCRITIVO": "sample string 2",
"FINALIDADE": "sample string 3"
}
],
"Success": true,
"Message": "sample string 2",
"Detail": "sample string 3",
"Total": 4,
"ID_OBJECT": "18108bbe-1b2c-4150-a131-5bca7bb80cad"
}
text/plain
Sample:
{"Items":[{"PROCESSOID":"e075a4e7-7aec-4259-a519-0e5ffa9304fb","DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3"},{"PROCESSOID":"e075a4e7-7aec-4259-a519-0e5ffa9304fb","DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3"}],"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"18108bbe-1b2c-4150-a131-5bca7bb80cad"}
application/xml, text/xml
Sample:
<DataItemsResultModelOfCADASTRO_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>18108bbe-1b2c-4150-a131-5bca7bb80cad</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:CADASTRO_PROCESSO>
<d2p1:DESCRITIVO>sample string 2</d2p1:DESCRITIVO>
<d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
<d2p1:PROCESSOID>e075a4e7-7aec-4259-a519-0e5ffa9304fb</d2p1:PROCESSOID>
</d2p1:CADASTRO_PROCESSO>
<d2p1:CADASTRO_PROCESSO>
<d2p1:DESCRITIVO>sample string 2</d2p1:DESCRITIVO>
<d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
<d2p1:PROCESSOID>e075a4e7-7aec-4259-a519-0e5ffa9304fb</d2p1:PROCESSOID>
</d2p1:CADASTRO_PROCESSO>
</Items>
</DataItemsResultModelOfCADASTRO_PROCESSOpwo5oW_Py>