Overview
This web service allows user to search for projects or a single project.
Request Format
PwsSearchProjects Request
- PwsSearchProjects
- serviceRequest: PwsSearchProjectsRq
- RequestId: Int32
- SessionTicket: String
- AvailableProjectsOnlyFlag: Boolean
- EndDate: DateTime
- ListType: String
- MaximumRows: Int32
- MruFlag: Boolean
- ProjectIdentity: PwsProjectRef
- ResourceIdentity: PwsResourceRef
- SearchString: String
- StartDate: DateTime
- ProjectIdentities: PwsProjectRef[???]
- DocumentType: String
- serviceRequest: PwsSearchProjectsRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | Click here for more information. | |||
SessionTicket | String | Click here for more information. | |||
AvailableProjectsOnlyFlag | Boolean | ||||
EndDate | DateTime | ||||
ListType | String | ||||
MaximumRows | Int32 | ||||
MruFlag | Boolean | ||||
ProjectIdentity | |||||
ResourceIdentity | |||||
SearchString | String | ||||
StartDate | DateTime | ||||
ProjectIdentities | PwsProjectRef[???] | ||||
DocumentType | String |
Request Usage Example(s)
Response Format
PwsSearchProjects Response
- PwsSearchProjectsResponse
- PwsSearchProjectsResult: PwsSearchProjectsRs
- Messages: PwsMessage
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Projects: PwsProjectDescriptor
- PwsSearchProjectsResult: PwsSearchProjectsRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | |||
ResponseId | Int32 | Click here for more information. | |
Status | Click here for more information | ||
ServerTimestampUtc | DateTime | Click here for more information. | |
Projects |
Response Usage Example(s)
Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
64223 | InvalidValueForListType | The specified value for ListType is invalid. Valid values are T for time or C for cost. |