Retrieve configured muster stations
get
/spms/v2/ships/{shipId}/configurations/safety/musterStations
This is to retrieve the configured muster stations
Request
Supported Media Types
- application/json
Path Parameters
-
shipId: number
ship Id
Query Parameters
-
limit: integer(int32)
Minimum Value:
0
Paging limit -
musterStationCode: string
Muster station code
-
musterStationId: number
Muster station Id
-
musterStationName: string
Muster station Name
-
musterStationTypeCode: string
Type of muster station
-
offset: integer(int32)
Minimum Value:
0
Paging offset -
orderBy: string
Minimum Value:
0
order by with format column1:asc/desc,column2:asc/desc,column3:asc/desc. Default ordering with musterStationName:asc
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Muster Station GET Response
Type:
object
Title:
Muster Station GET Response
The wrapper object when returning successful values in Oracle standard
Show Source
-
count(optional):
number
The total number of items in the list.Example:
1
-
hasMore(optional):
boolean
Flag which indicates whether or not there are more items.Example:
false
-
items(optional):
array items
-
limit(optional):
number
Paging limitExample:
5
-
offset(optional):
number
Paging offsetExample:
10
Nested Schema : items
Type:
Show Source
array
-
Array of:
object Muster Station Configuration List
Title:
Muster Station Configuration List
List of Musterstations
Nested Schema : Muster Station Configuration List
Type:
object
Title:
Muster Station Configuration List
List of Musterstations
Show Source
-
drillDate(optional):
string
Pattern:
(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})
Last Drill dateExample:2022-10-10 01:00:00
-
emergencyContactNumber(optional):
string
Emergency Telephone numberExample:
+0123456789
-
instructionNumberCode(optional):
string
Instruction number codeExample:
IPMCC1
-
instructionNumberName(optional):
string
Instruction number nameExample:
IPM Group A
-
lifeBoatTypeCode(optional):
string
Allowed Values:
[ "LB", "LR", "T" ]
Lifeboat type code. (LB - Lifeboat, LR - Life Raft, T - Tender)Example:LB
-
lifeBoatTypeName(optional):
string
Allowed Values:
[ "Life Boat", "Life Raft", "Tender" ]
Lifeboat type nameExample:Lifeboat
-
musterStationCapacity(optional):
integer
Capacity of the muster stationExample:
20
-
musterStationCode(optional):
string
Muster Station CodeExample:
ECR001
-
musterStationId(optional):
integer
Muster Station IdExample:
123456789
-
musterStationName(optional):
string
Muster station nameExample:
Engine Control Room 1
-
musterStationTypeCode(optional):
string
Allowed Values:
[ "MS", "ES", "ESMS" ]
Muster station type code (MS - Muster Station, ES - Emergency Station, ESMS - Emergency And Muster Station)Example:MS
-
musterStationTypeName(optional):
string
Allowed Values:
[ "Muster Station", "Emergency Station", "Emergency And Muster Station" ]
Muster station type nameExample:Muster Station
-
stairWellCode(optional):
string
Stairwell codeExample:
SW1
-
stairWellName(optional):
string
Stairwell nameExample:
Stairwell 1
204 Response
No Content
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title":"Bad Request",
"detail":"The parameter shipId has incorrect format"
}
Nested Schema : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
404 Response
Not Found
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"title":"Not Found",
"detail":"Ship 123 was not found"
}
Nested Schema : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Muster Station Error Response
Title:
Muster Station Error Response
Muster Station 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 : Muster Station Error Response
Type:
object
Title:
Muster Station Error Response
Muster Station Error Response returned when encountered error
Show Source