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": "2026-09-08T06:16:27.5515713+02:00",
"processedTo": "2026-09-08T06:16:27.5515713+02:00",
"isProcessed": true,
"start": 2,
"length": 3,
"campaignId": "ec0d34cc-5976-4ca7-ba96-3c8e1d162860",
"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": "1524965e-6e7b-4ced-89d6-2092f2f210c1"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.