GET api/v1/candidates/timesheets/{timesheetUid}/items
Gets the candidate timesheet items by the specified timesheet UID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| timesheetUid |
The timesheet UID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns candidate timesheet items.
Collection of CandidateTimesheetItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime |
The start time. |
date |
None. |
| EndTime |
The end time. |
date |
None. |
| RateName |
The name of the rate. |
string |
None. |
| RateUnit |
The rate unit. |
decimal number |
None. |
| IsExpense |
Is this item an expense |
boolean |
None. |
| OriginalPlacementBookingid |
The original placement booking this item belongs to |
integer |
None. |
| Uid |
The GUID. |
globally unique identifier |
None. |
| Links |
The links. |
Collection of Link |
None. |
| DateUpdated |
Last time the record was updated |
date |
None. |
| UpdatedBy |
Who updated the record last |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StartTime": "2025-10-27T14:00:17.9619578+00:00",
"EndTime": "2025-10-27T14:00:17.9619578+00:00",
"RateName": "sample string 1",
"RateUnit": 2.1,
"IsExpense": true,
"OriginalPlacementBookingid": 1,
"Uid": "da94b915-3cc2-4014-a166-fad00a4d942f",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:00:17.9619578+00:00",
"UpdatedBy": "sample string 5"
},
{
"StartTime": "2025-10-27T14:00:17.9619578+00:00",
"EndTime": "2025-10-27T14:00:17.9619578+00:00",
"RateName": "sample string 1",
"RateUnit": 2.1,
"IsExpense": true,
"OriginalPlacementBookingid": 1,
"Uid": "da94b915-3cc2-4014-a166-fad00a4d942f",
"Links": [
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
},
{
"Href": "http://webapihelppage1.com",
"Method": "sample string 2",
"Rel": "sample string 3",
"Title": "sample string 4",
"Type": "sample string 5"
}
],
"DateUpdated": "2025-10-27T14:00:17.9619578+00:00",
"UpdatedBy": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfCandidateTimesheetItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.ViewModels">
<CandidateTimesheetItemViewModel>
<DateUpdated>2025-10-27T14:00:17.9619578+00:00</DateUpdated>
<Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
</Links>
<Uid>da94b915-3cc2-4014-a166-fad00a4d942f</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<EndTime>2025-10-27T14:00:17.9619578+00:00</EndTime>
<IsExpense>true</IsExpense>
<OriginalPlacementBookingid>1</OriginalPlacementBookingid>
<RateName>sample string 1</RateName>
<RateUnit>2.1</RateUnit>
<StartTime>2025-10-27T14:00:17.9619578+00:00</StartTime>
</CandidateTimesheetItemViewModel>
<CandidateTimesheetItemViewModel>
<DateUpdated>2025-10-27T14:00:17.9619578+00:00</DateUpdated>
<Links xmlns:d3p1="http://schemas.datacontract.org/2004/07/Eclipse.WebApi.Common.Models">
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
<d3p1:Link>
<d3p1:Href>http://webapihelppage1.com/</d3p1:Href>
<d3p1:Method>sample string 2</d3p1:Method>
<d3p1:Rel>sample string 3</d3p1:Rel>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:Type>sample string 5</d3p1:Type>
</d3p1:Link>
</Links>
<Uid>da94b915-3cc2-4014-a166-fad00a4d942f</Uid>
<UpdatedBy>sample string 5</UpdatedBy>
<EndTime>2025-10-27T14:00:17.9619578+00:00</EndTime>
<IsExpense>true</IsExpense>
<OriginalPlacementBookingid>1</OriginalPlacementBookingid>
<RateName>sample string 1</RateName>
<RateUnit>2.1</RateUnit>
<StartTime>2025-10-27T14:00:17.9619578+00:00</StartTime>
</CandidateTimesheetItemViewModel>
</ArrayOfCandidateTimesheetItemViewModel>