Query the list of posts that have been created by staff.
Parameters
-----------
q: fuzzy search query string
title: case insensitive text
state: two character state code, see states endpoint
district: case insensitive text
angle: positive, negative, or contrast
organization: an organization id, see organization endpoint
candidate: a candidate id number, see candidate endpoint
created_at_gte: Created after date, format: YYYY-MM-DD
created_at_lte: Created before date, format: YYYY-MM-DD
is_fact_check: yes or no
report_ids: comma seperated report Ids received from confirmation
media_type: associated report's media type ID, see the submit meta endpoint for more info
limit: number of results to return (default: 20)

GET /api/blog/list/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 268,
        "submitted_ids": [
            1183
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MN Jobs Coalition anti-Brion Curran tv",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "HD36B",
        "created_at": "2022-11-04",
        "candidate": 72,
        "organization": [
            9
        ]
    },
    {
        "id": 267,
        "submitted_ids": [
            1182
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Advance MN IE anti-Gustafson TV ad",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "SD36",
        "created_at": "2022-11-04",
        "candidate": 63,
        "organization": [
            43
        ]
    },
    {
        "id": 266,
        "submitted_ids": [
            1181
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "America First Legal anti-white racism mail",
        "text": "",
        "is_fact_check": false,
        "angle": "",
        "district": "",
        "created_at": "2022-11-02",
        "candidate": null,
        "organization": [
            67
        ]
    },
    {
        "id": 265,
        "submitted_ids": [
            1172
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Gabriela for MN House - Hanson contrast mail",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "district": "HD55a",
        "created_at": "2022-10-23",
        "candidate": 56,
        "organization": [
            65
        ]
    },
    {
        "id": 264,
        "submitted_ids": [
            1170
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "National Right To Life Victory Fund Craig contrast mail",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "district": "CD2",
        "created_at": "2022-10-22",
        "candidate": 26,
        "organization": [
            56
        ]
    },
    {
        "id": 263,
        "submitted_ids": [
            1165
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "unknown org Anti-Craig mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "CD2",
        "created_at": "2022-10-19",
        "candidate": 26,
        "organization": []
    },
    {
        "id": 262,
        "submitted_ids": [
            1164
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MNGOP - anti-Craig mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "CD2",
        "created_at": "2022-10-19",
        "candidate": 26,
        "organization": [
            3
        ]
    },
    {
        "id": 261,
        "submitted_ids": [
            1162
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Dippel for Senate - anti-Seeberger mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "SD41",
        "created_at": "2022-10-19",
        "candidate": 71,
        "organization": [
            66
        ]
    },
    {
        "id": 260,
        "submitted_ids": [
            1159,
            1160
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Unknown org anti-Seeberger mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "SD41",
        "created_at": "2022-10-18",
        "candidate": 71,
        "organization": []
    },
    {
        "id": 259,
        "submitted_ids": [
            1158,
            1171
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Coalition of MN Business - pro-Dippel mail",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "district": "SD41",
        "created_at": "2022-10-18",
        "candidate": 61,
        "organization": [
            10
        ]
    },
    {
        "id": 258,
        "submitted_ids": [
            1152
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Roger Chamberlain walk piece.",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "district": "SD36",
        "created_at": "2022-10-16",
        "candidate": 60,
        "organization": [
            61
        ]
    },
    {
        "id": 257,
        "submitted_ids": [
            1149
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Gabriela for House digital ad",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "district": "HD55A",
        "created_at": "2022-10-14",
        "candidate": 73,
        "organization": [
            65
        ]
    },
    {
        "id": 256,
        "submitted_ids": [
            1148
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MNGOP Craig/Kistner contrast mail",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "district": "CD2",
        "created_at": "2022-10-13",
        "candidate": 26,
        "organization": [
            3
        ]
    },
    {
        "id": 255,
        "submitted_ids": [
            1137,
            1166
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MN Family Prosperity Project mail pro-Heather Gustafson",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "district": "SD36",
        "created_at": "2022-10-09",
        "candidate": 63,
        "organization": [
            62
        ]
    },
    {
        "id": 254,
        "submitted_ids": [
            1139
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Pro Jobs Majority - Anti-Hanson mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "HD55A",
        "created_at": "2022-10-09",
        "candidate": 56,
        "organization": [
            5
        ]
    },
    {
        "id": 253,
        "submitted_ids": [
            1078
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Coalition of MN Business - pro-Kroetch video",
        "text": "",
        "is_fact_check": false,
        "angle": "positive",
        "district": "HD55A",
        "created_at": "2022-10-04",
        "candidate": 73,
        "organization": [
            10
        ]
    },
    {
        "id": 252,
        "submitted_ids": [
            1069,
            1073,
            1081,
            1138
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MN GOP/HRCC anti-Hanson mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "HD55A",
        "created_at": "2022-10-01",
        "candidate": 56,
        "organization": [
            42,
            3
        ]
    },
    {
        "id": 251,
        "submitted_ids": [
            1065,
            1072
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "Pro Jobs Majority Hanson/Kroetch contrast mail",
        "text": "",
        "is_fact_check": false,
        "angle": "contrast",
        "district": "HD55A",
        "created_at": "2022-09-29",
        "candidate": 56,
        "organization": [
            5
        ]
    },
    {
        "id": 250,
        "submitted_ids": [
            1061,
            1062,
            1079,
            1121,
            1145
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MN GOP/HRCC anti-Curran mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "HD36B",
        "created_at": "2022-09-28",
        "candidate": 72,
        "organization": [
            42,
            3
        ]
    },
    {
        "id": 249,
        "submitted_ids": [
            1055,
            1063,
            1064,
            1140
        ],
        "states": [
            {
                "code": "MN",
                "name": "Minnesota",
                "accepting_submissions": true
            }
        ],
        "title": "MN GOP/Senate Victory Fund Anti-Port mail",
        "text": "",
        "is_fact_check": false,
        "angle": "negative",
        "district": "SD55",
        "created_at": "2022-09-28",
        "candidate": 69,
        "organization": [
            3,
            8
        ]
    }
]