GET /api/3.0/browse/pov/Civil%20rights%20activists/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "Day of Remembrance: The First National Ceremony (film)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Day%20of%20Remembrance:%20The%20First%20National%20Ceremony%20(film)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Day%20of%20Remembrance:%20The%20First%20National%20Ceremony%20(film)/?format=api"
            },
            "title": "Day of Remembrance: The First National Ceremony (film)",
            "description": "Documentary film of the first national\n  \n   Day of Remembrance\n  \n  commemoration, held at the Smithsonian Institution in Washington, D.C. in 1998. The national ceremony was hosted by\n  \n   George Takei\n  \n  and Tamlyn Tomita and included guest speakers\n  \n   Gordon Hirabayashi\n  \n  ,\n  \n   Fred Korematsu\n  \n  ,\n  \n   Norman Mineta\n  \n  ,\n  \n   Joan Bernstein\n  \n  ,\n  \n   Mitsuye Yamada\n  \n  ,\n  \n   Aiko Herzig-Yoshinaga\n  \n  , and\n  \n   Robert Matsui\n  \n  .",
            "url_title": "Day of Remembrance: The First National Ceremony (film)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "films"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Documentary"
            ],
            "rg_theme": [
                "Injustice",
                "Power of the past"
            ],
            "rg_availability": [
                "Limited availability"
            ],
            "rg_rgmediatype_label": "Films and Video",
            "rg_rgmediatype_icon": "fa-film"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_pov": "Civil rights activists"
                        }
                    }
                ]
            }
        },
        "_source": [
            "title",
            "url_title",
            "description",
            "body",
            "categories",
            "coordinates",
            "fulltext",
            "rg_rgmediatype",
            "rg_interestlevel",
            "rg_readinglevel",
            "rg_theme",
            "rg_genre",
            "rg_pov",
            "rg_availability",
            "rg_geography",
            "rg_chronology",
            "rg_hasteachingaids",
            "rg_freewebversion"
        ]
    },
    "aggregations": {}
}