Skip to content
  • Auto
  • Light
  • Dark
Get Started

Retrieve

Get Compliance Framework Attribute Value
get/api/v1/attributes/compliance_frameworks/{id}

Get an attribute value by id.

Path Parameters
idstring

The id field.

Returns
valueidstringattributeTypeIdstringcreatedAtstringdeletedAtstringupdatedAtstringvaluestringAttributeValue
optional

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

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/attributes/compliance_frameworks/$ID \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "value": {
    "id": "id",
    "attributeTypeId": "attributeTypeId",
    "value": "value"
  }
}