v1

latestSwagger 2.02026-08-0484141342.3 KB
Summary

# Summary Overall

This endpoint is used to get the overall summary of the account.

post/v1/summary/overall

Request body

periodTypestring

period type

simulationIdsinteger[]

simulation ids

Example request

{
  "periodType": "WEEK | MONTH | QUARTER",
  "simulationIds": [
    1,
    2,
    3
  ]
}

Response

SummaryResponse