GET
/
api
/
compliance
/
standard-section
/
sections-with-reports
[
  {
    "id": 123,
    "standardId": 123,
    "standardSectionName": "<string>",
    "standardSectionDescription": "<string>",
    "standard": {
      "id": 123,
      "standardName": "<string>",
      "standardDescription": "<string>",
      "systemOwner": true
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

standardId
integer
required

Response

200 - */*
OK
id
integer
standardId
integer
standardSectionName
string
standardSectionDescription
string
standard
object