GET api/Admin/WidgetType/{id}
Get the record for the passed in ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IWidgetType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<WidgetType> <ID>0</ID> <Description /> </WidgetType>
application/json, text/json
Sample:
{
"ID": 0
}