GET api/DcsPortalHomePages/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DcsPortalHomePage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
String length: inclusive between 0 and 250 |
|
| Description | string |
None. |
|
| IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"title": "sample string 2",
"description": "sample string 3",
"isDeleted": true
}