POST api/GetDashboardTimesheetDetails
Get an employee's dashboard timesheet details
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters | int Personnel_Number |
None. |
Response Information
Response body formats
application/json, text/json
[
{
"ClaimType": "sample string 1",
"Count": 2,
"Total": 3.0,
"Link": "sample string 4",
"Image": ".\\icons\\store.png"
},
{
"ClaimType": "sample string 1",
"Count": 2,
"Total": 3.0,
"Link": "sample string 4",
"Image": ".\\icons\\store.png"
},
{
"ClaimType": "sample string 1",
"Count": 2,
"Total": 3.0,
"Link": "sample string 4",
"Image": ".\\icons\\store.png"
}
]
text/html
[{"ClaimType":"sample string 1","Count":2,"Total":3.0,"Link":"sample string 4","Image":".\\icons\\store.png"},{"ClaimType":"sample string 1","Count":2,"Total":3.0,"Link":"sample string 4","Image":".\\icons\\store.png"},{"ClaimType":"sample string 1","Count":2,"Total":3.0,"Link":"sample string 4","Image":".\\icons\\store.png"}]
application/xml, text/xml
<ArrayOfTimesheetApprovals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Dashboard">
<TimesheetApprovals>
<ClaimType>sample string 1</ClaimType>
<Count>2</Count>
<Link>sample string 4</Link>
<Total>3</Total>
</TimesheetApprovals>
<TimesheetApprovals>
<ClaimType>sample string 1</ClaimType>
<Count>2</Count>
<Link>sample string 4</Link>
<Total>3</Total>
</TimesheetApprovals>
<TimesheetApprovals>
<ClaimType>sample string 1</ClaimType>
<Count>2</Count>
<Link>sample string 4</Link>
<Total>3</Total>
</TimesheetApprovals>
</ArrayOfTimesheetApprovals>