GET api/CMS/knowsikkim/GetContents?category={category}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
category
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "CMSContentID": 1,
    "CMSContentName": "sample string 2",
    "IsDraft": true,
    "IsPublished": true
  },
  {
    "CMSContentID": 1,
    "CMSContentName": "sample string 2",
    "IsDraft": true,
    "IsPublished": true
  },
  {
    "CMSContentID": 1,
    "CMSContentName": "sample string 2",
    "IsDraft": true,
    "IsPublished": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCMSContentView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <CMSContentView>
    <CMSContentID>1</CMSContentID>
    <CMSContentName>sample string 2</CMSContentName>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
  </CMSContentView>
  <CMSContentView>
    <CMSContentID>1</CMSContentID>
    <CMSContentName>sample string 2</CMSContentName>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
  </CMSContentView>
  <CMSContentView>
    <CMSContentID>1</CMSContentID>
    <CMSContentName>sample string 2</CMSContentName>
    <IsDraft>true</IsDraft>
    <IsPublished>true</IsPublished>
  </CMSContentView>
</ArrayOfCMSContentView>