Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsGetProjectTimeBaseline Request

Request Elements


Element

Data Type

Required?

Description

Sample Data

RequestId

Int32

 

No

Click here for more information.

1

SessionTicket

String

 

Yes

Click here for more information.

AbHODMrb8ng+PCV+B7BzmQ==

ProjectTimeBaselineIdentities

PwsProjectTimeBaselineRef[???]

 

Yes

The unique fields identifying the project time baseline(s) to be retrieved

 


Request Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsGetProjectTimeBaseline>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AbHODMrb8ng+PCV+B7BzmQ==</req:SessionTicket>
            <sch:ProjectTimeBaselineIdentities>
               <com:PwsProjectTimeBaselineRef>
                  <com:ProjectTimeBaselineUid>1152921504607411677</com:ProjectTimeBaselineUid>
               </com:PwsProjectTimeBaselineRef>
            </sch:ProjectTimeBaselineIdentities>
         </pws:serviceRequest>
      </pws:PwsGetProjectTimeBaseline>
   </soapenv:Body>
</soapenv:Envelope>

...

Panel
titlePwsGetProjectTimeBaseline Response

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage

The web service response status and message. Click here for more information.

 


ResponseId

Int32

Click here for more information

Status

RequestStatus

Click here for more information

Ok 

ServerTimestampUtc

DateTime

Click here for more information

2018-03-15T19:51:51.4592605Z

ProjectTimeBaselines

PwsProjectTimeBaselineElement [???]

This structure contains the complete set of information about a project time baseline (less any subordinate entities)

 


Response Usage Example(s)

...


ErrorNumber

ErrorCode

ErrorText

54923SpecifiedProjectTimeBaselineNotFoundSpecified project time baseline was not found.
54961ProjectTimeBaselineRefRequiredA project time baseline must be specified.