Projects
Get all projects
Retrieve a paginated collection of all projects recorded in VegBank.
get/projects
Query parameters
searchstring
Search term used for full-text record retrieval
sort'default' | '+default' | '-default' | 'project_name' | '+project_name' | '-project_name' | 'obs_count' | '+obs_count' | '-obs_count'
Sort order for results. Prefix with - for descending order or + for ascending order. Ascending order is the default if no prefix is provided.
Available sort fields:
- default - Default sort order
- project_name - Sort by project name
- obs_count - Sort by observation count
Examples:
- sort=project_name - Sort by project name ascending
- sort=-obs_count - Sort by observation count descending
- sort=+project_name - Sort by project name ascending (explicit)
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 project(s)
Example response
{
"pj_code": "pj.1",
"project_name": "Pawnee Grassland Classification",
"project_description": "Classification of the Pawnee National Grassland",
"start_date": "2006-05-30",
"stop_date": "2006-05-30",
"obs_count": 17,
"last_plot_added_date": "2006-05-30"
}