GET api/Values/GetAllchangesCSV

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:43.4149509-05:00",
  "Edate": "2025-12-05T23:03:43.5555864-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:43.5555864-05:00</Edate>
  <Sdate>2025-12-05T23:03:43.4149509-05:00</Sdate>
  <id>1</id>
</GetByOwner>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.