GET /api/0.2/search/?fulltext=Toyama,%20Beverly
HTTP 200 OK
Allow: GET, POST, HEAD, 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": "ddr-csujad-4-25",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-4-25/",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-4-25/",
                "img": "https://ddr.densho.org/media/ddr-csujad-4/ddr-csujad-4-25-mezzanine-38cb84354c-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-4/ddr-csujad-4-25-mezzanine-38cb84354c-a.jpg"
            },
            "title": "Letter from Beverly Toyama and Hideki Obayashi to [Miyoshi-san], January 2010",
            "description": "A letter from Beverly Toyama and Hideki Obayashi to [Miyoshi-san], informing him of the Kurata Ranch Reunion, which will take place in Gardena, California. The letter provides instructions regarding the time and location of the event, as well as suggested items for attendees to bring with them. It also includes a copy of a hand drawn map of Kurata Ranch, which is based on the recollection of Ume Murata. See this object in the California State Universities Japanese American Digitization project site: <a href=\"http://cdm16855.contentdm.oclc.org/cdm/ref/collection/p16855coll4/id/9965\" target=\"_blank\" rel=\"noopener noreferrer\">nis_06_027</a>",
            "extent": "2 sheets, 11 x 8.5 inches, typescript; 1 envelope",
            "links_children": "ddr-csujad-4-25",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Toyama, Beverly"
                },
                {
                    "role": "author",
                    "namepart": "Obayashi, Hideki"
                }
            ],
            "topics": [
                {
                    "term": "Community activities -- Family reunions",
                    "id": "477"
                },
                {
                    "term": "Geographic communities -- California",
                    "id": "271"
                },
                {
                    "term": "Identity and values -- Family",
                    "id": "46"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "CSU Dominguez Hills Department of Archives and Special Collections",
            "rights": "nocc",
            "genre": "correspondence",
            "location": "Gardena, California",
            "creation": "Jan-10",
            "status": "completed",
            "search_hidden": "Toyama, Beverly author \nObayashi, Hideki author",
            "download_large": "ddr-csujad-4-25-mezzanine-38cb84354c-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Toyama, Beverly",
                "fields": [
                    "id",
                    "model",
                    "links_html",
                    "links_json",
                    "links_img",
                    "links_thumb",
                    "links_children",
                    "status",
                    "public",
                    "title",
                    "description",
                    "contributor",
                    "creators",
                    "creators.namepart",
                    "facility",
                    "format",
                    "genre",
                    "geography",
                    "label",
                    "language",
                    "creation",
                    "location",
                    "persons",
                    "rights",
                    "topics",
                    "image_url",
                    "display_name",
                    "bio",
                    "extent",
                    "search_hidden"
                ],
                "analyze_wildcard": false,
                "allow_leading_wildcard": false,
                "default_operator": "AND"
            }
        },
        "aggs": {
            "facility": {
                "nested": {
                    "path": "facility"
                },
                "aggs": {
                    "facility_ids": {
                        "terms": {
                            "field": "facility.id",
                            "size": 1000
                        }
                    }
                }
            },
            "format": {
                "terms": {
                    "field": "format"
                }
            },
            "genre": {
                "terms": {
                    "field": "genre"
                }
            },
            "rights": {
                "terms": {
                    "field": "rights"
                }
            },
            "topics": {
                "nested": {
                    "path": "topics"
                },
                "aggs": {
                    "topics_ids": {
                        "terms": {
                            "field": "topics.id",
                            "size": 1000
                        }
                    }
                }
            }
        },
        "_source": [
            "id",
            "model",
            "links_html",
            "links_json",
            "links_img",
            "links_thumb",
            "links_children",
            "status",
            "public",
            "title",
            "description",
            "contributor",
            "creators",
            "creators.namepart",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "creation",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent",
            "search_hidden"
        ]
    }
}