GET api/Panel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Panel
NameDescriptionTypeAdditional information
ID

integer

None.

Date_Created

date

None.

Panel_Text

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Date_Created": "2025-11-08T10:45:51.3650648+00:00",
  "Panel_Text": "sample string 3"
}

application/xml, text/xml

Sample:
<Panel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasementREST.Models">
  <Date_Created>2025-11-08T10:45:51.3650648+00:00</Date_Created>
  <ID>1</ID>
  <Panel_Text>sample string 3</Panel_Text>
</Panel>