Get a list of DiscoveryServiceId objects.

GET /api/v3/discoveryserviceids/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        },
        {
            "ob_id": 1139,
            "name": "CLIPC"
        },
        {
            "ob_id": 1140,
            "name": "ESACCI"
        },
        {
            "ob_id": 1141,
            "name": "NDGO0001"
        },
        {
            "ob_id": 1142,
            "name": "NDGO0005"
        }
    ]
}