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
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
}
]
}