Skip to content
  • Auto
  • Light
  • Dark
Get Started

Attributes

Attributes

Attributes

Create Attribute Value
post/api/v1/attributes
Get Attribute Value
get/api/v1/attributes/{id}
Delete Attribute Value
delete/api/v1/attribute/{id}
Attribute Value
AttributeValueobject

AttributeValue is the value of an attribute of a defined type.

ShowShow
idstring
optional

The ID of the AttributeValue.

attributeTypeIdstring
optional

The ID of the AttributeType that this AttributeValue belongs to.

createdAtstring
optional
formatdate-time
deletedAtstring
optional
formatdate-time
updatedAtstring
optional
formatdate-time
valuestring
optional

The value of the AttributeValue. This is the string that will be displayed to the user.

AttributesCompliance Frameworks

Create Compliance Framework Attribute Value
post/api/v1/attributes/compliance_frameworks
Get Compliance Framework Attribute Value
get/api/v1/attributes/compliance_frameworks/{id}
Delete Compliance Framework Attribute Value
delete/api/v1/attributes/compliance_frameworks/{id}

AttributesRisk Levels

Create Risk Level Attribute Value
post/api/v1/attributes/risk_levels
Get Risk Level Attribute Value
get/api/v1/attributes/risk_levels/{id}
Delete Risk Level Attribute Value
delete/api/v1/attributes/risk_levels/{id}

AttributesTypes

List Attribute Types
get/api/v1/attributes/types
List Attribute Values
get/api/v1/attributes/types/{attribute_type_id}/values