This endpoint allows to get equipments list
If you want to update Equipments value using POST method you need to fill information for guid field or systemId field in request body.
1// OK 2{3"next_page":"",4"items":[5{6"id":0,7"version":0,8"title":"",9"guid":"",10"created":"",11"updated":"",12"deleted":false,13"systemId":"",14"workspace":"",15"equipmentModel":"",16"serialNumber":"",17"installDate":"",18"warrantyExpirationDate":"",19"nextMaintenanceDate":"",20"note":"",21"paidBy":"",22"location":""23}24]25}