Versions Compared

Key

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

...

This web service retrieves a list of project issue statusescontacts, based upon a unique project identifier (PwsProjectRef) and the IncludeInactiveFlag filter. 

Request Format

a list of result narrowing filters.  The permission that grants the user access to the list of contacts is permission to access project's workspace home tab. The filters will control which specific types of contacts are included in the response, but the entire list of contacts consists of:

  • The engagement manager 
  • The project manager
  • Members of the project management team
  • Resources booked on the project
  • Resources requested on the project
  • Client users associated with the project
  • Users who own one or more issues on the project

Request Format


Panel
titlePwsGetProjectContacts Request
  • PwsGetProjectContacts
    • serviceRequest: PwsGetProjectContactsRq
      • RequestId: Int32
      • SessionTicket: String
      • IncludeBookedResourcesFlag: Boolean
      • IncludeClientUsersFlag: Boolean
      • IncludeEmFlag: Boolean
      • IncludeIssueOwnersFlag: Boolean
      • IncludePmFlag: Boolean
      • IncludePmTeamFlag: Boolean
      • IncludeRequestedResourcesFlag: Boolean
      • ProjectIdentity: PwsProjectRef

...

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==

IncludeBookedResourcesFlag

Boolean

IncludeClientUsersFlagNo

Boolean

IncludeEmFlag

Boolean

IncludeIssueOwnersFlag

Boolean

IncludePmFlag

Boolean

IncludePmTeamFlag

Boolean

IncludeRequestedResourcesFlag

Boolean

ProjectIdentity

PwsProjectRef

false

If set to 'true', booked/allocated resources of the project are included in the response.

true

IncludeClientUsersFlag

Boolean

No

false

If set to 'true', client users of the project are included in the response.

true

IncludeEmFlag

Boolean

No

false

If set to 'true', engagement manager of the project's engagement is included in the response.

true

IncludeIssueOwnersFlag

Boolean

No

false

If set to 'true', owners of project issuesare included in the response.

true

IncludePmFlag

Boolean

No

false

If set to 'true', project manager is included in the response.

true

IncludePmTeamFlag

Boolean

No

false

If set to 'true', project management team members that are not project manager or engagement managers are included in the response.

true

IncludeRequestedResourcesFlag

Boolean

No

false

If set to 'true', requested resources of the project are included in the response.

true

ProjectIdentity

PwsProjectRef

Yes


This structure represents the unique key fields associated with a project. Click here for more information.


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:PwsGetProjectContacts>
         <pws:serviceRequest>
            <req:SessionTicket>ARNkL4C1bp7KLtsSXQW6/g==</req:SessionTicket>
            <web:IncludeBookedResourcesFlag>true</web:IncludeBookedResourcesFlag>
            <web:IncludeClientUsersFlag>true</web:IncludeClientUsersFlag>
            <web:IncludeEmFlag>true</web:IncludeEmFlag>
            <web:IncludeIssueOwnersFlag>true</web:IncludeIssueOwnersFlag>
            <web:IncludePmFlag>true</web:IncludePmFlag>
            <web:IncludePmTeamFlag>true</web:IncludePmTeamFlag>
            <web:IncludeRequestedResourcesFlag>true</web:IncludeRequestedResourcesFlag>
            <web:ProjectIdentity>
               <com:ProjectCode>P001053-001</com:ProjectCode>
            </web:ProjectIdentity>
         </pws:serviceRequest>
      </pws:PwsGetProjectContacts>
   </soapenv:Body>
</soapenv:Envelope>

...

Panel
titlePwsGetProjectContacts Response

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage

PwsMessage

The web service response status and message. Click herefor more information


ResponseId

Int32

Click here for more information.

0

Status

RequestStatusClick Click here for  for more information.Ok

ServerTimestampUtc

DateTime

Click here for more information.

2018-03-07T20:00:44.2684248Z

Contacts

PwsProjectContact

The detailed information of the project contacts. Click here for more information.


Response Usage Example(s)

...

ErrorNumber

ErrorCode

ErrorText

23000ProjectIdentityRequiredForGetContactsA project identity must be specified.
54282ProjectNotFoundSpecified project does not exist.