- Subcategories:
- Associated Resources
Equipment REST Endpoints
Resource/Equipment
Create, get, update and delete equipment.
- Create an Equipment Entity
- Method: postPath:
/equipment
- Delete an Equipment Entity
- Method: deletePath:
/equipment/{id}
- Get an Equipment Entity by ID
- Method: getPath:
/equipment/{id}
- Get Equipment
- Method: getPath:
/equipment
- Update a Equipment
- Method: patchPath:
/equipment/{id}