iNaturalist · Example Payload

Post Project_Observations

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Project_Observations is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "post-project_observations",
  "method": "POST",
  "path": "/project_observations",
  "summary": "Project Observation Create",
  "parameters": [
    {
      "name": "body",
      "in": "body",
      "description": "ProjectObservation object",
      "schema": {
        "$ref": "#/definitions/PostProjectObservation"
      }
    }
  ],
  "exampleResponse": null
}