POST WorkAssignment/GetWorkAssignment
Request Information
URI Parameters
None.
Body Parameters
WorkAssignmentFilterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ShowId | integer |
None. |
|
| ResourceIds | Collection of integer |
None. |
|
| BranchIds | Collection of integer |
None. |
|
| ProducingBranchIds | Collection of integer |
None. |
|
| ActivityIds | Collection of integer |
None. |
|
| StatusIds | Collection of integer |
None. |
|
| StageTypeIds | Collection of integer |
None. |
|
| AccountType | Collection of integer |
None. |
|
| SearchText | string |
None. |
|
| FilterIndex | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsCreativeManager | boolean |
None. |
|
| IsMyAssignments | boolean |
None. |
|
| IsShowOnlyClosedProjects | boolean |
None. |
|
| AssignedResources | Collection of integer |
None. |
|
| ActivityId | integer |
None. |
|
| BranchId | integer |
None. |
|
| Xlsx | boolean |
None. |
|
| View | integer |
None. |
|
| IsLoadingFromOtherPage | boolean |
None. |
|
| IsBillablePaidCreative | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ShowId": 2,
"ResourceIds": [
1,
2
],
"BranchIds": [
1,
2
],
"ProducingBranchIds": [
1,
2
],
"ActivityIds": [
1,
2
],
"StatusIds": [
1,
2
],
"StageTypeIds": [
1,
2
],
"AccountType": [
1,
2
],
"SearchText": "sample string 3",
"FilterIndex": 4,
"PageNumber": 5,
"PageSize": 6,
"IsCreativeManager": true,
"IsMyAssignments": true,
"IsShowOnlyClosedProjects": true,
"AssignedResources": [
1,
2
],
"ActivityId": 10,
"BranchId": 11,
"Xlsx": true,
"View": 13,
"IsLoadingFromOtherPage": true,
"IsBillablePaidCreative": true
}
Response Information
Resource Description
WorkAssignmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkAssignment | Collection of WorkAssignmentItemDto |
None. |
|
| PageNumber | integer |
None. |
|
| MoreAvailable | boolean |
None. |
|
| BranchCount | integer |
None. |
|
| ActivityCount | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"WorkAssignment": [
{
"ShowId": 1,
"ShowName": "sample string 2",
"ProducingBranch": "sample string 3",
"FreemanShowNumber": 1,
"ShowAccountId": 4,
"ShowAccountTypeId": 5,
"AccountId": 6,
"MoveInDate": "sample string 7",
"AccountName": "sample string 8",
"LineItemId": 9,
"LineItemDescription": "sample string 10",
"LineItemType": "sample string 11",
"LineItemStageId": 12,
"StageType": "sample string 13",
"LineItemStageStatus": "sample string 14",
"DueDate": "sample string 15",
"BranchId": 16,
"Branch": "sample string 17",
"Resource": "sample string 18",
"ResourceIds": "sample string 19",
"Files": 20,
"SubmittedDate": "sample string 21",
"SubmittedBy": "sample string 22",
"Status": "sample string 23",
"ShowOpenDate": "sample string 24",
"ShowCloseDate": "sample string 25",
"ActivityId": 26,
"Activity": "sample string 27",
"FunctionalAreaId": 1,
"FunctionalAreaName": "sample string 28",
"BoothId": 1,
"BoothName": "sample string 29",
"CAndP": "sample string 30",
"EmployeeIds": "sample string 31",
"LocationId": 32,
"LocationName": "sample string 33",
"ProducingBranchId": 34,
"ProducingBranchName": "sample string 35",
"FacilityName": "sample string 36",
"DueDateRevision": true,
"IsBillablePaidCreative": true,
"IsClientProvidedArtwork": true
},
{
"ShowId": 1,
"ShowName": "sample string 2",
"ProducingBranch": "sample string 3",
"FreemanShowNumber": 1,
"ShowAccountId": 4,
"ShowAccountTypeId": 5,
"AccountId": 6,
"MoveInDate": "sample string 7",
"AccountName": "sample string 8",
"LineItemId": 9,
"LineItemDescription": "sample string 10",
"LineItemType": "sample string 11",
"LineItemStageId": 12,
"StageType": "sample string 13",
"LineItemStageStatus": "sample string 14",
"DueDate": "sample string 15",
"BranchId": 16,
"Branch": "sample string 17",
"Resource": "sample string 18",
"ResourceIds": "sample string 19",
"Files": 20,
"SubmittedDate": "sample string 21",
"SubmittedBy": "sample string 22",
"Status": "sample string 23",
"ShowOpenDate": "sample string 24",
"ShowCloseDate": "sample string 25",
"ActivityId": 26,
"Activity": "sample string 27",
"FunctionalAreaId": 1,
"FunctionalAreaName": "sample string 28",
"BoothId": 1,
"BoothName": "sample string 29",
"CAndP": "sample string 30",
"EmployeeIds": "sample string 31",
"LocationId": 32,
"LocationName": "sample string 33",
"ProducingBranchId": 34,
"ProducingBranchName": "sample string 35",
"FacilityName": "sample string 36",
"DueDateRevision": true,
"IsBillablePaidCreative": true,
"IsClientProvidedArtwork": true
}
],
"PageNumber": 1,
"MoreAvailable": true,
"BranchCount": 3,
"ActivityCount": 4
}