GET api/CADASTRO_PROCESSO/GetItems

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DataItemsResultModelOfCADASTRO_PROCESSO
NameDescriptionTypeAdditional 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": "bc4195fb-58f7-4460-86a6-3809e3a511be",
      "DESCRITIVO": "sample string 2",
      "FINALIDADE": "sample string 3"
    },
    {
      "PROCESSOID": "bc4195fb-58f7-4460-86a6-3809e3a511be",
      "DESCRITIVO": "sample string 2",
      "FINALIDADE": "sample string 3"
    }
  ],
  "Success": true,
  "Message": "sample string 2",
  "Detail": "sample string 3",
  "Total": 4,
  "ID_OBJECT": "a4c0f548-a512-47c8-8965-a10c16349b2c"
}

text/plain

Sample:
{"Items":[{"PROCESSOID":"bc4195fb-58f7-4460-86a6-3809e3a511be","DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3"},{"PROCESSOID":"bc4195fb-58f7-4460-86a6-3809e3a511be","DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3"}],"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"a4c0f548-a512-47c8-8965-a10c16349b2c"}

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>a4c0f548-a512-47c8-8965-a10c16349b2c</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>bc4195fb-58f7-4460-86a6-3809e3a511be</d2p1:PROCESSOID>
    </d2p1:CADASTRO_PROCESSO>
    <d2p1:CADASTRO_PROCESSO>
      <d2p1:DESCRITIVO>sample string 2</d2p1:DESCRITIVO>
      <d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
      <d2p1:PROCESSOID>bc4195fb-58f7-4460-86a6-3809e3a511be</d2p1:PROCESSOID>
    </d2p1:CADASTRO_PROCESSO>
  </Items>
</DataItemsResultModelOfCADASTRO_PROCESSOpwo5oW_Py>