This endpoint allows to get Equipment actions list
If you want to update Equipment actions 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"guid":"",9"created":"",10"updated":"",11"deleted":false,12"equipment":"",13"task":"",14"note":"",15"action":"",16"user":""17}18]19}