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

{
    "ob_id": 40348,
    "uuid": "d3181552932446dcbd9846789d7c5c35",
    "title": "Multiscale 3D Scanning with Framerate for TV and Immersive Applications",
    "abstract": "To tell a truly immersive story captured real world content must be compelling, accurate and believable. It must also be spatial and digitally manipulable. Existing techniques to capture live action in 3D over time are prohibitively expensive and limited in range to human scale events. 3D scanning techniques and the resultant 'pointclouds' created are uniquely positioned to fulfil these needs, capturing photoreal content in a spatial manner across scales. ScanLAB are a pioneering creative technology practice and global leaders in pointcloud visualisation for offline and realtime rendered static content (i.e. data without a framerate). This project will enable ScanLAB to create a fundamentally new tool set to capture and render pointcloud data with a framerate at multiple scales.",
    "keywords": "",
    "status": "completed",
    "publicationState": "",
    "identifier_set": [],
    "observationCollection": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/40060/?format=api"
    ],
    "parentProject": null,
    "subProject": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196640/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196642/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196643/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196644/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/196641/?format=api"
    ]
}