Get framework sections

Returns a list of framework sub-section summaries based on the parent parameter.
In the case of no parent, or multiple parents, return the 'root' sections.
There is no pagination for this endpoint. The maximum amount of sections is 1000.

Request Object

Regular pagination request filters. The pagination attributes will be ignored.
All the filters for /posture/controls are available here as well.

Example filters

Get the subsection of section "4" in CIS framework:

POST /posture/controls/sections?parent=4

{
  "innerFilters": [
    {
      "frameworkName": "CIS"
    }
  ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!