v1

latestSwagger 2.02026-07-17172265595.1 KB
compliance

Get control trend

get/compliance/api/v1/controls/{controlId}/trend

Path parameters

controlIdstring required

Control ID

Query parameters

integrationIdstring[]

Connection IDs to filter by

connectionGroupstring[]

Connection groups to filter by

startTimeinteger

timestamp for start of the chart in epoch seconds

endTimeinteger

timestamp for end of the chart in epoch seconds

granularity'daily' | 'monthly'

granularity of the chart

Response

OK

failedConnectionCountinteger
failedResourcesCountinteger
timestampinteger

Time

totalConnectionCountinteger
totalResourcesCountinteger

Example response

[
  {
    "timestamp": 1686346668
  }
]