Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

String

Yes


Click here for more information.

ARNkL4C1bp7KLtsSXQW6/g==

ProjectIssueIdentity

PwsProjectIssueRef

Yes


The identity of this project issue whose history is being retrieved in this request


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:web="http://projectorpsa.com/DataContracts/Shared/Web/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsGetProjectIssueHistory>
         <pws:serviceRequest>
            <req:SessionTicket>ARNkL4C1bp7KLtsSXQW6/g==</req:SessionTicket>
            <web:ProjectIssueIdentity>
               <com:ProjectIssueUid>1152921504606875990</com:ProjectIssueUid>
            </web:ProjectIssueIdentity>
         </pws:serviceRequest>
      </pws:PwsGetProjectIssueHistory>
   </soapenv:Body>
</soapenv:Envelope>

...

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.

0

Status

RequestStatus

Click here for Result of this request. Click here for more information.

Ok

ServerTimestampUtc

DateTime

Click here for more information.

2018-03-06T20:23:53.0303932Z

ProjectIssueHistory

PwsProjectIssueHistory



...

ErrorNumber

ErrorCode

ErrorText

84007WorkspaceProjectIssueNotFoundProject issue not found.