v1

latestOpenAPI 3.0.32026-07-17291237.2 KB
Occurrences

Create new occurrence

Create a new occurrence (requires authentication)

post/api/v3/occurrences

Request body

submissionIdstring uuid required

UUID linking to uploaded files via ResumableUpload

assetFilenamesstring[]

List of filenames from the upload session

Example request

{
  "assetFilenames": [
    "image1.jpg",
    "image2.png"
  ]
}

Response

Occurrence created successfully

successboolean
statusCodeinteger
idstring uuid

UUID of the created object

class'encounters' | 'individuals' | 'occurrences' | 'annotations'
locationIdstring

For encounters only

submissionDatestring date-time

For encounters only

errorsobject[]
debugstring