GET siteContents/blogList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of blogSiteListModel
Name Description Type Additional information
id

integer (Int32)

None.

image

string

None.

title

string

None.

createdDate

string

None.

isActive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "image": "sample string 2",
    "title": "sample string 3",
    "createdDate": "05.Mayıs.2024",
    "isActive": true
  },
  {
    "id": 1,
    "image": "sample string 2",
    "title": "sample string 3",
    "createdDate": "05.Mayıs.2024",
    "isActive": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfblogSiteListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models">
  <blogSiteListModel>
    <createdDate_>2024-05-05T09:27:26.9508831+03:00</createdDate_>
    <id>1</id>
    <image>sample string 2</image>
    <isActive>true</isActive>
    <title>sample string 3</title>
  </blogSiteListModel>
  <blogSiteListModel>
    <createdDate_>2024-05-05T09:27:26.9508831+03:00</createdDate_>
    <id>1</id>
    <image>sample string 2</image>
    <isActive>true</isActive>
    <title>sample string 3</title>
  </blogSiteListModel>
</ArrayOfblogSiteListModel>

multipart/form-data

Sample:
<ArrayOfblogSiteListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><blogSiteListModel><createdDate_>2024-05-05T09:27:26.9508831+03:00</createdDate_><id>1</id><image>sample string 2</image><isActive>true</isActive><title>sample string 3</title></blogSiteListModel><blogSiteListModel><createdDate_>2024-05-05T09:27:26.9508831+03:00</createdDate_><id>1</id><image>sample string 2</image><isActive>true</isActive><title>sample string 3</title></blogSiteListModel></ArrayOfblogSiteListModel>