Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for JSON properties in observation updates #181

Open
shuetrim opened this issue Oct 15, 2019 · 1 comment
Open

Documentation for JSON properties in observation updates #181

shuetrim opened this issue Oct 15, 2019 · 1 comment

Comments

@shuetrim
Copy link

shuetrim commented Oct 15, 2019

I am trying to use the observation update API.

https://api.inaturalist.org/v1/docs/#!/Observations/put_observations_id

The documentation only includes a limited number of field names in the example JSON body.

Looking at the iNaturalist iOS app source, it looks like I can work with:

  • species_guess - String
  • description - String
  • place_guess - String - name of the place as found by geo-referencing or user specification.
  • latitude - Double
  • longitude - Double
  • positionalAccuracy - Integer - metres
  • taxonId - Integer
  • iconicTaxonID - Integer
  • idPlease - Boolean
  • uuid - String
  • captive - Boolean
  • ownersIdentificationFromVision - Boolean
  • observed-on-string - String matching example pattern "Tue Oct 15 2019 17:03:31 GMT+1100 (GMT+11)"

Are there any others? Is there an exhaustive list of the allowable properties that will be recognised?

Thanks

Geoff Shuetrim

@kueda
Copy link
Member

kueda commented Jul 17, 2020

FWIW, this is something we're working on for v2 of the API (still in very, very early alpha)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants