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/46214/?format=api
{ "ob_id": 46214, "uuid": "5949f96ee84e4712ad1382308f9e2b04", "title": "NCAS Long Term Observations at Chilbolton Observatory", "abstract": "NCAS Long Term Observations at Chilbolton Observatory.", "keywords": "", "status": "", "publicationState": "preview", "identifier_set": [], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/220658/?format=api", "https://catalogue.ceda.ac.uk/api/v2/rpis/220669/?format=api" ] }