GET api/v1/portals/{portalUid}/customer/placements/{placementGuid}/timesheets
Get a list of timesheet guids related to this placement
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
the customer portal |
globally unique identifier |
Required |
| placementGuid |
the placement |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
list of timesheet guids for this placement
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "eb5ca15e-2ab7-4e27-ade5-9a3ba3811d8d", "9de8cb4c-e0b6-4e56-84fc-3da63a1b93b0" ]
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>eb5ca15e-2ab7-4e27-ade5-9a3ba3811d8d</guid> <guid>9de8cb4c-e0b6-4e56-84fc-3da63a1b93b0</guid> </ArrayOfguid>