GET api/Utilization/AvailableUtilizationProfiles?serialNumber={serialNumber}
Get a list of available utilization profiles for a unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialNumber |
Unit serial number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Get a list of available utilization profiles for a unit
Collection of 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, application/xml, text/xml
Sample:
Sample not available.