v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Reporting

Get Reporting Adjustments

get/networks/reportingadjustments

Query parameters

fromstring required

Start date in YYYY-MM-DD format. Uses the network's timezone.

tostring required

End date in YYYY-MM-DD format. Uses the network's timezone.

timezone_idinteger

Timezone ID for the report. Defaults to the network's timezone.

Response

Example response

{
  "adjustments": [
    {
      "time_created": 1734455015,
      "time_saved": 1734455015,
      "relationship": {
        "snapshot": {
          "time_created": 1734455015
        }
      }
    }
  ]
}