Back to Project Management Service
Method Details for GetProjects.
Returns a list of project headers.
Parameters
- CustomerID Integer Limits projects to customers with the specified ID. Parse 0 to get all projects (int)
- ProjectManagerID Integer Limits the result to projects where the Project manager has the parsed ID. The value must be a valid employeeID. Parse 0 to get all projects (int)
- IncludeInactiveProjects Boolean If false only aktiv projects is returned. If true also inactive projects is included in the result (bool)
- StatusID Integer Limits the result to projects with the specific Status. Values: {-1 = all, 0 = Quote, 1 = Approved, 2 = In Progress, 3 = On Hold, 4 = Completed, 5 = Archieved, 6 = Cancelled} (int)
- token SecurityToken