GET api/CMS/webdirectory/WebDirectoryDetails?WebsiteID={WebsiteID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| WebsiteID | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"WebsiteID": 1,
"WebsiteNamePublished": "sample string 2",
"WebsiteNameDraft": "sample string 3",
"WebsiteURLPublished": "sample string 4",
"WebsiteURLDraft": "sample string 5",
"OrgConcernPublished": "sample string 6",
"OrgConcernDraft": "sample string 7",
"DraftedBy": "sample string 8",
"DraftDate": "2026-03-31T16:41:47.6509649+05:30",
"PublishedBy": "sample string 10",
"PublishedDate": "2026-03-31T16:41:47.6509649+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 14
}
application/xml, text/xml
Sample:
<utblCMSWebDirectory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <DraftDate>2026-03-31T16:41:47.6509649+05:30</DraftDate> <DraftedBy>sample string 8</DraftedBy> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <OrgConcernDraft>sample string 7</OrgConcernDraft> <OrgConcernPublished>sample string 6</OrgConcernPublished> <PublishedBy>sample string 10</PublishedBy> <PublishedDate>2026-03-31T16:41:47.6509649+05:30</PublishedDate> <ViewCount>14</ViewCount> <WebsiteID>1</WebsiteID> <WebsiteNameDraft>sample string 3</WebsiteNameDraft> <WebsiteNamePublished>sample string 2</WebsiteNamePublished> <WebsiteURLDraft>sample string 5</WebsiteURLDraft> <WebsiteURLPublished>sample string 4</WebsiteURLPublished> </utblCMSWebDirectory>