Orientations REST Endpoints
Power Data/Orientations
The operations from the Power Data/Orientations category.
- Create an Orientation
- Method: postPath:
/orientations
- Delete an Orientation
- Method: deletePath:
/orientations/{orientationGid}
- Get an Orientation
- Method: getPath:
/orientations/{orientationGid}
- Get Orientations
- Method: getPath:
/orientations
- Update an Orientation
- Method: patchPath:
/orientations/{orientationGid}