GET /api/3.0/browse/time/c.1943/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
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": "One of Many (film)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/One%20of%20Many%20(film)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/One%20of%20Many%20(film)/?format=api"
            },
            "title": "One of Many (film)",
            "description": "Short dramatic film written and directed by Byron Yokomi centering on George Miyamoto, a young man at one of the Arkansas concentration camps facing major life decisions brought on by the\n  \n   loyalty questionnaire\n  \n  crisis. Yokomi made the film as an MFA student at Florida State University.",
            "url_title": "One of Many (film)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "films"
            ],
            "rg_interestlevel": [
                "Grades 6-8",
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Drama"
            ],
            "rg_theme": [
                "Injustice",
                "Disillusionment and dreams",
                "Patriotism - positive side or complications"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Films and Video",
            "rg_rgmediatype_icon": "fa-film"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_chronology": "c.1943"
                        }
                    }
                ]
            }
        },
        "_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": {}
}