GET api/XMLSentWOLFLog
Get all of the XMLSentToWOLF records
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of uspWDTFXMLSentToWOLFLogSelectALL_Result| Name | Description | Type | Additional 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-10-29T05:11:58.2288808-06:00",
"InsertBy": 5
},
{
"Id": 1,
"FileName": "sample string 2",
"WOLF_XML": "sample string 3",
"InsertDate": "2025-10-29T05:11:58.2288808-06:00",
"InsertBy": 5
}
]
text/html
Sample:
[{"Id":1,"FileName":"sample string 2","WOLF_XML":"sample string 3","InsertDate":"2025-10-29T05:11:58.2288808-06:00","InsertBy":5},{"Id":1,"FileName":"sample string 2","WOLF_XML":"sample string 3","InsertDate":"2025-10-29T05:11:58.2288808-06:00","InsertBy":5}]
application/xml, text/xml
Sample:
<ArrayOfuspWDTFXMLSentToWOLFLogSelectALL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
<uspWDTFXMLSentToWOLFLogSelectALL_Result>
<FileName>sample string 2</FileName>
<Id>1</Id>
<InsertBy>5</InsertBy>
<InsertDate>2025-10-29T05:11:58.2288808-06:00</InsertDate>
<WOLF_XML>sample string 3</WOLF_XML>
</uspWDTFXMLSentToWOLFLogSelectALL_Result>
<uspWDTFXMLSentToWOLFLogSelectALL_Result>
<FileName>sample string 2</FileName>
<Id>1</Id>
<InsertBy>5</InsertBy>
<InsertDate>2025-10-29T05:11:58.2288808-06:00</InsertDate>
<WOLF_XML>sample string 3</WOLF_XML>
</uspWDTFXMLSentToWOLFLogSelectALL_Result>
</ArrayOfuspWDTFXMLSentToWOLFLogSelectALL_Result>