Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

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

PwsSearchProjects Request
  • PwsSearchProjects
    • 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

PwsProjectRef

 

 

 

 

ResourceIdentity

PwsResourceRef

 

 

 

 

SearchString

String

 

 

 

 

StartDate

DateTime

 

 

 

 

ProjectIdentities

PwsProjectRef[???]

 

 

 

 

DocumentType

String

 

 

 

 

Request Usage Example(s)

Example 01 - project workspace document
</soapenv:Envelope>
Example 02 - resource resume
</soapenv:Envelope>

Response Format

PwsSearchProjects Response

Response Elements

Element

Data Type

Description

Sample Data

Messages

PwsMessage

 

 

ResponseId

Int32

Click here for more information.

 

Status

RequestStatus

Click here for more information

 

ServerTimestampUtc

DateTime

Click here for more information.

 

Projects

PwsProjectDescriptor

 

 

Response Usage Example(s)



Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText




  • No labels