POST api/SecurityIncidents
Returns any records matching the search criteria provided.
Request Information
URI Parameters
None.
Body Parameters
SecurityIncidentsPostParametersName | Description | Type | Additional information |
---|---|---|---|
DateStartYYYYMMDD |
The start DateTime for the period in which to search. UTC. YYYYMMDD. |
string |
Required |
DateEndYYYYMMDD |
The end DateTime for the period in which to search. UTC. YYYYMMDD. |
string |
Required |
Request Formats
application/json, text/json
{ "DateStartYYYYMMDD": "sample string 1", "DateEndYYYYMMDD": "sample string 2" }
application/xml, text/xml
<SecurityIncidentsPostParameters xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DateStartYYYYMMDD>sample string 1</DateStartYYYYMMDD> <DateEndYYYYMMDD>sample string 2</DateEndYYYYMMDD> </SecurityIncidentsPostParameters>
Response Information
Resource Description
Collection of SecurityIncidentName | Description | Type | Additional information |
---|---|---|---|
StatusApproached |
An approach ONLY or attempt to approach was made (that is, no subsequent successful boarding took place, the vessel was not fired upon... etc.). |
boolean |
None. |
StatusBoarded |
One or more person(s) successfully boarded the victim vessel without authorisation. |
boolean |
None. |
StatusFiredUpon |
Vessel was fired upon by hostiles from another craft / from shore. |
boolean |
None. |
StatusHijacked |
The vessel was illegally seized and diverted by the attacker(s). |
boolean |
None. |
StatusKidnapped |
At least one crew / passenger was forcibly removed from the vessel and taken to another location accompanied by at least one attacker. |
boolean |
None. |
StatusRobbed |
Property was removed from the vessel without authorisation. |
boolean |
None. |
StatusSuspicious |
A PAG was sighted, a possible PAG was sighted or other suspicious behaviour was observed but NO approach was made or attempted. |
boolean |
None. |
StatusUnknown |
Information about the attack is unclear to the point that no other status option can be selected with any confidence. |
boolean |
None. |
WeaponBlade |
Bladed weapon(s) were observed or used |
boolean |
None. |
WeaponGuns |
Gun(s) were observed or used |
boolean |
None. |
WeaponNo |
Information categorically states that the attacker(s) was unarmed |
boolean |
None. |
WeaponRPG |
RPG(s) were observed or used |
boolean |
None. |
WeaponUnknown |
Information about the incident cannot be used to determine whether the attacker(s) were armed |
boolean |
None. |
WeaponUnknownArmed |
Information about the incident implied that weapons were observed, but no other weapon option can be selected with any confidence. |
boolean |
None. |
Local_DateTime |
The local date and time of the incident |
date |
None. |
Utc_DateTime |
The UTC date and time of the incident |
date |
None. |
Latitude |
The latitude of the incident (decimal) |
decimal number |
None. |
Longitude |
The longitude of the incident (decimal) |
decimal number |
None. |
VictimVesselBeam |
The beam of the victim vessel |
decimal number |
None. |
VictimVesselLengthOverall |
The overall length of the victim vessel |
decimal number |
None. |
VictimVesselGrossTonnage |
The gross tonnage of the victim vessel |
integer |
None. |
AttackerCount |
The number of attackers observed |
integer |
None. |
ExternalRef |
The source's reference for the incident |
string |
None. |
Narration |
The narration for the incident |
string |
None. |
Location |
The sea / ocean in which the incident look place |
string |
None. |
PirateVesselDescription |
A description of the vessel(s) used by the attacker(s) |
string |
None. |
Source |
The source of the incident data |
string |
None. |
TimeOfDay |
The local time of day of the incident |
string |
None. |
VictimVesselCallSign |
The call sign of the victim vessel |
string |
None. |
VictimVesselFlag |
The flag of the victime vessel |
string |
None. |
VictimVesselImo |
The IMO number of the victim vessel |
string |
None. |
VictimVesselMmsi |
The MMSI number of the victom vessel |
string |
None. |
VictimVesselName |
The name of the victim vessel |
string |
None. |
VictimVesselStatus |
The status of the victim vessel at the time of the incident |
string |
None. |
VictimVesselType |
The AIS type of the victim vessel |
string |
None. |
WeaponOther |
Any weapon(s) that were observed during the incident that do not fit into any other category |
string |
None. |
Response Formats
application/json, text/json
[ { "StatusApproached": true, "StatusBoarded": true, "StatusFiredUpon": true, "StatusHijacked": true, "StatusKidnapped": true, "StatusRobbed": true, "StatusSuspicious": true, "StatusUnknown": true, "WeaponBlade": true, "WeaponGuns": true, "WeaponNo": true, "WeaponRPG": true, "WeaponUnknown": true, "WeaponUnknownArmed": true, "Local_DateTime": "2021-04-23T07:41:34.873002+00:00", "Utc_DateTime": "2021-04-23T07:41:34.873002+00:00", "Latitude": 1.0, "Longitude": 1.0, "VictimVesselBeam": 1.0, "VictimVesselLengthOverall": 1.0, "VictimVesselGrossTonnage": 1, "AttackerCount": 1, "ExternalRef": "sample string 1", "Narration": "sample string 2", "Location": "sample string 3", "PirateVesselDescription": "sample string 4", "Source": "sample string 5", "TimeOfDay": "sample string 6", "VictimVesselCallSign": "sample string 7", "VictimVesselFlag": "sample string 8", "VictimVesselImo": "sample string 9", "VictimVesselMmsi": "sample string 10", "VictimVesselName": "sample string 11", "VictimVesselStatus": "sample string 12", "VictimVesselType": "sample string 13", "WeaponOther": "sample string 14" }, { "StatusApproached": true, "StatusBoarded": true, "StatusFiredUpon": true, "StatusHijacked": true, "StatusKidnapped": true, "StatusRobbed": true, "StatusSuspicious": true, "StatusUnknown": true, "WeaponBlade": true, "WeaponGuns": true, "WeaponNo": true, "WeaponRPG": true, "WeaponUnknown": true, "WeaponUnknownArmed": true, "Local_DateTime": "2021-04-23T07:41:34.873002+00:00", "Utc_DateTime": "2021-04-23T07:41:34.873002+00:00", "Latitude": 1.0, "Longitude": 1.0, "VictimVesselBeam": 1.0, "VictimVesselLengthOverall": 1.0, "VictimVesselGrossTonnage": 1, "AttackerCount": 1, "ExternalRef": "sample string 1", "Narration": "sample string 2", "Location": "sample string 3", "PirateVesselDescription": "sample string 4", "Source": "sample string 5", "TimeOfDay": "sample string 6", "VictimVesselCallSign": "sample string 7", "VictimVesselFlag": "sample string 8", "VictimVesselImo": "sample string 9", "VictimVesselMmsi": "sample string 10", "VictimVesselName": "sample string 11", "VictimVesselStatus": "sample string 12", "VictimVesselType": "sample string 13", "WeaponOther": "sample string 14" } ]
application/xml, text/xml
<ArrayOfSecurityIncident xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SecurityIncident> <StatusApproached>true</StatusApproached> <StatusBoarded>true</StatusBoarded> <StatusFiredUpon>true</StatusFiredUpon> <StatusHijacked>true</StatusHijacked> <StatusKidnapped>true</StatusKidnapped> <StatusRobbed>true</StatusRobbed> <StatusSuspicious>true</StatusSuspicious> <StatusUnknown>true</StatusUnknown> <WeaponBlade>true</WeaponBlade> <WeaponGuns>true</WeaponGuns> <WeaponNo>true</WeaponNo> <WeaponRPG>true</WeaponRPG> <WeaponUnknown>true</WeaponUnknown> <WeaponUnknownArmed>true</WeaponUnknownArmed> <Local_DateTime>2021-04-23T07:41:34.873002+00:00</Local_DateTime> <Utc_DateTime>2021-04-23T07:41:34.873002+00:00</Utc_DateTime> <Latitude>1</Latitude> <Longitude>1</Longitude> <VictimVesselBeam>1</VictimVesselBeam> <VictimVesselLengthOverall>1</VictimVesselLengthOverall> <VictimVesselGrossTonnage>1</VictimVesselGrossTonnage> <AttackerCount>1</AttackerCount> <ExternalRef>sample string 1</ExternalRef> <Narration>sample string 2</Narration> <Location>sample string 3</Location> <PirateVesselDescription>sample string 4</PirateVesselDescription> <Source>sample string 5</Source> <TimeOfDay>sample string 6</TimeOfDay> <VictimVesselCallSign>sample string 7</VictimVesselCallSign> <VictimVesselFlag>sample string 8</VictimVesselFlag> <VictimVesselImo>sample string 9</VictimVesselImo> <VictimVesselMmsi>sample string 10</VictimVesselMmsi> <VictimVesselName>sample string 11</VictimVesselName> <VictimVesselStatus>sample string 12</VictimVesselStatus> <VictimVesselType>sample string 13</VictimVesselType> <WeaponOther>sample string 14</WeaponOther> </SecurityIncident> <SecurityIncident> <StatusApproached>true</StatusApproached> <StatusBoarded>true</StatusBoarded> <StatusFiredUpon>true</StatusFiredUpon> <StatusHijacked>true</StatusHijacked> <StatusKidnapped>true</StatusKidnapped> <StatusRobbed>true</StatusRobbed> <StatusSuspicious>true</StatusSuspicious> <StatusUnknown>true</StatusUnknown> <WeaponBlade>true</WeaponBlade> <WeaponGuns>true</WeaponGuns> <WeaponNo>true</WeaponNo> <WeaponRPG>true</WeaponRPG> <WeaponUnknown>true</WeaponUnknown> <WeaponUnknownArmed>true</WeaponUnknownArmed> <Local_DateTime>2021-04-23T07:41:34.873002+00:00</Local_DateTime> <Utc_DateTime>2021-04-23T07:41:34.873002+00:00</Utc_DateTime> <Latitude>1</Latitude> <Longitude>1</Longitude> <VictimVesselBeam>1</VictimVesselBeam> <VictimVesselLengthOverall>1</VictimVesselLengthOverall> <VictimVesselGrossTonnage>1</VictimVesselGrossTonnage> <AttackerCount>1</AttackerCount> <ExternalRef>sample string 1</ExternalRef> <Narration>sample string 2</Narration> <Location>sample string 3</Location> <PirateVesselDescription>sample string 4</PirateVesselDescription> <Source>sample string 5</Source> <TimeOfDay>sample string 6</TimeOfDay> <VictimVesselCallSign>sample string 7</VictimVesselCallSign> <VictimVesselFlag>sample string 8</VictimVesselFlag> <VictimVesselImo>sample string 9</VictimVesselImo> <VictimVesselMmsi>sample string 10</VictimVesselMmsi> <VictimVesselName>sample string 11</VictimVesselName> <VictimVesselStatus>sample string 12</VictimVesselStatus> <VictimVesselType>sample string 13</VictimVesselType> <WeaponOther>sample string 14</WeaponOther> </SecurityIncident> </ArrayOfSecurityIncident>