UnitAttribute
Get unit attribute list
Get unit attribute list<br>You must have at least one of these scopes: 'unitattributes.read, setup.read, setup.manage'.
get/inventory/v1/unit-attributes
Query parameters
pageNumberinteger
Page number to retrieve. Default: 1. If the page has no items, the API returns 204 No Content.
pageSizeinteger
Items per page. Default: 500. Maximum: 500.
Response
Returns unit attribute list for given account
Example response
{
"unitAttributes": [
{
"id": "KQOSXHLS",
"name": "Floor 1",
"description": "Floor number"
},
{
"id": "ADVFSSUL",
"name": "Street view",
"description": "View from the room"
}
],
"count": 2
}Changes
No recorded changes to this endpoint across all 1 revision of this API.