This endpoint allows to get Equipment models list
If you want to update Equipment models 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}15]16}