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 3 Next »

Overview

This web service allows user to search for projects or a single project.  

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

64223InvalidValueForListTypeThe specified value for ListType is invalid. Valid values are T for time or C for cost.
  • No labels