The unique identifier of the observation.
A promise that resolves to the observation object.
Creates a new observation.
The core data for the new observation.
Optional parameters, including media files to upload synchronously.
A promise that resolves to the newly created observation object.
Updates an existing observation.
The unique identifier of the observation to update.
The data to update on the observation.
Optional parameters, including media files to upload synchronously.
A promise that resolves to the updated observation object.
Search/list observations with filtering options. Note: General observation listing may not be available. Use more specific methods like getBySpecies, getByLocation, etc.
Search and filtering parameters.
A promise that resolves to a paginated list of observations.
Retrieves observations for a specific species.
The unique identifier of the species.
Optional filtering parameters.
A promise that resolves to a paginated list of observations.
Retrieves related species observations for a specific species. Requires authentication.
The unique identifier of the species.
Optional filtering parameters.
A promise that resolves to a paginated list of observations.
Retrieves observations for a specific user. If no userId is provided, returns observations for the authenticated user. Requires authentication.
Optional
userId: numberThe unique identifier of the user (optional for current user).
Optional filtering parameters.
A promise that resolves to a paginated list of observations.
Retrieves observations for a specific location.
The unique identifier of the location.
Optional filtering parameters.
A promise that resolves to a paginated list of observations.
Retrieves observations around a specific geographic point.
Point coordinates and search parameters.
A promise that resolves to a paginated list of observations.
Retrieves observations that were deleted after a specific timestamp. Requires authentication.
ISO timestamp to get deletions after this point.
A promise that resolves to a list of deleted observation IDs.
Retrieves a single observation by its ID.