Back to Project Management Service
Method Details for GetWorkPagedWithExternalIds.
Gets a paged list of work units in a flat format including all details and external IDs.
Parameters
- systemName String Name of the external system (string)
- approvalLevel Integer Approval level (int)
- initials String Provide initials to only get work units from one employee, otherwise use an empty string (string)
- startDate DateTime (yyyy-MM-dd) Date to start fetching work units from (DateTime)
- endDate DateTime (yyyy-MM-dd) Date to fetching work units to (DateTime)
- page Integer Page to get results from (int)
- pageSize Integer Number of results per page. Max value: 500. (int)
- token SecurityToken Security token associated with the request (SecurityToken)
Returns
A list of work units in a flat format
Remarks
Security requirements: System administrator