POST workqueue/processWorkQueueExcel

Request Information

URI Parameters

None.

Body Parameters

WorkQueueFilterDto
NameDescriptionTypeAdditional information
UserId

integer

None.

ShowId

integer

None.

ResourceIds

Collection of integer

None.

BranchIds

Collection of integer

None.

ActivityIds

Collection of integer

None.

SearchText

string

None.

FilterIndex

integer

None.

OrderBy

string

None.

OrderDirection

string

None.

PageNumber

integer

None.

PageSize

integer

None.

IsCreativeManager

boolean

None.

Xlsx

boolean

None.

SelectedViewId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ShowId": 2,
  "ResourceIds": [
    1,
    2
  ],
  "BranchIds": [
    1,
    2
  ],
  "ActivityIds": [
    1,
    2
  ],
  "SearchText": "sample string 3",
  "FilterIndex": 4,
  "OrderBy": "sample string 5",
  "OrderDirection": "sample string 6",
  "PageNumber": 7,
  "PageSize": 8,
  "IsCreativeManager": true,
  "Xlsx": true,
  "SelectedViewId": 11
}

Response Information

Resource Description

globally unique identifier

Response Information

Response body formats

application/json, text/json

Sample:
"65680cf3-31c0-45a6-bc50-e8a50ec820e1"