manage:facility permission. Returns every equipment line item of the room, ordered by name. Not paginated — a room holds few items.core.session_token: ********************Authorization: Bearer ********************curl --location '/facility/rooms//equipment'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"roomId": "string",
"name": "string",
"totalQuantity": 0,
"serviceableQuantity": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}