Viewset for viewing and uploading recipes.

GET /api/v1/recipe/587/?format=api
HTTP 200 OK
Allow: GET, PUT, HEAD, OPTIONS
Cache-Control: public, max-age=30
Content-Type: application/json
Vary: Accept

{
    "id": 587,
    "last_updated": "2018-11-30T21:43:26.710529Z",
    "name": "Pref Flip Study: WebRender V1.2 Experiment [Bug 1492568]",
    "enabled": false,
    "is_approved": true,
    "revision_id": 1944,
    "action": "preference-experiment",
    "arguments": {
        "preferenceBranchType": "user",
        "slug": "prefflip-webrender-v1-2-1492568",
        "experimentDocumentUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1492568",
        "isHighVolume": false,
        "preferenceName": "gfx.webrender.all.qualified",
        "preferenceType": "boolean",
        "isEnrollmentPaused": false,
        "branches": [
            {
                "ratio": 1,
                "slug": "disabled",
                "value": false
            },
            {
                "ratio": 1,
                "slug": "enabled",
                "value": true
            }
        ]
    },
    "filter_expression": "(\n  normandy.channel in ['nightly','beta']\n  && normandy.version >= '64' \n  && normandy.os.windowsVersion == 10.0 \n  && normandy.telemetry.main.environment.system.gfx.features.wrQualified.status == 'available'\n  && [normandy.userId, normandy.recipe.id]|stableSample(0.45)\n)",
    "latest_revision_id": 1944,
    "approved_revision_id": 1944,
    "approval_request": {
        "id": 1203,
        "created": "2018-10-23T22:30:15.458161Z",
        "creator": {
            "id": 4,
            "first_name": "Rob",
            "last_name": "Rayborn",
            "email": "rrayborn@mozilla.com"
        },
        "approved": true,
        "approver": {
            "id": 6,
            "first_name": "Josh",
            "last_name": "Gaunt",
            "email": "jgaunt@mozilla.com"
        },
        "comment": "widening from only nightly to beta approved "
    },
    "identicon_seed": "v1:8vs3006frtu",
    "capabilities": [
        "action.preference-experiment"
    ]
}