APIVessel
Number of Validation Issues
Get the number of validation issues (eg. warnings, errors) for a vessel
Authorization
apiKey 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"}