GET api/Panel?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Panel| Name | Description | Type | Additional 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:46:04.2880033+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:46:04.2880033+00:00</Date_Created> <ID>1</ID> <Panel_Text>sample string 3</Panel_Text> </Panel>