POST workqueue/processWorkQueueExcel
Request Information
URI Parameters
None.
Body Parameters
WorkQueueFilterDto| Name | Description | Type | Additional 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 identifierResponse Information
Response body formats
application/json, text/json
Sample:
"a55cb8fe-f3e0-4716-9e53-4b2ed2d7a863"