GET api/general/site/EmpContentDashboard?id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Content": "sample string 1",
    "IsNew": 2,
    "RecordCount": 3
  },
  {
    "Content": "sample string 1",
    "IsNew": 2,
    "RecordCount": 3
  },
  {
    "Content": "sample string 1",
    "IsNew": 2,
    "RecordCount": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmpPublishCountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Api.Models">
  <EmpPublishCountModel>
    <Content>sample string 1</Content>
    <IsNew>2</IsNew>
    <RecordCount>3</RecordCount>
  </EmpPublishCountModel>
  <EmpPublishCountModel>
    <Content>sample string 1</Content>
    <IsNew>2</IsNew>
    <RecordCount>3</RecordCount>
  </EmpPublishCountModel>
  <EmpPublishCountModel>
    <Content>sample string 1</Content>
    <IsNew>2</IsNew>
    <RecordCount>3</RecordCount>
  </EmpPublishCountModel>
</ArrayOfEmpPublishCountModel>