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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/1/?format=api",
            "type": "Phase",
            "value": "1"
        },
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/2/?format=api",
            "type": "Phase",
            "value": "2"
        },
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/3/?format=api",
            "type": "Phase",
            "value": "3"
        },
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/4/?format=api",
            "type": "Phase",
            "value": "4"
        },
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/5/?format=api",
            "type": "Phase",
            "value": "5"
        },
        {
            "url": "https://proteovision.chemistry.gatech.edu/desire-api/ad/6/?format=api",
            "type": "Phase",
            "value": "6"
        }
    ]
}