Assessment

Get Supported Assessment Frameworks

Returns a list of all frameworks available in the tenant that can be added to assessments

get/api/v2/companies/assessments/frameworks

Response

List of supported assessment frameworks

FrameworkNamestring required

Framework name. Unique for every framework type.

FrameworkFullNamestring required

Framework full name.

FrameworkType'Global' | 'Industry' | 'Enterprise' required

Framework standard type.

Example response

[
  {
    "FrameworkName": "SOC2",
    "FrameworkFullName": "Service Organization Control 2",
    "FrameworkType": "Global"
  }
]

Changes

No recorded changes to this endpoint across all 3 revisions of this API.