NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Retrieve a gate location by ID

get

/spms/v1/configurations/gangwayGateLocations/{id}

This is to retrieve a gate location by ID

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns a gate location associated with the given ID
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : gateLocation
Type: object
Title: gateLocation
Show Source
Example Response (application/json)
{
    "entity":"GWL",
    "name":"3CPORT",
    "code":"Deck 3 Crew Portside",
    "enabledFlag":true
}

401 Response

Unauthorized
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

403 Response

This API is not allowed for your current user role
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Not Found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occured while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top