Retrieve
Get Attribute Value
get/api/v1/attributes/{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/$ID \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"value": {
"id": "id",
"attributeTypeId": "attributeTypeId",
"value": "value"
}
}