POST api/Dashboard/GetSpentTaskTime
Request Information
URI Parameters
None.
Body Parameters
TimeSpenBO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"StartDate": "2025-12-16T10:49:37.6885712+01:00",
"EndDate": "2025-12-16T10:49:37.6885712+01:00"
}
application/xml, text/xml
Sample:
<TimeSpenBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DemoEFBO.Dashboard"> <EndDate>2025-12-16T10:49:37.6885712+01:00</EndDate> <ProjectId>1</ProjectId> <StartDate>2025-12-16T10:49:37.6885712+01:00</StartDate> </TimeSpenBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |