GET api/projects/{projectId}/timeline?startDate={startDate}&endDate={endDate}

Get the timeline info about a specific project

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

The Project Id

integer

Required

startDate

The starting date of the desired timeframe

date

None.

endDate

The end date of the desired timeframe

date

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.