Get strata by to
Retrieve a paginated collection of strata associated with the specified taxon observation (using its to_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 stratum or strata, with fields based on parameters:
- detail=minimal: Basic fields only
- detail=full: Extended fields
Example response
{
"count": 115000,
"data": [
{
"ob_code": "ob.1",
"to_code": "to.1",
"tm_code": "tm.1",
"sr_code": "sr.1",
"sc_code": "sc.1",
"diameter": 3.75,
"diameter_accuracy": 1.25,
"height": 1.185,
"height_accuracy": 0.185,
"count": 1,
"taxon_area": 600
}
]
}Changes
Changed in 3 of the 50 revisions of this API.23
- ▲
added
stem_count_minimalstem_count_fullto the response bodyoneOflist for the response status200response-body-one-of-added
- ○
added the new optional
queryrequest parameterdetailnew-optional-request-parameter
- ○
removed
stratumfrom the response bodyallOflist for the response status200response-body-all-of-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
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.