GET dashboard/GetProjectSummaryStats/{projectId}/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| userId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProjectSummaryStatsResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| showId | integer |
None. |
|
| lineItemAccountSubmittedCount | integer |
None. |
|
| lineItemAcknowledgedCount | integer |
None. |
|
| lineItemInProgressCount | integer |
None. |
|
| lineItemAeSubmittedCount | integer |
None. |
|
| lineItemSalesCompletedCount | integer |
None. |
|
| lineItemAllCount | integer |
None. |
|
| collaborationPendingAeCount | integer |
None. |
|
| collaborationPendingAssignmentCount | integer |
None. |
|
| collaborationInProgressCount | integer |
None. |
|
| collaborationPastDueCount | integer |
None. |
|
| collaborationSalesCompletedCount | integer |
None. |
|
| collaborationInsufficientInfoCount | integer |
None. |
|
| collaborationAllCount | integer |
None. |
|
| filePendingAeCount | integer |
None. |
|
| filePendingCustomerCount | integer |
None. |
|
| filePendingResourceCount | integer |
None. |
|
| fileCancelledCount | integer |
None. |
|
| fileApprovedCount | integer |
None. |
|
| fileInEcsCount | integer |
None. |
|
| fileInsufInfoCount | integer |
None. |
|
| fileAllCount | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"showId": 1,
"lineItemAccountSubmittedCount": 2,
"lineItemAcknowledgedCount": 3,
"lineItemInProgressCount": 4,
"lineItemAeSubmittedCount": 5,
"lineItemSalesCompletedCount": 6,
"lineItemAllCount": 7,
"collaborationPendingAeCount": 8,
"collaborationPendingAssignmentCount": 9,
"collaborationInProgressCount": 10,
"collaborationPastDueCount": 11,
"collaborationSalesCompletedCount": 12,
"collaborationInsufficientInfoCount": 13,
"collaborationAllCount": 14,
"filePendingAeCount": 15,
"filePendingCustomerCount": 16,
"filePendingResourceCount": 17,
"fileCancelledCount": 18,
"fileApprovedCount": 19,
"fileInEcsCount": 20,
"fileInsufInfoCount": 21,
"fileAllCount": 22
}