List children for a collection or collection object

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

{
    "total": 52,
    "limit": 25,
    "offset": 50,
    "prev_offset": 25,
    "next_offset": null,
    "page_size": 25,
    "this_page": 3,
    "num_this_page": 2,
    "prev_api": "https://ddr.densho.org/api/0.2/ddr-pc-32/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-32-51",
            "model": "entity",
            "index": "0 50/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-32-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-32-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-32/ddr-pc-32-51-mezzanine-51eea66a02-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-32/ddr-pc-32-51-mezzanine-51eea66a02-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 51, No. 25 (December 16, 1960)",
            "description": "Select article titles: \"Costa Mesa School Board Denies Use of Room for ACLU Meeting\" (p. 1); \"Japanese Canadian Citizens Association at crossroads, asserts Vancouver member\" (p. 6); \"Hawaiian Nisei actress thrives on hard work in London production of Flower Drum Song\" (p.7); \"U.S. Supreme Court Balks Louisiana on Appeals to Stay School Integration\" (p.8); \"Calif. Real Estate commissioner orders broker license forms drop race designation\" (p.8)",
            "extent": "11W x 17H",
            "links_children": "ddr-pc-32-51",
            "creators": [
                {
                    "role": "Japanese American Citizen League",
                    "namepart": "publisher"
                }
            ],
            "topics": [
                {
                    "term": "Activism and involvement -- Civil rights",
                    "id": "234"
                },
                {
                    "term": "Arts and literature -- Performing arts",
                    "id": "247"
                },
                {
                    "term": "Japanese Canadians -- Life in Canada",
                    "id": "382"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "12/16/1960",
            "status": "completed",
            "search_hidden": "publisher Japanese American Citizen League",
            "download_large": "ddr-pc-32-51-mezzanine-51eea66a02-a.jpg"
        },
        {
            "id": "ddr-pc-32-52",
            "model": "entity",
            "index": "1 51/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-32-52/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-32-52/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-32/ddr-pc-32-52-mezzanine-de6899e6f4-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-32/ddr-pc-32-52-mezzanine-de6899e6f4-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 51, No. 26 (December 23, 1960)",
            "description": "Christmas/Holiday edition of Pacific Citizen. \r\n\r\nSelect article titles: \"Watch the Sansei Generation\" (p. A4); \"Hawaii's Great Japanese Strike\" (p. B1); \"JACL Convention in World's Fair Atmosphere\" (p. B18).\r\n\r\nThe holiday issue included advertisements bought by JACL members and chapters that included personal addresses and phone numbers to better foster communications between Japanese American communities. These addresses and phone numbers have been redacted to help protect the privacy of Japanese American communities. Please contact Densho to request the original version.",
            "extent": "11W x 17H",
            "links_children": "ddr-pc-32-52",
            "creators": [
                {
                    "role": "Japanese American Citizen League",
                    "namepart": "publisher"
                }
            ],
            "topics": [
                {
                    "term": "Geographic communities -- Hawai'i",
                    "id": "277"
                },
                {
                    "term": "Geographic communities -- Washington -- Seattle",
                    "id": "293"
                },
                {
                    "term": "Community activities -- Festivals, celebrations, and holidays",
                    "id": "25"
                },
                {
                    "term": "Identity and values -- Sansei",
                    "id": "338"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "12/23/1960",
            "status": "completed",
            "search_hidden": "publisher Japanese American Citizen League",
            "download_large": "ddr-pc-32-52-mezzanine-de6899e6f4-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-32-*"
            }
        },
        "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": {}
}