Versions Compared

Key

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

...

This web service retrieves a list of project contacts, based upon a unique project identifier (PwsProjectRef) and a list of result narrowing filters.  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

Description

Sample Data

Messages

PwsMessage

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


ResponseId

Int32

Click here for more information.

0

Status

RequestStatusClick here for more informationOk

ServerTimestampUtc

DateTime

Click here for more information.

2018-03-07T20:00:44.2684248Z

Contacts

PwsProjectContact

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


...