POST api/queue/search

Request Information

URI Parameters

None.

Body Parameters

QueueSearchDto
NameDescriptionTypeAdditional 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:35:50.900865+01:00",
  "processedTo": "2025-12-30T23:35:50.900865+01:00",
  "isProcessed": true,
  "start": 2,
  "length": 3,
  "campaignId": "9e5ad29b-220f-42c6-acd8-3540943bd0ef",
  "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": "b9c54615-026d-4893-90ff-0e1d5313bf28"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.