GET api/File/GetAllBatch

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ETL_BatchDTO
NameDescriptionTypeAdditional 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-07-06T02:37:23.7944994Z",
    "LastUpdatedBy": 6,
    "LastUpdatedDate": "2025-07-06T02:37:23.7944994Z",
    "RowStatus": 64,
    "StartDateTime": "2025-07-06T02:37:23.7944994Z",
    "EndDateTime": "2025-07-06T02:37:23.7944994Z",
    "FilePath": "sample string 8"
  },
  {
    "ID": 1,
    "Code": "sample string 2",
    "Description": "sample string 3",
    "Status": 1,
    "Visible": true,
    "CreatedBy": 1,
    "CreatedDate": "2025-07-06T02:37:23.7944994Z",
    "LastUpdatedBy": 6,
    "LastUpdatedDate": "2025-07-06T02:37:23.7944994Z",
    "RowStatus": 64,
    "StartDateTime": "2025-07-06T02:37:23.7944994Z",
    "EndDateTime": "2025-07-06T02:37:23.7944994Z",
    "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-07-06T02:37:23.7944994Z</CreatedDate>
    <Description>sample string 3</Description>
    <EndDateTime>2025-07-06T02:37:23.7944994Z</EndDateTime>
    <FilePath>sample string 8</FilePath>
    <ID>1</ID>
    <LastUpdatedBy>6</LastUpdatedBy>
    <LastUpdatedDate>2025-07-06T02:37:23.7944994Z</LastUpdatedDate>
    <RowStatus>64</RowStatus>
    <StartDateTime>2025-07-06T02:37:23.7944994Z</StartDateTime>
    <Status>1</Status>
    <Visible>true</Visible>
  </ETL_BatchDTO>
  <ETL_BatchDTO>
    <Code>sample string 2</Code>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-07-06T02:37:23.7944994Z</CreatedDate>
    <Description>sample string 3</Description>
    <EndDateTime>2025-07-06T02:37:23.7944994Z</EndDateTime>
    <FilePath>sample string 8</FilePath>
    <ID>1</ID>
    <LastUpdatedBy>6</LastUpdatedBy>
    <LastUpdatedDate>2025-07-06T02:37:23.7944994Z</LastUpdatedDate>
    <RowStatus>64</RowStatus>
    <StartDateTime>2025-07-06T02:37:23.7944994Z</StartDateTime>
    <Status>1</Status>
    <Visible>true</Visible>
  </ETL_BatchDTO>
</ArrayOfETL_BatchDTO>