GET api/File/GetLogsByBatch?batchID={batchID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| batchID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ETL_LogsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Line | integer |
None. |
|
| Message | string |
None. |
|
| Number | integer |
None. |
|
| Routine | string |
None. |
|
| Detail | string |
None. |
|
| Type | byte |
None. |
|
| Severity | integer |
None. |
|
| State | integer |
None. |
|
| LogSource | string |
None. |
|
| DataSourceInfo | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedDate | date |
None. |
|
| RowStatus | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Line": 1,
"Message": "sample string 2",
"Number": 1,
"Routine": "sample string 3",
"Detail": "sample string 4",
"Type": 64,
"Severity": 1,
"State": 1,
"LogSource": "sample string 5",
"DataSourceInfo": "sample string 6",
"CreatedBy": 7,
"CreatedDate": "2025-11-11T22:10:00.4863862Z",
"LastUpdatedBy": 1,
"LastUpdatedDate": "2025-11-11T22:10:00.4863862Z",
"RowStatus": 64
},
{
"ID": 1,
"Line": 1,
"Message": "sample string 2",
"Number": 1,
"Routine": "sample string 3",
"Detail": "sample string 4",
"Type": 64,
"Severity": 1,
"State": 1,
"LogSource": "sample string 5",
"DataSourceInfo": "sample string 6",
"CreatedBy": 7,
"CreatedDate": "2025-11-11T22:10:00.4863862Z",
"LastUpdatedBy": 1,
"LastUpdatedDate": "2025-11-11T22:10:00.4863862Z",
"RowStatus": 64
}
]
application/xml, text/xml
Sample:
<ArrayOfETL_LogsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KC.Tools.DTO">
<ETL_LogsDTO>
<CreatedBy>7</CreatedBy>
<CreatedDate>2025-11-11T22:10:00.4863862Z</CreatedDate>
<DataSourceInfo>sample string 6</DataSourceInfo>
<Detail>sample string 4</Detail>
<ID>1</ID>
<LastUpdatedBy>1</LastUpdatedBy>
<LastUpdatedDate>2025-11-11T22:10:00.4863862Z</LastUpdatedDate>
<Line>1</Line>
<LogSource>sample string 5</LogSource>
<Message>sample string 2</Message>
<Number>1</Number>
<Routine>sample string 3</Routine>
<RowStatus>64</RowStatus>
<Severity>1</Severity>
<State>1</State>
<Type>64</Type>
</ETL_LogsDTO>
<ETL_LogsDTO>
<CreatedBy>7</CreatedBy>
<CreatedDate>2025-11-11T22:10:00.4863862Z</CreatedDate>
<DataSourceInfo>sample string 6</DataSourceInfo>
<Detail>sample string 4</Detail>
<ID>1</ID>
<LastUpdatedBy>1</LastUpdatedBy>
<LastUpdatedDate>2025-11-11T22:10:00.4863862Z</LastUpdatedDate>
<Line>1</Line>
<LogSource>sample string 5</LogSource>
<Message>sample string 2</Message>
<Number>1</Number>
<Routine>sample string 3</Routine>
<RowStatus>64</RowStatus>
<Severity>1</Severity>
<State>1</State>
<Type>64</Type>
</ETL_LogsDTO>
</ArrayOfETL_LogsDTO>