Get Single Vessel Schedule Subscription

If you know the subscription id, you can search for the details of a single subscription:

Endpoint

GET https://api.portconnect.io/v1/subscriptions-vessel-schedule/{subscriptionId}

Path Parameters

Name

Type

Description

Name

Type

Description

subscriptionId

int

Identifier for the subscription

Response Body

Name

Type

Description

Name

Type

Description

SubscriptionVesselScheduleV1

SubscriptionVesselScheduleV1

Single vessel schedule event subscription

Example Request

Get a single vessel schedule event subscription.

GET https://api.portconnect.io/v1/subscriptions-vessel-schedule/88

Example Response

{ "subscriptionId": 88, "vessels": [], "wharfType": "Terminal", "eventTypeCodes": [ "VesselETAChanged", "VesselETDChanged" ], "webhookURI": "https://eokb5tjazk16r9b.m.pipedream.net", "webhookToken": "yoursecret", "emailAddressList": [ "" ], "portCode": "NZTRG" }

© PortConnect 2023