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

{
    "ob_id": 10703,
    "uuid": "58c5dc4057d6943e0daa5b83d53636ce",
    "title": "ARSF - Flight ET07/03: Ethopia, Alem Tena area",
    "abstract": "ARSF project ET07/03: Mapping geothermal and epithermal deposits in the Ethopian Rift Valley. Led by: Dr. Graham Ferrier, Department of Geography, University of Hull, Hull, HU6 7RX. Location: Ethiopia.\r\n\r\nThe Main Ethiopian Rift  (MER) was in an advanced stage of evolution associated with modified crust and was an ideal study area for improving understanding of continental break-ups.  The MER is associated with bimodal Quaternary  magmatism. Field and geochronology data have been used to examine the relationships between acidic volcanoes and basaltic eruptions. The overall aim of this project was to characterise the interaction between the different types (and ages) of magmatism, the different types and distributions of faulting and the distribution of geothermal  and epithermal systems in order to  gain a  better  understanding of the tecto-magmatic processes occurring at a continental rift setting. The objectives of this project were : 1.  integrate LiDAR-derived DEMs  with  geological maps derived from processing of hyperspectral/ATM remote  sensing  datasets to resolve the spatial patterns and interrelationships between the different phases and types of magmatic activity and faulting 2.  differentiate the diagnostic minerals representing the hydrothermal alteration zones associated with the geothermal and epithermal deposits 3.  integrate the results with Hyperion and ASTER imagery to investigate tecto-magmatic processes and identify locations of geothermal and epithermal systems in other parts of the rift valley",
    "keywords": "",
    "status": "completed",
    "publicationState": "published",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7097/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/7098/?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/38696/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144627/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145235/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145236/?format=api"
    ]
}