v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Sightings

Get sightings by event ID

get/sightings/index/{eventId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event

Response

Get sightings response

idstring
attribute_idstring
event_idstring
org_idstring
date_sightingstring
uuidstring uuid
sourcestring
typestring
attribute_uuidstring uuid

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"
    }
  }
]