Versions Compared

Key

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

...

This web service retrieves a list of project element records (PwsProjectElement), based upon a list of unique project identifiers (PwsProjectRef). 


Note: To limit the returned data to only specific elements associated with a project please run the web services: PwsGetProjectRoles, PwsGetProjectRateTypes, PwsGetProjectTaskTypes or PwsGetProjectTasksThe response to this service by default includes also the full details of a number of sub-entities related to projects on a one-to-many basis, namely Project Roles, Project Rate Types, Project Task Types, and Project Tasks. If you don't need that data, please simplify your request by using the ExcludeSubEntityElementsFlagparameter, which will also cause the service to operate faster and with greater efficiency.


If you only need information about one or two of these sub-entities, please consider as an alternative the simpler, faster, and more efficient services:

PwsGetProjectRoles: a collection of all project roles grouped by project

PwsGetProjectRateTypes: a collection of all project rate types grouped by project.

PwsGetProjectTaskTypes: a collection of all project task types grouped by project.

PwsGetProjectTasks: a collection of all project tasks grouped by project.

Request Format


Panel
titlePwsGetProject Request
  • PwsGetProject
    • serviceRequest: PwsGetProjectRq

...