POST api/operations/getEstimatedSystemLoadByRange

Request Information

URI Parameters

None.

Body Parameters

LoadGraphQueryModel
NameDescriptionTypeAdditional information
startDate

date

None.

endDate

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "startDate": "2025-08-29T18:03:58.5824508-04:00",
  "endDate": "2025-08-29T18:03:58.5824508-04:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoadGraphQueryModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.