GET api/bulk_import/list/{type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BulkImportLogsModel
NameDescriptionTypeAdditional information
id

integer

None.

schedule_task_id

globally unique identifier

None.

file_path

string

None.

status

TaskState

None.

log_type

BulkImportType

None.

user_name

string

None.

is_success

boolean

None.

input_file_name

string

None.

input_file_path

string

None.

output_file_name

string

None.

output_file_path

string

None.

task_state_id

integer

None.

task_state_name

string

None.

base_path_id

integer

None.

error

string

None.

created_by

string

None.

updated_by

string

None.

created_date

date

None.

updated_date

date

None.

is_active

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "schedule_task_id": "a019aff6-62d8-4119-926e-f27c14368723",
    "file_path": "sample string 3",
    "status": 1,
    "log_type": 1,
    "user_name": "sample string 4",
    "is_success": true,
    "input_file_name": "sample string 6",
    "input_file_path": "sample string 7",
    "output_file_name": "sample string 8",
    "output_file_path": "sample string 9",
    "task_state_id": 10,
    "task_state_name": "sample string 11",
    "base_path_id": 1,
    "error": "sample string 12",
    "created_by": "sample string 13",
    "updated_by": "sample string 14",
    "created_date": "2026-05-01T21:11:16.5076236+00:00",
    "updated_date": "2026-05-01T21:11:16.5076236+00:00",
    "is_active": true
  },
  {
    "id": 1,
    "schedule_task_id": "a019aff6-62d8-4119-926e-f27c14368723",
    "file_path": "sample string 3",
    "status": 1,
    "log_type": 1,
    "user_name": "sample string 4",
    "is_success": true,
    "input_file_name": "sample string 6",
    "input_file_path": "sample string 7",
    "output_file_name": "sample string 8",
    "output_file_path": "sample string 9",
    "task_state_id": 10,
    "task_state_name": "sample string 11",
    "base_path_id": 1,
    "error": "sample string 12",
    "created_by": "sample string 13",
    "updated_by": "sample string 14",
    "created_date": "2026-05-01T21:11:16.5076236+00:00",
    "updated_date": "2026-05-01T21:11:16.5076236+00:00",
    "is_active": true
  }
]

text/html

Sample:
[{"id":1,"schedule_task_id":"a019aff6-62d8-4119-926e-f27c14368723","file_path":"sample string 3","status":1,"log_type":1,"user_name":"sample string 4","is_success":true,"input_file_name":"sample string 6","input_file_path":"sample string 7","output_file_name":"sample string 8","output_file_path":"sample string 9","task_state_id":10,"task_state_name":"sample string 11","base_path_id":1,"error":"sample string 12","created_by":"sample string 13","updated_by":"sample string 14","created_date":"2026-05-01T21:11:16.5076236+00:00","updated_date":"2026-05-01T21:11:16.5076236+00:00","is_active":true},{"id":1,"schedule_task_id":"a019aff6-62d8-4119-926e-f27c14368723","file_path":"sample string 3","status":1,"log_type":1,"user_name":"sample string 4","is_success":true,"input_file_name":"sample string 6","input_file_path":"sample string 7","output_file_name":"sample string 8","output_file_path":"sample string 9","task_state_id":10,"task_state_name":"sample string 11","base_path_id":1,"error":"sample string 12","created_by":"sample string 13","updated_by":"sample string 14","created_date":"2026-05-01T21:11:16.5076236+00:00","updated_date":"2026-05-01T21:11:16.5076236+00:00","is_active":true}]

application/xml, text/xml

Sample:
<ArrayOfBulkImportLogsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <BulkImportLogsModel>
    <created_by>sample string 13</created_by>
    <created_date>2026-05-01T21:11:16.5076236+00:00</created_date>
    <is_active>true</is_active>
    <updated_by>sample string 14</updated_by>
    <updated_date>2026-05-01T21:11:16.5076236+00:00</updated_date>
    <base_path_id>1</base_path_id>
    <error>sample string 12</error>
    <file_path>sample string 3</file_path>
    <id>1</id>
    <input_file_name>sample string 6</input_file_name>
    <input_file_path>sample string 7</input_file_path>
    <is_success>true</is_success>
    <log_type>Payment</log_type>
    <output_file_name>sample string 8</output_file_name>
    <output_file_path>sample string 9</output_file_path>
    <schedule_task_id>a019aff6-62d8-4119-926e-f27c14368723</schedule_task_id>
    <status>Scheduled</status>
    <task_state_id>10</task_state_id>
    <task_state_name>sample string 11</task_state_name>
    <user_name>sample string 4</user_name>
  </BulkImportLogsModel>
  <BulkImportLogsModel>
    <created_by>sample string 13</created_by>
    <created_date>2026-05-01T21:11:16.5076236+00:00</created_date>
    <is_active>true</is_active>
    <updated_by>sample string 14</updated_by>
    <updated_date>2026-05-01T21:11:16.5076236+00:00</updated_date>
    <base_path_id>1</base_path_id>
    <error>sample string 12</error>
    <file_path>sample string 3</file_path>
    <id>1</id>
    <input_file_name>sample string 6</input_file_name>
    <input_file_path>sample string 7</input_file_path>
    <is_success>true</is_success>
    <log_type>Payment</log_type>
    <output_file_name>sample string 8</output_file_name>
    <output_file_path>sample string 9</output_file_path>
    <schedule_task_id>a019aff6-62d8-4119-926e-f27c14368723</schedule_task_id>
    <status>Scheduled</status>
    <task_state_id>10</task_state_id>
    <task_state_name>sample string 11</task_state_name>
    <user_name>sample string 4</user_name>
  </BulkImportLogsModel>
</ArrayOfBulkImportLogsModel>

multipart/form-data

Sample:
<ArrayOfBulkImportLogsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><BulkImportLogsModel><created_by>sample string 13</created_by><created_date>2026-05-01T21:11:16.5076236+00:00</created_date><is_active>true</is_active><updated_by>sample string 14</updated_by><updated_date>2026-05-01T21:11:16.5076236+00:00</updated_date><base_path_id>1</base_path_id><error>sample string 12</error><file_path>sample string 3</file_path><id>1</id><input_file_name>sample string 6</input_file_name><input_file_path>sample string 7</input_file_path><is_success>true</is_success><log_type>Payment</log_type><output_file_name>sample string 8</output_file_name><output_file_path>sample string 9</output_file_path><schedule_task_id>a019aff6-62d8-4119-926e-f27c14368723</schedule_task_id><status>Scheduled</status><task_state_id>10</task_state_id><task_state_name>sample string 11</task_state_name><user_name>sample string 4</user_name></BulkImportLogsModel><BulkImportLogsModel><created_by>sample string 13</created_by><created_date>2026-05-01T21:11:16.5076236+00:00</created_date><is_active>true</is_active><updated_by>sample string 14</updated_by><updated_date>2026-05-01T21:11:16.5076236+00:00</updated_date><base_path_id>1</base_path_id><error>sample string 12</error><file_path>sample string 3</file_path><id>1</id><input_file_name>sample string 6</input_file_name><input_file_path>sample string 7</input_file_path><is_success>true</is_success><log_type>Payment</log_type><output_file_name>sample string 8</output_file_name><output_file_path>sample string 9</output_file_path><schedule_task_id>a019aff6-62d8-4119-926e-f27c14368723</schedule_task_id><status>Scheduled</status><task_state_id>10</task_state_id><task_state_name>sample string 11</task_state_name><user_name>sample string 4</user_name></BulkImportLogsModel></ArrayOfBulkImportLogsModel>