Mustering REST Endpoints

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