Port Insight allows you to monitor port congestion and track ship entry/exit information for any desired port. If you are subscribed to this service, you can easily access the Port Insight dashboard via an embedded link or direct integration within your system.
Example
Request URL
// Booking No.를 통한 조회
https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}
// Additional Option
// Left Navigation state parameter
drawer=true : 표시 (기본값)
drawer=false : 숨기기
// Direct Navigation parameter
selectedPage=Dashboard : Dashboard (기본값)
selectedPage=Predicted : Ships predicted to arrive
selectedPage=Waiting : Waiting ships
selectedPage=Working : Working ships
selectedPage=Departed : Ships predicted to arrive
selectedPage=POI : Point of interest
// Ex)
https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}&drawer=false&selectedPage=Dashboard
JSON
복사
To embed the Port Insight screen into your system, please refer below:
<iframe src="https://svmp.seavantage.com/#/port/insight?authToken={your-auth-Token}&portId={port-id}" style="border:1px #000000 solid;" name="cargoTracking" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="780px" width="1200px" allowfullscreen></iframe>
HTML
복사