Retrieve configured Operational Position code records
get
/spms/v2/ships/{shipId}/configurations/crewOperationalPositions
This is to retrieve the configured operational position code listing
Request
Supported Media Types
- application/json
Path Parameters
-
shipId(required): number
Ship Id
Query Parameters
-
code: string
Operational position code
-
description: string
Operational position code description
-
isActive: boolean
This is to indicate switch to active / In-active Operational position code * `true` - active Operational position code * `false` - Inactive Operational position code
-
limit: integer(int32)
Minimum Value:
1
Paging limit -
offset: integer(int32)
Minimum Value:
0
Paging offset -
operationalDivisions: string
Operational position code division
-
orderBy: string
order by isActive, code, description, operationDivisions with format column1:asc/desc,column2:asc/desc column3:asc/desc column4:asc/desc
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Operational Position Code Success Oracle Responses list
Type:
object
Title:
Operational Position Code Success Oracle Responses list
The wrapper object when returning successful values in Oracle standard
Show Source
-
count:
number
The total number of items in the list.Example:
3
-
hasMore:
boolean
Flag which indicates whether or not there are more items.Example:
true
-
items:
array items
-
limit:
number
Paging limitExample:
5
-
offset:
number
Paging offsetExample:
10
Nested Schema : items
Type:
Show Source
array
-
Array of:
object configurationOperationalPositionCode
configurationOperationalPositionCode
Nested Schema : configurationOperationalPositionCode
Type:
object
configurationOperationalPositionCode
Show Source
-
allowanceType:
object allowanceType
allowance Type
-
apisReferences:
object apisReferences
apis References
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
Operational Position CodeExample:D11111
-
comment:
string
Minimum Length:
1
Maximum Length:2000
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
Operational Position Code comment * `null` if emptyExample:Operational Position Code Comment
-
commonAreaAccess:
object commonAreaAccess
common Area Access
-
description:
string
Minimum Length:
1
Maximum Length:50
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
Operational Position Code DescriptionExample:Operational Position Code Desc
-
Id:
number
Minimum Value:
1
Pattern:^[0-9]*$
Operational Position Code IdExample:12345678
-
isActive:
boolean
This is to indicate switch to Active / InActive Operational Position Code (default value: true) * `true` - Active Operational Position Code * `false` - InActive Operational Position CodeExample:
true
-
positionDetails:
object positionDetails
position Details
-
subLocationClockInOut:
string
Maximum Length:
50
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
sub Location ClockInOutExample:Operational Position Code 1
Nested Schema : allowanceType
Type:
object
allowance Type
Show Source
-
amount:
number
Pattern:
^[0-9]*$
amountExample:12345678
-
periodicals:
string
Maximum Length:
1
periodicals (daily, weekly, bi-weekly or monthly)Example:M
Nested Schema : apisReferences
Type:
object
apis References
Show Source
-
crewDutyCaricom:
string
Maximum Length:
50
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
crew Duty CaricomExample:S
-
crewDutyOtherApis:
string
Maximum Length:
50
crew Duty Other ApisExample:Single
Nested Schema : commonAreaAccess
Type:
object
common Area Access
Show Source
-
code:
string
Pattern:
^[ A-Za-z0-9,'_@./#&+-]*$
common Area Access CodeExample:S
-
description:
string
common Area Access DescriptionExample:
Single
Nested Schema : positionDetails
Type:
object
position Details
Show Source
-
discTemplate:
object discTemplate
Disc Template
-
externalID:
string
Minimum Length:
1
Maximum Length:15
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
external IDExample:DS12323H
-
headCount:
number
Pattern:
^[0-9]*$
headCountExample:12345678
-
operationDivisions:
object operationDivisions
Operation Divisions
-
positionCodeCMS:
string
Minimum Length:
1
Maximum Length:50
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
position Code CMS * `null` if emptyExample:Operational Position Code CMS
-
positionRank:
object positionRank
Position Rank
-
privileges:
string
Minimum Length:
1
Maximum Length:50
privilegesExample:English
-
standardCabin:
string
Minimum Length:
1
Maximum Length:20
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$
standard CabinExample:standard Cabin
-
validDateFrom:
string(date)
Valid Date FromExample:
01-01-23
-
validDateTo:
string(ISO 8601)
valid Date ToExample:
2009-10-31
Nested Schema : discTemplate
Type:
object
Disc Template
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Disc Template CodeExample:S12345
-
description:
string
Disc Template DescriptionExample:
Single
Nested Schema : operationDivisions
Type:
object
Operation Divisions
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Operation Divisions CodeExample:S12345
-
description:
string
Operation Divisions DescriptionExample:
Single
Nested Schema : positionRank
Type:
object
Position Rank
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Position Rank CodeExample:S
-
description:
string
Position Rank DescriptionExample:
Single
204 Response
No Content
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4",
"title":"Forbidden",
"detail":"You are forbidden to use this API"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
404 Response
Not found
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 Id was not found"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
406 Response
Not acceptable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
410 Response
Gone
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11",
"title":"Gone",
"detail":"Requested Resource no longer exists"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"title":"Invalid content",
"detail":"Content type not supported"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
501 Response
Not Implemented
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://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 : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
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 not available"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source