POST api/queue/search

Request Information

URI Parameters

None.

Body Parameters

QueueSearchDto
NameDescriptionTypeAdditional information
ProcessedFrom

date

None.

ProcessedTo

date

None.

IsProcessed

boolean

None.

Start

integer

None.

Length

integer

None.

CampaignId

globally unique identifier

None.

Status

StatusDto

None.

Request Formats

application/json, text/json

Sample:
{
  "processedFrom": "2026-04-07T14:30:00.7909467+02:00",
  "processedTo": "2026-04-07T14:30:00.7909467+02:00",
  "isProcessed": true,
  "start": 1,
  "length": 2,
  "campaignId": "0514534a-b032-4695-b1ed-530987863133",
  "status": {
    "id": 1,
    "name": "sample string 2",
    "readableName": "sample string 3",
    "type": "sample string 4",
    "color": "sample string 5"
  }
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.