List children for a collection or collection object

GET /api/0.2/ddr-pc-23/children/?format=api&limit=25&offset=50
HTTP 200 OK
Allow: OPTIONS, GET
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-23/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-23-51",
            "model": "entity",
            "index": "0 50/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-23-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-23-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-23/ddr-pc-23-51-mezzanine-b535e08c13-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-23/ddr-pc-23-51-mezzanine-b535e08c13-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 33 No. 24 (December 22, 1951)",
            "description": "Selected article titles: \"The Nisei and Their Heritage\" (p. 2), \"Citizenship for the Issei: Will This Be the Year?\" (p. 3), \"Denver JACL Hits All-Time High As Chapter Signs 500 Persons\" (p. 41).\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": "Pacific Citizen",
            "links_children": "ddr-pc-23-51",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "The Japanese American Citizens League"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Salt Lake City, Utah",
            "creation": "December 22, 1951",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-23-51-mezzanine-b535e08c13-a.jpg"
        },
        {
            "id": "ddr-pc-23-52",
            "model": "entity",
            "index": "1 51/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-23-52/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-23-52/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-23/ddr-pc-23-52-mezzanine-5f053f3d7e-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-23/ddr-pc-23-52-mezzanine-5f053f3d7e-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 33 No. 25 (December 29, 1951)",
            "description": "Selected article titles: \"Masaoka Presents JACL's Recommendations to Expedite Evacuation Claims Program\" (p. 1), \"Report 26 Nisei Soldiers War Prisoners in Korea\" (p. 1), \"Immigration Board to Hear Arguments in Deportations Involving Proscribed Groups\" (p. 3), \"Housewife Turns Sprinkler on Nisei Gardener Pickets\" (p. 3), \"Hirabayashis Take Children, 40 Pairs of Shoes to Beirut\" (p. 7), \"JACL Committee Will Study Prejudice on East Coast\" (p. 8).",
            "extent": "Pacific Citizen",
            "links_children": "ddr-pc-23-52",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "The Japanese American Citizens League"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Salt Lake City, Utah",
            "creation": "December 29, 1951",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-23-52-mezzanine-5f053f3d7e-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-23-*"
            }
        },
        "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": {}
}