POST api/queue/search/idle
Request Information
URI Parameters
None.
Body Parameters
QueueSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DateType | string |
None. |
|
| ProcessedFrom | date |
None. |
|
| ProcessedTo | date |
None. |
|
| IsProcessed | boolean |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| ShortUnique | string |
None. |
|
| Status | StatusDto |
None. |
|
| Statuses | Collection of integer |
None. |
|
| PersonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"dateType": "sample string 1",
"processedFrom": "2025-12-30T23:38:21.6578226+01:00",
"processedTo": "2025-12-30T23:38:21.6578226+01:00",
"isProcessed": true,
"start": 2,
"length": 3,
"campaignId": "450a0468-f587-4e12-8b5e-da2a140484d3",
"shortUnique": "sample string 4",
"status": {
"id": 1,
"name": "sample string 2",
"readableName": "sample string 3",
"type": "sample string 4",
"color": "sample string 5"
},
"statuses": [
1,
2
],
"personId": "f42f7e85-7773-4e7a-bff3-e47462668201"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.