The Ankeri team is pleased to announce a new release of the Ankeri Platform, accessible at https://platform.ankeri.net from the evening of 24 February 2022.
Fleet management
Last and next Class Renewal and Inwater Survey dates for own ships can now only be edited in Fleet management and not directly in Ship profiles specification. Corresponding dates in ship profiles are from now on taken from Fleet management.
Filter for own ships has been added to Ship profiles: overview and filtering and Dry docking report.
Ships listed in Fleet management are now marked as own ships on Ship profiles.
Chartering
Filter for charter ships has been added to Ship profiles: overview and filtering and Dry docking report.
Ships with ongoing contracts in Chartering are now marked as charter ships on Ship profiles.
Total number of competitive and exclusive contracts shown in Chartering Dashboard.
Clear filter button added to Post-fixture.
Ankeri API
The following additions have been made to the Ankeri API.
New endpoint
/login/refresh
New endpoint for a refresh token mechanism has been added to the Login section. The refresh token expires in 90 days.
As a result of this, we will reduce the lifetime of the access token from 24 hours to 15 minutes (will be changed in the next release of Ankeri, scheduled for April 2022).
Updated endpoints
Output from Login endpoint has two new fields: aware and refreshToken
/login
{
"token": "string",
"exp": "string",
"dch": true,
"aware": true,
"refreshToken": "string",
"dchCompanyId": "string"
}
Outputs from the following properties endpoints have one new field: master_id
/properties
/ships/{shipImoNr}/properties
/ships/{shipImoNr}/property/{propertyId})
{ "lastUpdated": "2022-02-23T14:54:15.876Z", "title": "string", "value": "string", "isVerified": "string", "lastUpdatedBy": "string", "categoryId": "string", "valueType": "string", "id": 0, "unit": "string", "masterId": "string" }