Mustering REST Endpoints
Mustering
- Create an attendance
- Method: postPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/registrations - Delete a list of attendances based on lifeboat
- Method: deletePath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/lifeBoat/{lifeBoatId} - Delete a list of attendances based on muster station
- Method: deletePath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/musterStations/{musterStationId} - Delete a list of attendances based on safety mode
- Method: deletePath:
/spms/v2/ships/{shipId}/safety/{safetyMode} - Delete an attendance
- Method: deletePath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/registrations/{registrationId} - Retrieve a list of active mustering access rights for each active user group
- Method: getPath:
/spms/v2/ships/{shipId}/safety/userGroups/accessRoleTasks - Retrieve a list of active mustering user details
- Method: getPath:
/spms/v2/ships/{shipId}/safety/users - Retrieve all the active lifeboats count per safety mode
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/lifeBoats/count - Retrieve all the active muster station count per safety mode
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/musterStations/count - Retrieve attendances list
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/registrations - Retrieve the active lifeboat count
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/lifeBoats/{lifeBoatId}/count - Retrieve the active muster station count
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/musterStations/{musterStationId}/count - Retrieve the active ship vertical zone count
- Method: getPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/shipVerticalZones/count - Retrieve the safety settings
- Method: getPath:
/spms/v2/ships/{shipId}/configurations/safety/general - Sync a register attendance record
- Method: postPath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/registrations/synchronization - Sync an unregister attendance record
- Method: deletePath:
/spms/v2/ships/{shipId}/safety/{safetyMode}/registrations/{registrationId}/synchronization - Update the safety settings
- Method: putPath:
/spms/v2/ships/{shipId}/configurations/safety/general