SpiraPlan: SoapService SOAP Web Service

See all operations

Timesheet_Retrieve

Description

Retrieves a list of timesheets in the system that match the provided filter/sort. If a user lacks permissions to view other users timesheets, a filter of the authenticated user ID will be applied. This does not apply timezone offsets to filters, so all times are expected in UTC. This is to support filtering by start/end date being more straightforward, given these dates do not have a time.

Parameters

Type Name Required
RemoteCredentials? credentials - The API credentials
ArrayOfRemoteFilter? remoteFilters - The list of filters to apply
RemoteSort? remoteSort - The sort to apply
intstartingRow - The first row to return (starting with 1) Yes
intnumberOfRows - The number of rows to return Yes

Return Value

ArrayOfRemoteTimesheet - List of timesheets