List children for a collection or collection object

GET /api/0.2/ddr-pc-17/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-17/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-17-51",
            "model": "entity",
            "index": "0 50/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-17-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-17-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-17/ddr-pc-17-51-mezzanine-d79fcdd806-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-17/ddr-pc-17-51-mezzanine-d79fcdd806-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 21 No. 25 (December 22, 1945)",
            "description": "Selected article titles: \"WRA Will Assist Returned Evacuees to Find Permanent Location on Pacific Coast\" (p. 3), \"California Attorney General Says Sheriff Attempted to Prevent Evacuee Employment\" (p. 3), \"Rehearings May Be Held for Tule Lake Group\" (p. 3), \"The Future of the Nisei is His Own by Dillon S. Myer\" (p. 9), \"Nisei Assisted in Propaganda at War's End\" (p. 22).",
            "extent": "Pacific Citizen",
            "links_children": "ddr-pc-17-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, 1945",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-17-51-mezzanine-d79fcdd806-a.jpg"
        },
        {
            "id": "ddr-pc-17-52",
            "model": "entity",
            "index": "1 51/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-17-52/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-17-52/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-17/ddr-pc-17-52-mezzanine-5ec52bba28-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-17/ddr-pc-17-52-mezzanine-5ec52bba28-a.jpg"
            },
            "title": "The Pacific Citizen, Vol. 21 No. 26 (December 29, 1945)",
            "description": "Selected article titles: \"Tule Lake Expatriates Will Receive New Hearings Soon\" (p. 1), \"Japanese Canadian Evacuees Seek to Cancel Requests For Repatriation to Japan\" (p. 1), \"Little Opposition Against Nisei Remains in West Coast Area (p. 3), \"Railroad to Use Evacuees on Tracks in Utah\" (p. 8).",
            "extent": "Pacific Citizen",
            "links_children": "ddr-pc-17-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, 1945",
            "status": "completed",
            "search_hidden": "The Japanese American Citizens League publisher",
            "download_large": "ddr-pc-17-52-mezzanine-5ec52bba28-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-17-*"
            }
        },
        "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": {}
}