GET api/File/GetAllBatch
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ETL_BatchDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
|
| Status | integer |
None. |
|
| Visible | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedDate | date |
None. |
|
| RowStatus | byte |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| FilePath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Status": 1,
"Visible": true,
"CreatedBy": 1,
"CreatedDate": "2025-12-07T07:32:39.7144337Z",
"LastUpdatedBy": 6,
"LastUpdatedDate": "2025-12-07T07:32:39.7144337Z",
"RowStatus": 64,
"StartDateTime": "2025-12-07T07:32:39.7144337Z",
"EndDateTime": "2025-12-07T07:32:39.7144337Z",
"FilePath": "sample string 8"
},
{
"ID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"Status": 1,
"Visible": true,
"CreatedBy": 1,
"CreatedDate": "2025-12-07T07:32:39.7144337Z",
"LastUpdatedBy": 6,
"LastUpdatedDate": "2025-12-07T07:32:39.7144337Z",
"RowStatus": 64,
"StartDateTime": "2025-12-07T07:32:39.7144337Z",
"EndDateTime": "2025-12-07T07:32:39.7144337Z",
"FilePath": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfETL_BatchDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">
<ETL_BatchDTO>
<Code>sample string 2</Code>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-12-07T07:32:39.7144337Z</CreatedDate>
<Description>sample string 3</Description>
<EndDateTime>2025-12-07T07:32:39.7144337Z</EndDateTime>
<FilePath>sample string 8</FilePath>
<ID>1</ID>
<LastUpdatedBy>6</LastUpdatedBy>
<LastUpdatedDate>2025-12-07T07:32:39.7144337Z</LastUpdatedDate>
<RowStatus>64</RowStatus>
<StartDateTime>2025-12-07T07:32:39.7144337Z</StartDateTime>
<Status>1</Status>
<Visible>true</Visible>
</ETL_BatchDTO>
<ETL_BatchDTO>
<Code>sample string 2</Code>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-12-07T07:32:39.7144337Z</CreatedDate>
<Description>sample string 3</Description>
<EndDateTime>2025-12-07T07:32:39.7144337Z</EndDateTime>
<FilePath>sample string 8</FilePath>
<ID>1</ID>
<LastUpdatedBy>6</LastUpdatedBy>
<LastUpdatedDate>2025-12-07T07:32:39.7144337Z</LastUpdatedDate>
<RowStatus>64</RowStatus>
<StartDateTime>2025-12-07T07:32:39.7144337Z</StartDateTime>
<Status>1</Status>
<Visible>true</Visible>
</ETL_BatchDTO>
</ArrayOfETL_BatchDTO>