GET /api/0.2/search/?fulltext=Rossi,%20Phyllis%20A.
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-one-5-191",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-one-5-191/",
                "json": "https://ddr.densho.org/api/0.2/ddr-one-5-191/",
                "img": "https://ddr.densho.org/media/ddr-one-5/ddr-one-5-191-mezzanine-401825c944-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-one-5/ddr-one-5-191-mezzanine-401825c944-a.jpg"
            },
            "title": "North Pacific College of Oregon School of Dentistry grade sheet. Page 2 of 2.",
            "description": "Photocopy of a declassified letter from the North Pacific College of Oregon School of Dentistry in Portland, Oregon listing the grades and credit hours of the courses that Keizaburo Koyama attended. This page covers the  remaining part of 1926 - 1927 and all of 1927- 1928. His degree was awarded on June 10, 1929.",
            "extent": "1 photocopy: 8.50 W x 14 H",
            "links_children": "ddr-one-5-191",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Rossi, Phyllis A."
                }
            ],
            "topics": [
                {
                    "term": "Education -- Higher education",
                    "id": "34"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Koyama, Keizaburo"
                }
            ],
            "contributor": "Japanese American Museum of Oregon; Portland, Oregon",
            "geography": [
                {
                    "term": "Portland",
                    "id": "289"
                }
            ],
            "rights": "cc",
            "genre": "correspondence",
            "location": "Portland, Oregon",
            "facility": [
                {
                    "term": "Camp Livingston",
                    "id": "55"
                }
            ],
            "creation": "3/19/1943",
            "status": "completed",
            "search_hidden": "Rossi, Phyllis A. author Koyama, Keizaburo",
            "download_large": "ddr-one-5-191-mezzanine-401825c944-a.jpg"
        },
        {
            "id": "ddr-one-5-190",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-one-5-190/",
                "json": "https://ddr.densho.org/api/0.2/ddr-one-5-190/",
                "img": "https://ddr.densho.org/media/ddr-one-5/ddr-one-5-190-mezzanine-f483711ee6-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-one-5/ddr-one-5-190-mezzanine-f483711ee6-a.jpg"
            },
            "title": "North Pacific College of Oregon School of Dentistry grade sheet. Page 1 of 2.",
            "description": "Photocopy of a declassified letter from the North Pacific College of Oregon School of Dentistry in Portland, Oregon listing the grades and credit hours of the courses that Keizaburo Koyama attended. This page covers the years 1924-1925; 1925 - 1926; and part of 1926-1927.",
            "extent": "1 photocopy: 8.50 W x 14 H",
            "links_children": "ddr-one-5-190",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Rossi, Phyllis A."
                }
            ],
            "topics": [
                {
                    "term": "Education -- Higher education",
                    "id": "34"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Koyama, Keizaburo"
                }
            ],
            "contributor": "Courtesy of Dr. Keizaburo Koyama Family Collection, Japanese American Museum of Oregon",
            "geography": [
                {
                    "term": "Portland",
                    "id": "289"
                }
            ],
            "rights": "cc",
            "genre": "correspondence",
            "location": "Portland, Oregon",
            "facility": [
                {
                    "term": "Camp Livingston",
                    "id": "55"
                }
            ],
            "creation": "3/19/1943",
            "status": "completed",
            "search_hidden": "Rossi, Phyllis A. author Koyama, Keizaburo",
            "download_large": "ddr-one-5-190-mezzanine-f483711ee6-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Rossi, Phyllis A.",
                "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"
        ]
    }
}