POST api/admin/dashboard/v1/burn-down-rate
Request Information
URI Parameters
None.
Body Parameters
BDRFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
None. |
|
| week | integer |
None. |
|
| burndown_threshold | decimal number |
None. |
|
| page | integer |
None. |
|
| load | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"year": 1,
"week": 2,
"burndown_threshold": 3.0,
"page": 4,
"load": 5
}
application/xml, text/xml
Sample:
<BDRFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Controllers"> <burndown_threshold>3</burndown_threshold> <load>5</load> <page>4</page> <week>2</week> <year>1</year> </BDRFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.