curl --location --request GET 'https://api.stateset.com/v1/attribute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"type": "System Attribute",
"name": "Confidence",
"description": "This is the confidence attribute",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}
This endpoint gets an attribute
curl --location --request GET 'https://api.stateset.com/v1/attribute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"type": "System Attribute",
"name": "Confidence",
"description": "This is the confidence attribute",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}
curl --location --request GET 'https://api.stateset.com/v1/attribute' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"type": "System Attribute",
"name": "Confidence",
"description": "This is the confidence attribute",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}