Get a list of Platform objects. Platforms have a 1:1 mapping with Observations.

### Available end points:

- `/platforms/` - Will list all Platforms in the database
- `/platforms.json` - Will return all Platforms in json format
- `/platforms/<object_id>/` - Returns Platforms object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `platformType`

### How to use filters:

- `/platforms/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/platforms/?uuid=ca06054a34a6f4a72a87e3390a8136492`
- `/platforms.json?instrumentType=radiometer`

GET /api/v2/platforms/7792/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 7792,
    "uuid": "5c8a6df5fc4b4b1692c6bc315c8c0a8d",
    "title": "MV Cap Finistere",
    "abstract": "The cruiseferry MV Cap Finistere was used as a platform for the Infrared Sea surface temperature Autonomous Radiometer (ISAR) followed by the closure of Portsmouth, UK - Bilbao, Spain route by the owners of MV Pride of Bilbao in September 2010. MV Cap Finistere had a similar route with MV Pride of Bilbao as she travelled between Portsmouth, UK and Bilbao, Spain or Santander, Spain. The deployment of ISAR on the ship terminated in July 2012, and the instrument was soon deployed on MV Pont Aven in October 2012.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5055/?format=api"
    ],
    "platformType": "ship",
    "parentPlatform": [],
    "childPlatform": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32259/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32258/?format=api"
    ]
}