GET api/Utilization/CurrentUtilizationProfile?serialNumber={serialNumber}
Get the current utilization profile of the specified unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialNumber |
Unit serial number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Get the current utilization profile of the specified unit
UtilizationProfileModelName | Description | Type | Additional information |
---|---|---|---|
Id |
unique id of this profile |
integer32 |
None. |
Name |
the name of the profile |
string |
None. |
VisibleChildren |
indicates if the profile is visible to units in usergroups further down the group hierarchy |
boolean |
None. |
Categories |
Categories for this profile |
Collection of UtilizationProfileCategoryModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.