GET api/reports/getlastwp

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WorkPeriodDTO
NameDescriptionTypeAdditional information
startDate

date

None.

endDate

date

None.

date

date

None.

maxEndDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "startDate": "2025-06-03T04:05:09.0174886+04:00",
  "endDate": "2025-06-03T04:05:09.0174886+04:00",
  "date": "2025-06-03T04:05:09.0174886+04:00",
  "maxEndDate": "2025-06-03T04:05:09.0174886+04:00"
}

text/html

Sample:
{"startDate":"2025-06-03T04:05:09.0174886+04:00","endDate":"2025-06-03T04:05:09.0174886+04:00","date":"2025-06-03T04:05:09.0174886+04:00","maxEndDate":"2025-06-03T04:05:09.0174886+04:00"}

application/xml, text/xml

Sample:
<WorkPeriodDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gregsys.DTO">
  <date>2025-06-03T04:05:09.0174886+04:00</date>
  <endDate>2025-06-03T04:05:09.0174886+04:00</endDate>
  <maxEndDate>2025-06-03T04:05:09.0174886+04:00</maxEndDate>
  <startDate>2025-06-03T04:05:09.0174886+04:00</startDate>
</WorkPeriodDTO>