GET api/CONFIG_API/GetItem/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DataItemResultModelOfCONFIG_API
NameDescriptionTypeAdditional information
Item

CONFIG_API

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": {
    "APIID": "d5e73fc3-5718-4162-81c8-a7f994ac421f",
    "RETENCAO_DIAS": 2
  },
  "Success": true,
  "Message": "sample string 2",
  "Detail": "sample string 3",
  "Total": 4,
  "ID_OBJECT": "6b41385b-3c43-4ec9-b244-c9210335a304"
}

text/plain

Sample:
{"Item":{"APIID":"d5e73fc3-5718-4162-81c8-a7f994ac421f","RETENCAO_DIAS":2},"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"6b41385b-3c43-4ec9-b244-c9210335a304"}

application/xml, text/xml

Sample:
<DataItemResultModelOfCONFIG_APIpwo5oW_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>6b41385b-3c43-4ec9-b244-c9210335a304</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:APIID>d5e73fc3-5718-4162-81c8-a7f994ac421f</d2p1:APIID>
    <d2p1:RETENCAO_DIAS>2</d2p1:RETENCAO_DIAS>
  </Item>
</DataItemResultModelOfCONFIG_APIpwo5oW_Py>