Versions Compared

Key

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

...

Code Block
languagexml
titleExample 01 - without project issue identity
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:PwsGetProjectIssueList>
         <!--Optional:-->
         <pws:serviceRequest>
            <req:SessionTicket>AS/nRJ18RswAVVbc3XsFDg==</req:SessionTicket>
            <!--Optional:-->
            <web:IssueOwnerIdentity>
               <com:UserReferenceSystemId>097</com:UserReferenceSystemId>
            </web:IssueOwnerIdentity>
            <!--Optional:-->
            <web:LimitToClosedIssuesFlag>false</web:LimitToClosedIssuesFlag>
            <!--Optional:-->
            <web:LimitToLateIssuesFlag>false</web:LimitToLateIssuesFlag>
            <!--Optional:-->
            <web:LimitToOpenIssuesFlag>true</web:LimitToOpenIssuesFlag>
            <!--Optional:-->/web:IssueOwnerIdentity>
            <web:MaxPriority>H<LimitToClosedIssuesFlag>false</web:MaxPriority>LimitToClosedIssuesFlag>
            <!--Optional:--><web:LimitToLateIssuesFlag>false</web:LimitToLateIssuesFlag>
            <web:MinPriority>H<LimitToOpenIssuesFlag>true</web:MinPriority>LimitToOpenIssuesFlag>
            <!--Optional:--><web:MaxPriority>H</web:MaxPriority>
            <web:MinPriority>H</web:ProjectIdentity>MinPriority>
               <!--Optional:--><web:ProjectIdentity>
               <com:ProjectCode>VANGOGH-001</com:ProjectCode>
            </web:ProjectIdentity>
         </pws:serviceRequest>
      </pws:PwsGetProjectIssueList>
   </soapenv:Body>
</soapenv:Envelope>

...

Panel
titlePwsGetProjectIssueList 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.

0

Status

RequestStatus

Result of this request. Click here for more information.

Ok

ServerTimestampUtc

DateTime

This is the UTC time when request completes. Click here for more information.

2018-02-06T20:34:17.3332354Z

ProjectIssues

PwsProjectIssueElement[]

The structure that contains the complete set of information of a project issue. Click here for more information.


ProjectUsers

PwsUserRef[]

This is intended to be a list of likely issue owners for issues on the project. The list includes project effective resources, PM team members, client users and existing issue owners. Click here for more information. Note that any Projector users can own issues, regardless of whether they appear in this list or not.


CanAddDocumentsFlag

Boolean

If 'true', issues can accept attachments.

true

UserDefinedFieldsPwsUdfDefinition[]The structure contains the definition of each user defined fields (udf). For example, for a text list udf, the list of active options are included in the structure.

Response Usage Example(s)

...