iNaturalist · Example Payload

Get Posts For_User

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Posts For_User 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": "get-posts-for_user",
  "method": "GET",
  "path": "/posts/for_user",
  "summary": "Posts For User",
  "parameters": [
    {
      "name": "newer_than",
      "type": "integer",
      "in": "query",
      "description": "returns posts newer than the post with this ID"
    },
    {
      "name": "older_than",
      "type": "integer",
      "in": "query",
      "description": "returns posts older than the post with this ID"
    },
    {
      "$ref": "#/parameters/page"
    }
  ],
  "exampleResponse": null
}