POST api/Dashboard/GetSpentTaskTime

Request Information

URI Parameters

None.

Body Parameters

TimeSpenBO
NameDescriptionTypeAdditional information
ProjectId

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectId": 1,
  "StartDate": "2024-10-07T15:40:00.7705326+02:00",
  "EndDate": "2024-10-07T15:40:00.7705326+02: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>2024-10-07T15:40:00.7705326+02:00</EndDate>
  <ProjectId>1</ProjectId>
  <StartDate>2024-10-07T15:40:00.7705326+02:00</StartDate>
</TimeSpenBO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.