GET v1/data/control-panel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResponseNewOfListOfControlPanelResponseDto
NameDescriptionTypeAdditional information
status

integer

None.

message

string

None.

data

Collection of ControlPanelResponseDto

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": [
    {
      "id": "f2832f08-97b9-43c8-8692-ba0cc6a31e42",
      "cKey": "sample string 2",
      "cValue": "sample string 3"
    },
    {
      "id": "f2832f08-97b9-43c8-8692-ba0cc6a31e42",
      "cKey": "sample string 2",
      "cValue": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResponseNewOfArrayOfControlPanelResponseDtoqfWPY2Au xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Version1">
  <data>
    <ControlPanelResponseDto>
      <CKey>sample string 2</CKey>
      <CValue>sample string 3</CValue>
      <ID>f2832f08-97b9-43c8-8692-ba0cc6a31e42</ID>
    </ControlPanelResponseDto>
    <ControlPanelResponseDto>
      <CKey>sample string 2</CKey>
      <CValue>sample string 3</CValue>
      <ID>f2832f08-97b9-43c8-8692-ba0cc6a31e42</ID>
    </ControlPanelResponseDto>
  </data>
  <message>sample string 2</message>
  <status>1</status>
</ApiResponseNewOfArrayOfControlPanelResponseDtoqfWPY2Au>