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

{
    "ob_id": 19807,
    "uuid": "64beeb303ba9440cb63e854352be8d7d",
    "title": "Digitisation of Solar glass plate images",
    "abstract": "Digital Images of the Solar Disc and Limb 1903 -1942: The asset created are a set of high resolution digital images of the solar disc in Ca II K light and H-alpha light which were taken daily at the Cambridge Solar Observatory between 1903 and 1942. The images are currently available on glass plates held by the UK Solar System Data Centre in its archive at the Rutherford Appleton Laboratory. This secures and improves accessibility to a valuable environmental data resource.\r\n\r\nNERC Reference: NE/L013002/1",
    "keywords": "",
    "status": "completed",
    "publicationState": "working",
    "identifier_set": [],
    "observationCollection": [],
    "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/877/?format=api",
    "subProject": [],
    "responsiblepartyinfo_set": []
}