GET api/batch_print/email_queue/{id}/history
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BatchPrintEmailFaxQueueHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| case_id | string |
None. |
|
| file_name | string |
None. |
|
| fax_file_name | string |
None. |
|
| file_path | string |
None. |
|
| fax_file_path | string |
None. |
|
| status | string |
None. |
|
| status_date | string |
None. |
|
| is_email_acknowledged | string |
None. |
|
| email_acknowlement_date | string |
None. |
|
| fax_acknowlement_date | string |
None. |
|
| retry_count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"case_id": "sample string 1",
"file_name": "sample string 2",
"fax_file_name": "sample string 3",
"file_path": "sample string 4",
"fax_file_path": "sample string 5",
"status": "sample string 6",
"status_date": "sample string 7",
"is_email_acknowledged": "sample string 8",
"email_acknowlement_date": "sample string 9",
"fax_acknowlement_date": "sample string 10",
"retry_count": 1
},
{
"id": 1,
"case_id": "sample string 1",
"file_name": "sample string 2",
"fax_file_name": "sample string 3",
"file_path": "sample string 4",
"fax_file_path": "sample string 5",
"status": "sample string 6",
"status_date": "sample string 7",
"is_email_acknowledged": "sample string 8",
"email_acknowlement_date": "sample string 9",
"fax_acknowlement_date": "sample string 10",
"retry_count": 1
}
]
text/html
Sample:
[{"id":1,"case_id":"sample string 1","file_name":"sample string 2","fax_file_name":"sample string 3","file_path":"sample string 4","fax_file_path":"sample string 5","status":"sample string 6","status_date":"sample string 7","is_email_acknowledged":"sample string 8","email_acknowlement_date":"sample string 9","fax_acknowlement_date":"sample string 10","retry_count":1},{"id":1,"case_id":"sample string 1","file_name":"sample string 2","fax_file_name":"sample string 3","file_path":"sample string 4","fax_file_path":"sample string 5","status":"sample string 6","status_date":"sample string 7","is_email_acknowledged":"sample string 8","email_acknowlement_date":"sample string 9","fax_acknowlement_date":"sample string 10","retry_count":1}]
application/xml, text/xml
Sample:
<ArrayOfBatchPrintEmailFaxQueueHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports">
<BatchPrintEmailFaxQueueHistoryModel>
<case_id>sample string 1</case_id>
<email_acknowlement_date>sample string 9</email_acknowlement_date>
<fax_acknowlement_date>sample string 10</fax_acknowlement_date>
<fax_file_name>sample string 3</fax_file_name>
<fax_file_path>sample string 5</fax_file_path>
<file_name>sample string 2</file_name>
<file_path>sample string 4</file_path>
<id>1</id>
<is_email_acknowledged>sample string 8</is_email_acknowledged>
<retry_count>1</retry_count>
<status>sample string 6</status>
<status_date>sample string 7</status_date>
</BatchPrintEmailFaxQueueHistoryModel>
<BatchPrintEmailFaxQueueHistoryModel>
<case_id>sample string 1</case_id>
<email_acknowlement_date>sample string 9</email_acknowlement_date>
<fax_acknowlement_date>sample string 10</fax_acknowlement_date>
<fax_file_name>sample string 3</fax_file_name>
<fax_file_path>sample string 5</fax_file_path>
<file_name>sample string 2</file_name>
<file_path>sample string 4</file_path>
<id>1</id>
<is_email_acknowledged>sample string 8</is_email_acknowledged>
<retry_count>1</retry_count>
<status>sample string 6</status>
<status_date>sample string 7</status_date>
</BatchPrintEmailFaxQueueHistoryModel>
</ArrayOfBatchPrintEmailFaxQueueHistoryModel>
multipart/form-data
Sample:
<ArrayOfBatchPrintEmailFaxQueueHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports"><BatchPrintEmailFaxQueueHistoryModel><case_id>sample string 1</case_id><email_acknowlement_date>sample string 9</email_acknowlement_date><fax_acknowlement_date>sample string 10</fax_acknowlement_date><fax_file_name>sample string 3</fax_file_name><fax_file_path>sample string 5</fax_file_path><file_name>sample string 2</file_name><file_path>sample string 4</file_path><id>1</id><is_email_acknowledged>sample string 8</is_email_acknowledged><retry_count>1</retry_count><status>sample string 6</status><status_date>sample string 7</status_date></BatchPrintEmailFaxQueueHistoryModel><BatchPrintEmailFaxQueueHistoryModel><case_id>sample string 1</case_id><email_acknowlement_date>sample string 9</email_acknowlement_date><fax_acknowlement_date>sample string 10</fax_acknowlement_date><fax_file_name>sample string 3</fax_file_name><fax_file_path>sample string 5</fax_file_path><file_name>sample string 2</file_name><file_path>sample string 4</file_path><id>1</id><is_email_acknowledged>sample string 8</is_email_acknowledged><retry_count>1</retry_count><status>sample string 6</status><status_date>sample string 7</status_date></BatchPrintEmailFaxQueueHistoryModel></ArrayOfBatchPrintEmailFaxQueueHistoryModel>