List children for a collection or collection object

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

{
    "total": 26,
    "limit": 25,
    "offset": 25,
    "prev_offset": 0,
    "next_offset": null,
    "page_size": 25,
    "this_page": 2,
    "num_this_page": 1,
    "prev_api": "https://ddr.densho.org/api/0.2/ddr-densho-1000-321/children/?format=api&limit=25&offset=0",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-1000-321-26",
            "model": "segment",
            "index": "0 25/{'value': 26, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1000-321-26/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1000-321-26/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1000/denshovh-oakira-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1000/denshovh-oakira-01-a.jpg"
            },
            "title": "Akira Otani Interview Segment 26",
            "description": "The challenges of building a successful fish auction business<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:05:14",
            "links_children": "ddr-densho-1000-321-26",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 551,
                    "namepart": "Akira Otani"
                },
                {
                    "role": "interviewer",
                    "namepart": "Tom Ikeda"
                },
                {
                    "role": "videographer",
                    "namepart": "Dana Hoshide"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "geography": [
                {
                    "term": "Honolulu, Hawaii",
                    "id": "\"http://vocab.getty.edu/tgn/2397772\""
                }
            ],
            "rights": "cc",
            "genre": "interview",
            "location": "Honolulu, Hawaii",
            "creation": "March 3, 2011",
            "status": "completed",
            "search_hidden": "Akira Otani narrator \nTom Ikeda interviewer \nDana Hoshide videographer",
            "download_large": "denshovh-oakira-01-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-1000-321-*"
            }
        },
        "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": {}
}