POST api/ENUM_ETAPA/CheckSecurityToken?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

DataItemsResultModelOfENUM_ETAPA
NameDescriptionTypeAdditional information
Items

Collection of ENUM_ETAPA

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": [
    {
      "ETAPAID": 64,
      "DESCRITIVO": "sample string 2",
      "FINALIDADE": "sample string 3",
      "FALHA": true,
      "FINALIZADORA": true
    },
    {
      "ETAPAID": 64,
      "DESCRITIVO": "sample string 2",
      "FINALIDADE": "sample string 3",
      "FALHA": true,
      "FINALIZADORA": true
    }
  ],
  "Success": true,
  "Message": "sample string 2",
  "Detail": "sample string 3",
  "Total": 4,
  "ID_OBJECT": "9ca96171-7973-4f01-8dc1-ab62100839e9"
}

text/plain

Sample:
{"Items":[{"ETAPAID":64,"DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3","FALHA":true,"FINALIZADORA":true},{"ETAPAID":64,"DESCRITIVO":"sample string 2","FINALIDADE":"sample string 3","FALHA":true,"FINALIZADORA":true}],"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"9ca96171-7973-4f01-8dc1-ab62100839e9"}

application/xml, text/xml

Sample:
<DataItemsResultModelOfENUM_ETAPApwo5oW_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>9ca96171-7973-4f01-8dc1-ab62100839e9</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:ENUM_ETAPA>
      <d2p1:DESCRITIVO>sample string 2</d2p1:DESCRITIVO>
      <d2p1:ETAPAID>64</d2p1:ETAPAID>
      <d2p1:FALHA>true</d2p1:FALHA>
      <d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
      <d2p1:FINALIZADORA>true</d2p1:FINALIZADORA>
    </d2p1:ENUM_ETAPA>
    <d2p1:ENUM_ETAPA>
      <d2p1:DESCRITIVO>sample string 2</d2p1:DESCRITIVO>
      <d2p1:ETAPAID>64</d2p1:ETAPAID>
      <d2p1:FALHA>true</d2p1:FALHA>
      <d2p1:FINALIDADE>sample string 3</d2p1:FINALIDADE>
      <d2p1:FINALIZADORA>true</d2p1:FINALIZADORA>
    </d2p1:ENUM_ETAPA>
  </Items>
</DataItemsResultModelOfENUM_ETAPApwo5oW_Py>