List children for a collection or collection object

GET /api/0.2/ddr-fom/children/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-fom-1",
            "model": "collection",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-fom-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-fom-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-fom-1/ddr-fom-1-1-mezzanine-19b735c1b0-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-fom-1/ddr-fom-1-1-mezzanine-19b735c1b0-a.jpg"
            },
            "title": "War Relocation Authority, Minidoka Collection",
            "description": "The War Relocation Authority, Minidoka Collection contains a set of previously undigitized negatives take between 1943 and 1945 at Minidoka. These negatives were held at the National Archives and were digitized by the Friends of Minidoka. Topics include: camp scenes, education, fire crews, farming, religion, sports, and vocations.",
            "extent": "920 black and white negatives",
            "links_children": "ddr-fom-1",
            "creators": [
                {
                    "role": "photographer",
                    "namepart": "National Archives and Records Administration"
                }
            ],
            "language": [
                "eng",
                "jpn"
            ],
            "contributor": "Friends of Minidoka",
            "public": "1",
            "rights": "pdm",
            "status": "completed",
            "search_hidden": "National Archives and Records Administration photographer",
            "download_large": "ddr-fom-1-1-mezzanine-19b735c1b0-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-fom-*"
            }
        },
        "sort": [
            "repo",
            "org",
            "cid",
            "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": {}
}