Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DateOption | DateOptionEnum |
Required |
|
| FromDate | date |
Required |
|
| ToDate | date |
Required |
Body Parameters
WorkOrderCountFilterOption| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterKeys |
List of Project Keys or Client IDs |
Collection of string |
None. |
| FilterType |
Type of Filter Keys. 1 = Client IDs and 2 = Project Keys |
KeyFilterEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterKeys": [
"sample string 1",
"sample string 2"
],
"FilterType": 0
}
application/xml, text/xml
Sample:
<WorkOrderCountFilterOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Promium.ClientConnectAPI">
<FilterKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</FilterKeys>
<FilterType>None</FilterType>
</WorkOrderCountFilterOption>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProjectWorkOrderStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID |
Client ID |
string |
None. |
| ClientName |
Client Name |
string |
None. |
| ProjectKey |
Project GUID Key |
string |
None. |
| ProjectName |
Project Name |
string |
None. |
| WorkOrderCounts |
Count of Work Order grouped by status |
Collection of WorkOrderCount |
None. |
| ProjectNumber |
Project Number |
string |
None. |
| ProjectManagerName |
Project manager name |
string |
None. |
| ProjectManagerKey |
Unique Key of project manager |
string |
None. |
| ParentProjectKey | string |
None. |
|
| ParentProjectName | string |
None. |
|
| LabManagerKey | string |
None. |
|
| LabManagerName | string |
None. |
|
| ProjectType | string |
None. |
|
| ClientType | string |
None. |
|
| Location | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.