List children for a collection or collection object

GET /api/0.2/ddr-densho-1012-8/children/?format=api
HTTP 200 OK
Allow: GET, 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-densho-1012-8-1",
            "model": "segment",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1012-8-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1012-8-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1012/denshovh-kfred_g-02-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1012/denshovh-kfred_g-02-a.jpg"
            },
            "title": "Fred Korematsu - Kathryn Korematsu Interview Segment 1",
            "description": "Fred Korematsu's decision to bring the coram nobis case (audio only)<p>This interview is audio-only. It contains raw footage used by Steven Okazaki in his 1985 film <i>Unfinished Business</i>. </p><p> This material is based upon work assisted by a grant from the Department of the Interior, National Park Service. Any opinions, finding, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Department of the Interior.",
            "extent": "00:04:36",
            "links_children": "ddr-densho-1012-8-1",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 205,
                    "namepart": "Fred Korematsu"
                },
                {
                    "role": "narrator",
                    "oh_id": 206,
                    "namepart": "Kathryn Korematsu"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Resistance and dissidence -- Supreme Court cases -- Fred Korematsu",
                    "id": "157"
                },
                {
                    "term": "Redress and reparations -- Legal cases/coram nobis cases",
                    "id": "167"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Steven Okazaki",
            "rights": "cc",
            "genre": "interview",
            "location": "San Francisco, California",
            "creation": "November 18, 1983",
            "status": "completed",
            "search_hidden": "Fred Korematsu narrator \nKathryn Korematsu narrator",
            "download_large": "denshovh-kfred_g-02-a.jpg"
        },
        {
            "id": "ddr-densho-1012-8-2",
            "model": "segment",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1012-8-2/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1012-8-2/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1012/denshovh-kfred_g-02-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1012/denshovh-kfred_g-02-a.jpg"
            },
            "title": "Fred Korematsu - Kathryn Korematsu Interview Segment 2",
            "description": "Feelings upon hearing Judge Patel's ruling<p>This interview is audio-only. It contains raw footage used by Steven Okazaki in his 1985 film <i>Unfinished Business</i>. </p><p> This material is based upon work assisted by a grant from the Department of the Interior, National Park Service. Any opinions, finding, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Department of the Interior.",
            "extent": "00:01:58",
            "links_children": "ddr-densho-1012-8-2",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 205,
                    "namepart": "Fred Korematsu"
                },
                {
                    "role": "narrator",
                    "oh_id": 206,
                    "namepart": "Kathryn Korematsu"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Steven Okazaki",
            "rights": "cc",
            "genre": "interview",
            "location": "San Francisco, California",
            "creation": "November 18, 1983",
            "status": "completed",
            "search_hidden": "Fred Korematsu narrator \nKathryn Korematsu narrator",
            "download_large": "denshovh-kfred_g-02-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-1012-8-*"
            }
        },
        "sort": [
            "repo",
            "org",
            "cid",
            "eid",
            {
                "role": {
                    "order": "desc"
                }
            },
            "sort",
            "sha1",
            "id"
        ],
        "_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"
        ]
    },
    "aggregations": {}
}