Project Instance
Get a list of Project objects. Projects have a 1:1 mapping with Observations.
### Available end points:
- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `status`
- `title`
- `keywords`
### How to use filters:
- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/projects/?title__icontains!=Project details`
- `/projects.json?status=ongoing`
GET /api/v2/projects/45716/?format=api
{ "ob_id": 45716, "uuid": "dd612cd174eb42af8045037c5a07ab3d", "title": "Structure, Photosynthesis and Light In Canopy Environments (SPLICE)", "abstract": "The SPLICE project (Structure, Photosynthesis and Light In Canopy Environments) sought to improve our understanding of global photosynthesis and hence our ability to model climate change, by considering the way in which the three-dimensional structure of plants interacts with light and how this in turn impacts on the uptake of carbon. It employed state-of-the-art techniques to measure the three dimensional structure and photosynthesis of forests and construct detailed computer simulations to create a virtual laboratory that we can use to improve simulations from climate models.", "keywords": "Trees, Structure, Photosynthesis, Drone", "status": "completed", "publicationState": "published", "identifier_set": [], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/218466/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218461/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218462/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218460/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218464/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218465/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/218463/?format=api" ] }