Get all taxon observations
Retrieve a paginated collection of all taxon observations recorded in VegBank.
Query parameters
Level of detail for the response:
- minimal: Returns basic fields only
- full: Returns more fields
Whether to include nested fields in the response
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 observation(s), with fields based on parameters:
- detail=minimal&with_nested=false: Basic fields only
- detail=minimal&with_nested=true: Basic fields + nested array fields
- detail=full&with_nested=false: Extended fields, no nested array fields
- detail=full&with_nested=true: Extended fields + nested array fields
Example response
{
"count": 115000,
"data": [
{
"to_code": "to.1",
"ob_code": "ob.1",
"int_curr_pc_code": "pc.1",
"int_orig_pc_code": "pc.1",
"taxon_inference_area": 405,
"rf_code": "rf.1"
}
]
}Changes
Changed in 4 of the 50 revisions of this API.51613
- ▲
added to the response body
oneOflist for the response statusresponse-body-one-of-added
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////from the response with the statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterdetailnew-optional-request-parameter
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added to the
//////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added to the
//////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed from the
//////response propertyallOflist for the response statusresponse-property-all-of-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parameterlimit, default value1000was addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parameteroffset, default value0was addedrequest-parameter-default-value-added
- ▲
added to the response body
oneOflist for the response statusresponse-body-one-of-added
- ●
for the
queryrequest parameterlimit, the min was set to0.00request-parameter-min-set
- ●
for the
queryrequest parameteroffset, the min was set to0.00request-parameter-min-set
- ●
deleted the
queryrequest parameterdetailrequest-parameter-removed
- ●
deleted the
queryrequest parameternumTaxarequest-parameter-removed
- ○
api operation id
get-towas addedapi-operation-id-added
- ○
api tag
Taxon observationsaddedapi-tag-added
- ○
added the new optional
queryrequest parametercreate_parquetnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterwith_nestednew-optional-request-parameter
- ○
added the media type
application/vnd.apache.parquetfor the response with the statusresponse-media-type-added
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 10 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.