List children for a collection or collection object

GET /api/0.2/ddr-densho-1011-3/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-1011-3-1",
            "model": "segment",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1011-3-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1011-3-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1011/denshovh-bbob-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1011/denshovh-bbob-01-a.jpg"
            },
            "title": "Bob Berry Interview Segment 1",
            "description": "Visiting Japanese American friends at the Gila River concentration camp<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:05",
            "links_children": "ddr-densho-1011-3-1",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 799,
                    "namepart": "Bob Berry"
                },
                {
                    "role": "interviewer",
                    "namepart": "Raechel Donahue"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Raechel Donahue and Garrett Lindemann Collection",
            "rights": "cc",
            "genre": "interview",
            "location": "California",
            "facility": [
                {
                    "term": "Gila River",
                    "id": "3"
                }
            ],
            "creation": "2010",
            "status": "completed",
            "search_hidden": "Bob Berry narrator \nRaechel Donahue interviewer",
            "download_large": "denshovh-bbob-01-a.jpg"
        },
        {
            "id": "ddr-densho-1011-3-2",
            "model": "segment",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1011-3-2/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1011-3-2/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1011/denshovh-bbob-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1011/denshovh-bbob-01-a.jpg"
            },
            "title": "Bob Berry Interview Segment 2",
            "description": "Memories of Japanese American friends<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:08",
            "links_children": "ddr-densho-1011-3-2",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 799,
                    "namepart": "Bob Berry"
                },
                {
                    "role": "interviewer",
                    "namepart": "Raechel Donahue"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Raechel Donahue and Garrett Lindemann Collection",
            "rights": "cc",
            "genre": "interview",
            "location": "California",
            "creation": "2010",
            "status": "completed",
            "search_hidden": "Bob Berry narrator \nRaechel Donahue interviewer",
            "download_large": "denshovh-bbob-01-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-1011-3-*"
            }
        },
        "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": {}
}