Taxon interpretations

Get taxon interpretations by pc

Retrieve a paginated collection of taxon interpretations using the specified plant concept (using its pc_code).

get/plant-concepts/{pc_code}/taxon-interpretations

Path parameters

pc_codestring required

Query parameters

detail'minimal' | 'full'

Level of detail for the response:

  • minimal: Returns basic fields only
  • full: Returns more fields
limitinteger

Maximum number of records to return

offsetinteger

Number of records to skip before starting to return records

create_parquetboolean

If true, return data payload in binary Parquet format

Response

Matching taxon interpretation(s), with fields based on parameters:

  • detail=minimal: Basic fields only
  • detail=full: Extended fields
OR

Example response

{
  "count": 115000,
  "data": [
    {
      "ti_code": "ti.1",
      "to_code": "to.1",
      "pc_code": "pc.1",
      "interpretation_date": "2006-05-30",
      "interpretation_type": "Author",
      "py_code": "py.1",
      "rf_code": "rf.1",
      "taxon_fit": "Reasonable or acceptable answer",
      "taxon_confidence": "High",
      "collection_number": "091907F",
      "group_type": "union",
      "notes": "Identified from specimen",
      "is_orig": true,
      "is_curr": true
    }
  ]
}

Changes

Changed in 7 of the 50 revisions of this API.188

    • removed the optional property oneOf[taxon_interp_full]/allOf[subschema #2]/data/items/allOf[TaxonInterpFull]/revisions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_interp_full]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_mgt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_interp_full]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_public from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_interp_minimal]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_mgt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[taxon_interp_minimal]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_public from the response with the 200 status

      response-optional-property-removed

  • c37c8d7a84c531See the full diff
    • deleted the query request parameter search

      request-parameter-removed

    • deleted the query request parameter sort

      request-parameter-removed

    • deleted the query request parameter with_nested

      request-parameter-removed

    • added the new optional query request parameter detail

      new-optional-request-parameter

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added record_count subschema #2 to the oneOf[taxon_interp_full]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added record_count subschema #2 to the oneOf[taxon_interp_minimal]/ response property allOf list for the response status 200

      response-property-all-of-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed record_count subschema #2 from the oneOf[taxon_interp_full]/ response property allOf list for the response status 200

      response-property-all-of-removed

    • removed record_count subschema #2 from the oneOf[taxon_interp_minimal]/ response property allOf list for the response status 200

      response-property-all-of-removed

    This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added record_count subschema #2 to the oneOf[taxon_interp_full]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added record_count subschema #2 to the oneOf[taxon_interp_minimal]/ response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 83 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 50 revisions, 1 has no diff computed.