Get taxon interpretations by pc
Retrieve a paginated collection of taxon interpretations using the specified plant concept (using its pc_code).
Path parameters
Query parameters
Level of detail for the response:
- minimal: Returns basic fields only
- full: Returns more fields
Maximum number of records to return
Number of records to skip before starting to return records
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
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]/revisionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[taxon_interp_full]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_mgtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[taxon_interp_full]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_publicfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[taxon_interp_minimal]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_mgtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
oneOf[taxon_interp_minimal]/allOf[subschema #2]/data/items/allOf[TaxonInterpMinimal]/notes_publicfrom the response with the200statusresponse-optional-property-removed
- ●
- ●
deleted the
queryrequest parametersearchrequest-parameter-removed
- ●
deleted the
queryrequest parametersortrequest-parameter-removed
- ●
deleted the
queryrequest parameterwith_nestedrequest-parameter-removed
- ○
added the new optional
queryrequest parameterdetailnew-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_countsubschema #2to theoneOf[taxon_interp_full]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
record_countsubschema #2to theoneOf[taxon_interp_minimal]/response propertyallOflist for the response status200response-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_countsubschema #2from theoneOf[taxon_interp_full]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
record_countsubschema #2from theoneOf[taxon_interp_minimal]/response propertyallOflist for the response status200response-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_countsubschema #2to theoneOf[taxon_interp_full]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
record_countsubschema #2to theoneOf[taxon_interp_minimal]/response propertyallOflist for the response status200response-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.