Emission+ Logo
APIVessel

Number of Validation Issues

Get the number of validation issues (eg. warnings, errors) for a vessel

GET
/api/external/v3/organization/{organization}/vessel/{imo}/validationIssuesCount
X-API-KEY<token>

In: header

Get the number of validation issues (eg. warnings, errors) for a vessel

Path Parameters

organization*string

Organization tag to filter by

imo*|

IMO of the vessel

Query Parameters

year*|

Year to filter by

category?string

Validations are grouped into categories depending on their relevance for certain applications. Omitting this filter returns all validation issues, while providing a category returns only those validation issues.

Value in"blocking"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://pr279.staging.emission.plus/api/external/v3/organization/TESTORG/vessel/1234567/validationIssuesCount?year=2023"
{  "warnings": 0,  "errors": 0}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}