...
This web service retrieves a list of project summary records (PwsProjectSummary), based on specified search criteria. The following parameters affect the list of engagements projects retrieved:
- QueryString: Find all projects matching specified string in project's code or name, associated contract line item code or name, the associated engagement code or name, or the client name or number for the associated engagement's client or any parent client thereof.
- IncludeClosedFlag: If set to 'true', projects that are open or closed according to the project stage settings will be returned. Otherwise, only projects that are considered not closed will be returned.
- ProjectIdentity: If specified, the identified engagement will be returned. And QueryString and IncludeClosedFlag will be ignored.
...