Users API
Find user attribute
Finds attributes.
GET/rest/msm/attributes/{id}
Query parameters | none |
Header | auth-token: value of the authentication token. |
Header/Parameter | tenant |
Body | none |
Returns | AttributeModel
|
Required role | MWP_ADMIN |
Managed errors |
|
Example request
curl 'http://localhost:8080/mwp/rest/msm/attributes/2' -H 'auth-token:5b03184a-6aba-46c0-8728-4ac7ecb998a9._hzInstance_1_dev' -H 'tenant:default'
Example response
{ "id": 2, "name": "AT1", "description": "AT2", "unique": false, "mandatory": false }