POST api/BackgroundJob/ListQueuedCases
Request Information
URI Parameters
None.
Body Parameters
BackgroundJobSearchFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| job_type_id | integer |
None. |
|
| job_type | string |
None. |
|
| created_by | string |
None. |
|
| created_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"job_type_id": 1,
"job_type": "sample string 2",
"created_by": "sample string 3",
"created_date": "2026-05-01T21:09:48.5918644+00:00"
}
text/html
Sample:
{"job_type_id":1,"job_type":"sample string 2","created_by":"sample string 3","created_date":"2026-05-01T21:09:48.5918644+00:00"}
application/xml, text/xml
Sample:
<BackgroundJobSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <created_by>sample string 3</created_by> <created_date>2026-05-01T21:09:48.5918644+00:00</created_date> <job_type>sample string 2</job_type> <job_type_id>1</job_type_id> </BackgroundJobSearchFilterModel>
multipart/form-data
Sample:
<BackgroundJobSearchFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><created_by>sample string 3</created_by><created_date>2026-05-01T21:09:48.5918644+00:00</created_date><job_type>sample string 2</job_type><job_type_id>1</job_type_id></BackgroundJobSearchFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |