get https://clearpass-hostname/api/attribute
Get a list of attributes.
Responses
Get a list of attributes.
xxxxxxxxxx
curl --request GET \
--url 'https://clearpass-hostname/api/attribute?filter=%7B%7D&sort=%2Bid&offset=0&limit=25&calculate_count=false' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'accept: application/json'