List children for a collection or collection object

GET /api/0.2/ddr-densho-1003-11/children/?format=api&limit=25&offset=25
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 27,
    "limit": 25,
    "offset": 25,
    "prev_offset": 0,
    "next_offset": null,
    "page_size": 25,
    "this_page": 2,
    "num_this_page": 2,
    "prev_api": "https://ddr.densho.org/api/0.2/ddr-densho-1003-11/children/?format=api&limit=25&offset=0",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-1003-11-26",
            "model": "segment",
            "index": "0 25/{'value': 27, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1003-11-26/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1003-11-26/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1003/denshovh-skenji-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1003/denshovh-skenji-01-a.jpg"
            },
            "title": "Kenji Suematsu Interview Segment 26",
            "description": "Reflections<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:12:08",
            "links_children": "ddr-densho-1003-11-26",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 657,
                    "namepart": "Kenji Suematsu"
                },
                {
                    "role": "interviewer",
                    "namepart": "Sharon Yamato"
                },
                {
                    "role": "videographer",
                    "namepart": "Tani Ikeda"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Friends of Manzanar Collection",
            "rights": "cc",
            "genre": "interview",
            "location": "Los Angeles, California",
            "creation": "April 19, 2012",
            "status": "completed",
            "search_hidden": "Kenji Suematsu narrator \nSharon Yamato interviewer \nTani Ikeda videographer",
            "download_large": "denshovh-skenji-01-a.jpg"
        },
        {
            "id": "ddr-densho-1003-11-27",
            "model": "segment",
            "index": "1 26/{'value': 27, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1003-11-27/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1003-11-27/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1003/denshovh-skenji-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1003/denshovh-skenji-01-a.jpg"
            },
            "title": "Kenji Suematsu Interview Segment 27",
            "description": "Overview of career<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:15:50",
            "links_children": "ddr-densho-1003-11-27",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 657,
                    "namepart": "Kenji Suematsu"
                },
                {
                    "role": "interviewer",
                    "namepart": "Sharon Yamato"
                },
                {
                    "role": "videographer",
                    "namepart": "Tani Ikeda"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Friends of Manzanar Collection",
            "rights": "cc",
            "genre": "interview",
            "location": "Los Angeles, California",
            "creation": "April 19, 2012",
            "status": "completed",
            "search_hidden": "Kenji Suematsu narrator \nSharon Yamato interviewer \nTani Ikeda videographer",
            "download_large": "denshovh-skenji-01-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-1003-11-*"
            }
        },
        "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": {}
}