GET api/v1/portals/{portalUid}/customer/timesheets/paged?PageSize={PageSize}&PageNumber={PageNumber}&UpdatedSince={UpdatedSince}&UpdatedBy={UpdatedBy}&NotUpdatedBy={NotUpdatedBy}

Search the customer portal for timeshets

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalUid

the customer portal

globally unique identifier

Required

PageSize

number of results per page

integer

Default value is 50

PageNumber

the page number to get

integer

Default value is 1

UpdatedSince

seach for timesheets updated since this date

string

Default value is

UpdatedBy

search for timesheets updated by this user

string

Default value is

NotUpdatedBy

search for timesheets not updated by this user

string

Default value is

Body Parameters

None.

Response Information

Resource Description

list of timesheet guids

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "d33e0fa8-73e9-43cd-9cf5-444437f835c4",
  "c2fa519c-2a8c-4502-9299-52616f0e576b"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>d33e0fa8-73e9-43cd-9cf5-444437f835c4</guid>
  <guid>c2fa519c-2a8c-4502-9299-52616f0e576b</guid>
</ArrayOfguid>