List children for a collection or collection object

GET /api/0.2/ddr-pc-18/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-18/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-18-51",
            "model": "entity",
            "index": "0 50/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-18-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-18-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-18/ddr-pc-18-51-mezzanine-fcad1b25c0-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-18/ddr-pc-18-51-mezzanine-fcad1b25c0-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 28 No. 24 (December 21, 1946)",
            "description": "Selected article titles: \"The First Post-WRA Christmas\" (p. 2), \"1946: Year of Resettlement\" (p. 9), \"Canadians May Seek Indemnity For Evacuation. Evacuees Conduct Survey on Damages From Evacuation\" (p. 41), \"California Will Pay Back Wages To Nisei Group\" (p. 41).",
            "extent": "Pacific Citizen",
            "links_children": "ddr-pc-18-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 21, 1946",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-18-51-mezzanine-fcad1b25c0-a.jpg"
        },
        {
            "id": "ddr-pc-18-52",
            "model": "entity",
            "index": "1 51/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-18-52/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-18-52/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-18/ddr-pc-18-52-mezzanine-445b0dab36-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-18/ddr-pc-18-52-mezzanine-445b0dab36-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 28 No. 25 (December 28, 1946)",
            "description": "Selected article titles: \"Nisei Parents File California Suit Against Education Code Permiting Race Segregation\" (p. 1), \"Sociologist Finds Persons With Greater Knoweldge of Nisei Have Most Favorable Attitude\" (p. 1), \"Writer Charges Evacuees Victims of 'Great Swindle'. Japanese Americans Lost Farms, Businesses, Homes During Crisis, Declares Smith\" (p. 3), \"Book Review: The Spoilage is the Story Of Those Who Lost Faith\" (p. 5).",
            "extent": "Pacific Citizen",
            "links_children": "ddr-pc-18-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 28, 1946",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-18-52-mezzanine-445b0dab36-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-18-*"
            }
        },
        "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": {}
}