...
This web service retrieves a list of project issue categories, based upon a unique project identifier (PwsProjectRef).
Request Format
Panel | ||
---|---|---|
| ||
|
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 | |||||
LimitToClosedIssuesFlag | Boolean | ||||
LimitToLateIssuesFlag | Boolean | ||||
LimitToOpenIssuesFlag | Boolean | ||||
MaxPriority | String | ||||
MinPriority | String | ||||
ProjectIdentity | |||||
ProjectIssueCategoryIdentity | |||||
ProjectIssueIdentity | |||||
ProjectIssueStatusIdentity |
Request Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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 | ||
---|---|---|
| ||
|
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | |||
ResponseId | Int32 | Click here for more information. | |
Status | RequestStatus | Click here for more information. | |
ServerTimestampUtc | DateTime | Click here for more information. | |
ProjectIssues | |||
ProjectUsers | |||
CanAddDocumentsFlag | Boolean |
Response Usage Example(s)
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| <s:Envelope xml||||||||
PwsGetProject - Common Errors and Warnings
...