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/10699/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 10699,
    "uuid": "9edc485dba6d2efb4c4faaaa9b6e0e2e",
    "title": "ARSF - Flight GB04/07: River Tummel",
    "abstract": "ARFS project GB04/07:  interaction between channel evolution and riparian vegetation succession. Led by: David Gilear. Location: River Tummel, southern Highlands, Scotland.\r\n\r\nWe focused on the interaction between channel evolution and riparian vegetation succession. In order to understand how flood driven channel migration and ecological succession interrelate to control vegetation and habitat diversity we undertook pilot work in to landform and habitat creation and destruction over the medium term (1900-1997; aided by NERC ARSF campaigns) and the controls of morphology/sedimentology on natural riparian plant diversity on a natural reach of the actively wandering River Tummel. (Gilvear and Willby, Submitted). The results of the later analysis showed the over-riding control of elevation via fluvial processes. We extendede the timescale and temporal resolution of observations of landform development and ecological succession (ii) up-scale and tested our field based models on other reaches by comparing Lidar derived elevation with vegetation data collected in the field and (iii) model, using Lidar-derived elevation data, natural habitat and vegetation diversity in areas of the floodplain that have been transformed by agricultural land uses. Development of a modelling approach that allows prediction of how floodplain vegetation would develop if river reaches were left to evolve via fluvial processes are needed to explore river and floodplain restoration scenarios.",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7094/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7095/?format=api"
    ],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/8604/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/38687/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144626/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145233/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145234/?format=api"
    ]
}