iNaturalist · Example Payload

Get Projects Id Subscriptions

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Projects Id Subscriptions 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-projects-id-subscriptions",
  "method": "GET",
  "path": "/projects/{id}/subscriptions",
  "summary": "Project Subscriptions",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    }
  ],
  "exampleResponse": null
}