Get realm attribute by key
GET/:realm/attributes/:attributeKey
Get realm attribute by key
Request
Path Parameters
realm stringrequired
realm name (not id!)
attributeKey stringrequired
attribute key
Responses
- 200
- 404
success
- application/json
- Schema
- Example (from schema)
Schema
name string
value string
realm string
{
"name": "string",
"value": "string",
"realm": "string"
}
Realm attribute doesn't exist