GET api/DcsPortalHomePages

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DcsPortalHomePage
NameDescriptionTypeAdditional 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": "2",
    "id": 1,
    "title": "sample string 2",
    "description": "sample string 3",
    "isDeleted": true
  },
  {
    "$ref": "2"
  }
]