GET api/document_upload/queue/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DocumentUploadQueueModel
NameDescriptionTypeAdditional information
id

integer

None.

case_id

string

None.

file_name

string

None.

file_path

string

None.

node_name

string

None.

message

string

None.

base_path_id

integer

None.

is_success

boolean

None.

status

string

None.

processed_date

date

None.

batch_code

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,
    "case_id": "sample string 2",
    "file_name": "sample string 3",
    "file_path": "sample string 4",
    "node_name": "sample string 5",
    "message": "sample string 6",
    "base_path_id": 7,
    "is_success": true,
    "status": "sample string 9",
    "processed_date": "2026-05-01T21:08:49.6473396+00:00",
    "batch_code": "sample string 10",
    "created_by": "sample string 11",
    "updated_by": "sample string 12",
    "created_date": "2026-05-01T21:08:49.6473396+00:00",
    "updated_date": "2026-05-01T21:08:49.6473396+00:00",
    "is_active": true
  },
  {
    "id": 1,
    "case_id": "sample string 2",
    "file_name": "sample string 3",
    "file_path": "sample string 4",
    "node_name": "sample string 5",
    "message": "sample string 6",
    "base_path_id": 7,
    "is_success": true,
    "status": "sample string 9",
    "processed_date": "2026-05-01T21:08:49.6473396+00:00",
    "batch_code": "sample string 10",
    "created_by": "sample string 11",
    "updated_by": "sample string 12",
    "created_date": "2026-05-01T21:08:49.6473396+00:00",
    "updated_date": "2026-05-01T21:08:49.6473396+00:00",
    "is_active": true
  }
]

text/html

Sample:
[{"id":1,"case_id":"sample string 2","file_name":"sample string 3","file_path":"sample string 4","node_name":"sample string 5","message":"sample string 6","base_path_id":7,"is_success":true,"status":"sample string 9","processed_date":"2026-05-01T21:08:49.6473396+00:00","batch_code":"sample string 10","created_by":"sample string 11","updated_by":"sample string 12","created_date":"2026-05-01T21:08:49.6473396+00:00","updated_date":"2026-05-01T21:08:49.6473396+00:00","is_active":true},{"id":1,"case_id":"sample string 2","file_name":"sample string 3","file_path":"sample string 4","node_name":"sample string 5","message":"sample string 6","base_path_id":7,"is_success":true,"status":"sample string 9","processed_date":"2026-05-01T21:08:49.6473396+00:00","batch_code":"sample string 10","created_by":"sample string 11","updated_by":"sample string 12","created_date":"2026-05-01T21:08:49.6473396+00:00","updated_date":"2026-05-01T21:08:49.6473396+00:00","is_active":true}]

application/xml, text/xml

Sample:
<ArrayOfDocumentUploadQueueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports">
  <DocumentUploadQueueModel>
    <created_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 11</created_by>
    <created_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</created_date>
    <is_active xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">true</is_active>
    <updated_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 12</updated_by>
    <updated_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</updated_date>
    <base_path_id>7</base_path_id>
    <batch_code>sample string 10</batch_code>
    <case_id>sample string 2</case_id>
    <file_name>sample string 3</file_name>
    <file_path>sample string 4</file_path>
    <id>1</id>
    <is_success>true</is_success>
    <message>sample string 6</message>
    <node_name>sample string 5</node_name>
    <processed_date>2026-05-01T21:08:49.6473396+00:00</processed_date>
    <status>sample string 9</status>
  </DocumentUploadQueueModel>
  <DocumentUploadQueueModel>
    <created_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 11</created_by>
    <created_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</created_date>
    <is_active xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">true</is_active>
    <updated_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 12</updated_by>
    <updated_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</updated_date>
    <base_path_id>7</base_path_id>
    <batch_code>sample string 10</batch_code>
    <case_id>sample string 2</case_id>
    <file_name>sample string 3</file_name>
    <file_path>sample string 4</file_path>
    <id>1</id>
    <is_success>true</is_success>
    <message>sample string 6</message>
    <node_name>sample string 5</node_name>
    <processed_date>2026-05-01T21:08:49.6473396+00:00</processed_date>
    <status>sample string 9</status>
  </DocumentUploadQueueModel>
</ArrayOfDocumentUploadQueueModel>

multipart/form-data

Sample:
<ArrayOfDocumentUploadQueueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports"><DocumentUploadQueueModel><created_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 11</created_by><created_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</created_date><is_active xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">true</is_active><updated_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 12</updated_by><updated_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</updated_date><base_path_id>7</base_path_id><batch_code>sample string 10</batch_code><case_id>sample string 2</case_id><file_name>sample string 3</file_name><file_path>sample string 4</file_path><id>1</id><is_success>true</is_success><message>sample string 6</message><node_name>sample string 5</node_name><processed_date>2026-05-01T21:08:49.6473396+00:00</processed_date><status>sample string 9</status></DocumentUploadQueueModel><DocumentUploadQueueModel><created_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 11</created_by><created_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</created_date><is_active xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">true</is_active><updated_by xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">sample string 12</updated_by><updated_date xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">2026-05-01T21:08:49.6473396+00:00</updated_date><base_path_id>7</base_path_id><batch_code>sample string 10</batch_code><case_id>sample string 2</case_id><file_name>sample string 3</file_name><file_path>sample string 4</file_path><id>1</id><is_success>true</is_success><message>sample string 6</message><node_name>sample string 5</node_name><processed_date>2026-05-01T21:08:49.6473396+00:00</processed_date><status>sample string 9</status></DocumentUploadQueueModel></ArrayOfDocumentUploadQueueModel>