v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBSightings
Get sightings by event ID
get/sightings/index/{eventId}
Path parameters
Example:12345
UUID or numeric ID of the event
Response
Get sightings response
Example response
[
{
"id": "12345",
"attribute_id": "12345",
"event_id": "12345",
"org_id": "12345",
"date_sighting": "1617875568",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"attribute_uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"Organisation": {
"id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"name": "ORGNAME"
}
}
]