latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

Annotations

Create an annotation

post/annotations

Request body

resource_typestring required
resource_idstring uuid required
controlled_attribute_idinteger required
controlled_value_idinteger required

Response

The annotation just created

total_resultsinteger required
pageinteger required
per_pageinteger required

Example response

{
  "results": [
    {
      "user": {
        "site": {
          "id": 1,
          "icon_url": "https://static.inaturalist.org/sites/1-logo_square.png",
          "locale": "en",
          "name": "iNaturalist",
          "site_name_short": "iNat",
          "url": "https://www.inaturalist.org"
        }
      },
      "votes": [
        {
          "user": {
            "site": {
              "id": 1,
              "icon_url": "https://static.inaturalist.org/sites/1-logo_square.png",
              "locale": "en",
              "name": "iNaturalist",
              "site_name_short": "iNat",
              "url": "https://www.inaturalist.org"
            }
          }
        }
      ]
    }
  ]
}