Versions Compared

Key

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

...

This web service retrieves a list of project issue categories, based upon a unique project identifier (PwsProjectRef). 

Request Format

Panel
titlePwsGetProjectIssueList Request

Request Elements

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32



Click here for more information.


SessionTicket

String



Click here for more information.


IssueOwnerIdentity

PwsUserRef





LimitToClosedIssuesFlag

Boolean





LimitToLateIssuesFlag

Boolean





LimitToOpenIssuesFlag

Boolean





MaxPriority

String





MinPriority

String





ProjectIdentity

PwsProjectRef





ProjectIssueCategoryIdentity

PwsProjectIssueCategoryRef





ProjectIssueIdentity

PwsProjectIssueRef





ProjectIssueStatusIdentity

PwsProjectIssueStatusRef





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:PwsGetProjectIssueList>
         <pws:serviceRequest>
            <req:SessionTicket>ASA2SxZGgEWiNl525Vyqzw==</req:SessionTicket>
            <web:IssueOwnerIdentity>
               <com:UserDisplayName>Larry Krakauer</com:UserDisplayName>
            </web:IssueOwnerIdentity>
            <web:LimitToClosedIssuesFlag>false</web:LimitToClosedIssuesFlag>
            <web:LimitToLateIssuesFlag>true</web:LimitToLateIssuesFlag>
            <web:LimitToOpenIssuesFlag>true</web:LimitToOpenIssuesFlag>
            <web:MaxPriority>H</web:MaxPriority>
            <web:MinPriority>M</web:MinPriority>
            <web:ProjectIdentity>
               <com:ProjectCode>P001053-WS2</com:ProjectCode>
            </web:ProjectIdentity>
            <web:ProjectIssueCategoryIdentity>
               <com:ProjectIssueCategoryUid>1152921504606992779</com:ProjectIssueCategoryUid>
            </web:ProjectIssueCategoryIdentity>
            <web:ProjectIssueStatusIdentity>
               <com:ProjectIssueStatusUid>1152921504607253230</com:ProjectIssueStatusUid>
            </web:ProjectIssueStatusIdentity>
         </pws:serviceRequest>
      </pws:PwsGetProjectIssueList>
   </soapenv:Body>
</soapenv:Envelope>


Response Format

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


ProjectIssues

PwsProjectIssueElement[]



ProjectUsers

PwsUserRef[]



CanAddDocumentsFlag

Boolean




Response Usage Example(s)

<s:Envelope xml
Code Block
languagexml
titleExample 01
collapsetrue

PwsGetProject - Common Errors and Warnings

...