Get properties of a unit
GET/nevisidm/api/core/v1/:clientExtId/units/:extId/properties
Since: 2.79.0
Required permission(s): AccessControl.UnitView,AccessControl.PropertyView,AccessControl.PropertyValueView,AccessControl.PropertyAllowedValueView
Returns all property values assigned to the unit with the given external ID.
The response is a map of property name to property value pairs.
Request
Responses
- 200
- 403
- 404
Unit properties retrieved successfully
Insufficient permissions
Referenced resource not found