POST collablist/getCollabList
Request Information
URI Parameters
None.
Body Parameters
CollabListFilterDto| 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. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsCreativeManager | boolean |
None. |
|
| FunctionalAreaId | integer |
None. |
|
| BoothId | integer |
None. |
|
| StatusList | Collection of integer |
None. |
|
| VendorId | integer |
None. |
|
| IsAE | boolean |
None. |
|
| ShowAccountId | integer |
None. |
|
| OrderDirection | string |
None. |
|
| OrderBy | string |
None. |
|
| IsMyAssignments | boolean |
None. |
|
| IsShowOnlyClosedProjects | boolean |
None. |
|
| Status | integer |
None. |
|
| IsLinkedProject | boolean |
None. |
|
| AccountId | integer |
None. |
|
| AllActive | boolean |
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,
"PageNumber": 5,
"PageSize": 6,
"IsCreativeManager": true,
"FunctionalAreaId": 8,
"BoothId": 9,
"StatusList": [
1,
2
],
"VendorId": 10,
"IsAE": true,
"ShowAccountId": 12,
"OrderDirection": "sample string 13",
"OrderBy": "sample string 14",
"IsMyAssignments": true,
"IsShowOnlyClosedProjects": true,
"Status": 1,
"IsLinkedProject": true,
"AccountId": 1,
"AllActive": true
}
Response Information
Resource Description
CollabListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CollabList | Collection of CollabListItemDto |
None. |
|
| PageNumber | integer |
None. |
|
| MoreAvailable | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"CollabList": [
{
"ShowId": 1,
"ShowName": "sample string 2",
"ShowNumber": 1,
"LineItemId": 3,
"LineItemDescription": "sample string 4",
"Status": "sample string 5",
"ItemDescription": "sample string 6",
"DueDate": "sample string 7",
"FunctionalArea": "sample string 8",
"Booth": "sample string 9",
"Reference": "sample string 10",
"FileCount": 11,
"Activity": "sample string 12",
"StageType": "sample string 13",
"SubmittingAE": "sample string 14",
"WorkTicketNumber": 1,
"AccountName": "sample string 15",
"ShowAccountTypeId": 16,
"VendorName": "sample string 17",
"ShowAccountId": 18,
"AccountId": 19,
"IsPastDueDate": true,
"Resource": "sample string 21",
"canViewFunctionalArea": true,
"ActivityId": 23,
"StageId": 24,
"IsLinkedItem": true
},
{
"ShowId": 1,
"ShowName": "sample string 2",
"ShowNumber": 1,
"LineItemId": 3,
"LineItemDescription": "sample string 4",
"Status": "sample string 5",
"ItemDescription": "sample string 6",
"DueDate": "sample string 7",
"FunctionalArea": "sample string 8",
"Booth": "sample string 9",
"Reference": "sample string 10",
"FileCount": 11,
"Activity": "sample string 12",
"StageType": "sample string 13",
"SubmittingAE": "sample string 14",
"WorkTicketNumber": 1,
"AccountName": "sample string 15",
"ShowAccountTypeId": 16,
"VendorName": "sample string 17",
"ShowAccountId": 18,
"AccountId": 19,
"IsPastDueDate": true,
"Resource": "sample string 21",
"canViewFunctionalArea": true,
"ActivityId": 23,
"StageId": 24,
"IsLinkedItem": true
}
],
"PageNumber": 1,
"MoreAvailable": true
}