GET api/XMLSentWOLFLog/DateRange/{sdate}/{edate}

Get all of the XMLSentToWOLF records inserted between a date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sdate

start date MM-dd-yyyy

date

Required

edate

end date MM-dd-yyyy

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFXMLSentToWOLFLogSelectByDateRange_Result
NameDescriptionTypeAdditional information
Id

integer

None.

FileName

string

None.

WOLF_XML

string

None.

InsertDate

date

None.

InsertBy

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "FileName": "sample string 2",
    "WOLF_XML": "sample string 3",
    "InsertDate": "2025-04-29T10:02:03.6006763-06:00",
    "InsertBy": 5
  },
  {
    "Id": 1,
    "FileName": "sample string 2",
    "WOLF_XML": "sample string 3",
    "InsertDate": "2025-04-29T10:02:03.6006763-06:00",
    "InsertBy": 5
  }
]

text/html

Sample:
[{"Id":1,"FileName":"sample string 2","WOLF_XML":"sample string 3","InsertDate":"2025-04-29T10:02:03.6006763-06:00","InsertBy":5},{"Id":1,"FileName":"sample string 2","WOLF_XML":"sample string 3","InsertDate":"2025-04-29T10:02:03.6006763-06:00","InsertBy":5}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFXMLSentToWOLFLogSelectByDateRange_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFXMLSentToWOLFLogSelectByDateRange_Result>
    <FileName>sample string 2</FileName>
    <Id>1</Id>
    <InsertBy>5</InsertBy>
    <InsertDate>2025-04-29T10:02:03.6006763-06:00</InsertDate>
    <WOLF_XML>sample string 3</WOLF_XML>
  </uspWDTFXMLSentToWOLFLogSelectByDateRange_Result>
  <uspWDTFXMLSentToWOLFLogSelectByDateRange_Result>
    <FileName>sample string 2</FileName>
    <Id>1</Id>
    <InsertBy>5</InsertBy>
    <InsertDate>2025-04-29T10:02:03.6006763-06:00</InsertDate>
    <WOLF_XML>sample string 3</WOLF_XML>
  </uspWDTFXMLSentToWOLFLogSelectByDateRange_Result>
</ArrayOfuspWDTFXMLSentToWOLFLogSelectByDateRange_Result>