List children for a collection or collection object

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

{
    "total": 51,
    "limit": 25,
    "offset": 50,
    "prev_offset": 25,
    "next_offset": null,
    "page_size": 25,
    "this_page": 3,
    "num_this_page": 1,
    "prev_api": "https://ddr.densho.org/api/0.2/ddr-pc-48/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-48-51",
            "model": "entity",
            "index": "0 50/{'value': 51, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-48-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-48-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-48/ddr-pc-48-51-mezzanine-558358bfdc-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-48/ddr-pc-48-51-mezzanine-558358bfdc-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 83, No. 26 (December 24-31, 1976)",
            "description": "Special holiday issue. Selected article titles: \"PC Headlines in 1986\" (p. 3), \"The Trend Is Toward Assimilation\" (p. 4), \"Five Critical Political-Social Issues for Nisei and Their Future Well-Being in U.S. Assessed\" (pp. 5, 68), \"Evacuation Remembered, but Use of Nihongo Fading Away\" (pp. 85-87), and \"Tule Lake's Steel Cross Rededicated by 1976 Pilgrim\" (pp. 101, 104).\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": "10.75W x 15H",
            "links_children": "ddr-pc-48-51",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "Japanese American Citizens League"
                }
            ],
            "topics": [
                {
                    "term": "Arts and literature -- Literary arts -- Fiction",
                    "id": "241"
                },
                {
                    "term": "Identity and values",
                    "id": "42"
                },
                {
                    "term": "Identity and values -- Nisei",
                    "id": "44"
                },
                {
                    "term": "Industry and employment -- Agriculture -- Farming",
                    "id": "345"
                },
                {
                    "term": "Industry and employment -- Fishing and canneries",
                    "id": "10"
                },
                {
                    "term": "Journalism and media -- Community publications -- Pacific Citizen",
                    "id": "389"
                },
                {
                    "term": "Reflections on the past",
                    "id": "118"
                },
                {
                    "term": "Reflections on the past -- Camp pilgrimages",
                    "id": "81"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "facility": [
                {
                    "term": "Tule Lake",
                    "id": "10"
                }
            ],
            "creation": "December 24-31, 1976",
            "status": "completed",
            "search_hidden": "Japanese American Citizens League publisher",
            "download_large": "ddr-pc-48-51-mezzanine-558358bfdc-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-48-*"
            }
        },
        "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": {}
}