GET 17.0/database/homepagecharts/defaultmodel

Description

Get a Home Page Charts model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

SiteID

integer

None.

UpdatedDate

date

None.

Data

string

None.

application/json, text/json

Sample:
{
  "id": 1,
  "siteID": 2,
  "updatedDate": "2025-01-09T20:51",
  "data": "sample string 4"
}

application/xml, text/xml

Sample:
<HomePageCharts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <SiteID>2</SiteID>
  <UpdatedDate>2025-01-09T20:51:52.5528977+00:00</UpdatedDate>
  <Data>sample string 4</Data>
</HomePageCharts>