GET api/Values/GetAllchangesRAW

Request Information

URI Parameters

None.

Body Parameters

GetByOwner
NameDescriptionTypeAdditional information
id

integer

None.

Sdate

date

None.

Edate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "Sdate": "2025-12-05T23:03:57.7347405-05:00",
  "Edate": "2025-12-05T23:03:57.7347405-05:00"
}

application/xml, text/xml

Sample:
<GetByOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IISWebsiteReporterAPI2.Models">
  <Edate>2025-12-05T23:03:57.7347405-05:00</Edate>
  <Sdate>2025-12-05T23:03:57.7347405-05:00</Sdate>
  <id>1</id>
</GetByOwner>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>