List children for a collection or collection object

GET /api/0.2/ddr-csujad-9/children/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
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-csujad-9-1",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-9-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-9-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-csujad-9/ddr-csujad-9-1-mezzanine-03cc2afc74-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-9/ddr-csujad-9-1-mezzanine-03cc2afc74-a.jpg"
            },
            "title": "Edwin (Ed) Sasaki oral history interview",
            "description": "Oral history interview of Edwin (Ed) Sasaki, a professor of the Psychology Department, conducted by the Public History Institute at California State University, Bakersfield. Professor Sasaki was born in Sacramento, California, in November 1940 and grew up in Weiser, Idaho. He recollects his family's experiences during the World War II, being arrested as a suspect and incarcerated in Tule Lake after the attack on Pearl Harbor. See this object in the California State Universities Japanese American Digitization project site: <a href=\"http://cdm16855.contentdm.oclc.org/cdm/ref/collection/p16855coll4/id/11850\" target=\"_blank\" rel=\"noopener noreferrer\">csub_phi_0001</a>",
            "extent": "1:40:29",
            "links_children": "ddr-csujad-9-1",
            "creators": [
                {
                    "role": "interviewee",
                    "namepart": "Sasaki, Edwin"
                }
            ],
            "topics": [
                {
                    "term": "Geographic communities -- California",
                    "id": "271"
                },
                {
                    "term": "Geographic communities -- Idaho",
                    "id": "491"
                },
                {
                    "term": "Community activities -- Associations and organizations",
                    "id": "16"
                },
                {
                    "term": "Industry and employment -- Agriculture -- Farming",
                    "id": "345"
                },
                {
                    "term": "World War II -- Citizen isolation centers",
                    "id": "413"
                },
                {
                    "term": "World War II -- Pearl Harbor and aftermath -- Arrest, searches, and seizures",
                    "id": "50"
                }
            ],
            "format": "av",
            "language": [
                "eng"
            ],
            "contributor": "California State University, Bakersfield, Walter W. Stiern Library Archives and Special Collections",
            "rights": "nocc",
            "genre": "interview",
            "location": "Bakersfield, California",
            "facility": [
                {
                    "term": "Tule Lake",
                    "id": "10"
                }
            ],
            "creation": "9/3/2013",
            "status": "completed",
            "search_hidden": "Sasaki, Edwin interviewee",
            "download_large": "ddr-csujad-9-1-mezzanine-03cc2afc74-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-csujad-9-*"
            }
        },
        "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": {}
}