Retrieve the active muster station count
get
/spms/v2/ships/{shipId}/safety/{safetyMode}/analytics/musterStations/{musterStationId}/count
This is to retrieve the active muster station count
Request
Supported Media Types
- application/json
Path Parameters
-
musterStationId(required): number
Muster station Id
-
safetyMode(required): string
Values: * `EMERCY` - Emergency Passenger Drill * `GENASS` - General AssemblyAllowed Values:
[ "EMERCY", "GENASS" ]
-
shipId(required): number
ship Id
Query Parameters
-
embarkationDate: string
To compute the analytic for people who is embarked and attended the drill session on this date. Only applicable for EMERCY.
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Mustering muster station registration list
Type:
object
Title:
Mustering muster station registration list
The mustering registration muster station list is retrieved successfully
Show Source
-
musterStationCode:
string
Muster Station CodeExample:
ECR001
-
musterStationId:
integer
Muster Station IdExample:
123456789
-
musterStationName:
string
Muster station nameExample:
Engine Control Room 1
-
musterStationTypeName:
string
Allowed Values:
[ "Muster Station", "Emergency Station", "Emergency And Muster Station" ]
Muster station type nameExample:Muster Station
-
pending:
object PendingMusterStationCountResponse
Total count of people not yet register at this muster station
-
registered:
object RegisteredMusterStationCountResponse
Total count of people registered at this muster station
-
total:
object totalMusterStationCountResponse
Grand total (Sum of registered person count and pending registration person count)
-
totalDesignated:
integer
Total count of people designated at this muster stationExample:
300
Nested Schema : PendingMusterStationCountResponse
Type:
object
Total count of people not yet register at this muster station
Show Source
-
adult:
integer
Total adult countExample:
170
-
all:
integer
Sum of guest, resident, visitor and crew.Example:
200
-
crew:
integer
Total crew countExample:
30
-
guest:
integer
Total guest countExample:
150
-
minor:
integer
Total minor countExample:
30
-
resident:
integer
Total resident countExample:
15
-
specialNeeds:
integer
Total special needs countExample:
5
-
visitor:
integer
Total visitor countExample:
5
Nested Schema : RegisteredMusterStationCountResponse
Type:
object
Total count of people registered at this muster station
Show Source
-
adult:
integer
Total adult countExample:
170
-
all:
integer
Sum of guest, resident, visitor and crew.Example:
200
-
crew:
integer
Total crew countExample:
30
-
guest:
integer
Total guest countExample:
150
-
minor:
integer
Total minor countExample:
30
-
resident:
integer
Total resident countExample:
15
-
specialNeeds:
integer
Total special needs countExample:
5
-
visitor:
integer
Total visitor countExample:
5
Nested Schema : totalMusterStationCountResponse
Type:
object
Grand total (Sum of registered person count and pending registration person count)
Show Source
-
adult:
integer
Total adult countExample:
340
-
all:
integer
Sum of guest, resident, visitor and crew.Example:
400
-
crew:
integer
Total crew countExample:
60
-
guest:
integer
Total guest countExample:
300
-
minor:
integer
Total minor countExample:
60
-
resident:
integer
Total resident countExample:
30
-
specialNeeds:
integer
Total special needs countExample:
10
-
visitor:
integer
Total visitor countExample:
10
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title":"Bad Request",
"detail":"Safety mode ABC is invalid."
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
"title":"Unauthorized",
"detail":"Valid token is required to access this resource"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4",
"title":"Forbidden",
"detail":"Access to this resource is forbidden"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
404 Response
Not Found
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"title":"Not Found",
"detail":"This resource path does not exist"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6",
"title":"Method Not Supported",
"detail":"HTTP method not supported for this resource"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7",
"title":"Not Acceptable",
"detail":"Request a Mime type that is supported for this Resource"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
410 Response
Gone
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11",
"title":"Gone",
"detail":"Requested Resource no longer exists"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"title":"Unsupported Media Type",
"detail":"Content type not supported"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title":"Internal Server Error",
"detail":"Issue fulfilling request. Please retry or contact support"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
501 Response
Not Implemented
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2",
"title":"Not implemented",
"detail":"Resource is not implemented in this version of the API"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Users Error Response
Title:
Users Error Response
Users error response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4",
"title":"Service Unavailable",
"detail":"Service Unavailable. Try again later"
}
Nested Schema : Users Error Response
Type:
object
Title:
Users Error Response
Users error response returned when encountered error
Show Source