...
This web service allows user to search for resource resumes and documents in project workspace. By specifying folder type code and providing the necessary project identity or resource identity, the search returns project workspace documents or resource resumes.
Request Format
Panel | ||
---|---|---|
| ||
|
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
</soapenv:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
</soapenv:Envelope> |
Response Format
Panel | ||
---|---|---|
| ||
|
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)
...