List children for a collection or collection object

GET /api/0.2/ddr-pc-37/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-37/children/?format=api&limit=25&offset=25",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-pc-37-51",
            "model": "entity",
            "index": "0 50/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-37-51/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-37-51/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-37/ddr-pc-37-51-mezzanine-9ff3eac964-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-37/ddr-pc-37-51-mezzanine-9ff3eac964-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 61, No. 25 (December 17, 1965)",
            "description": "Selected article titles: \"Labor Red Tape May Keep Immigration Doors Tight\" (p.1-2), \"Federal Voting Law Supercedes State Literacy Provision\" (p.1), \"Findings of McCone Commission\" (p.1-2), \"Shonien Home Sold for $85,000 Fund Reserved for Community Projects\" (p.4).",
            "extent": "17.25W x 22H",
            "links_children": "ddr-pc-37-51",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "Japanese American Citizens League"
                }
            ],
            "topics": [
                {
                    "term": "Activism and involvement -- Civil liberties",
                    "id": "233"
                },
                {
                    "term": "Immigration and citizenship",
                    "id": "1"
                },
                {
                    "term": "Race and racism -- Violence",
                    "id": "186"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "December 17, 1965",
            "status": "completed",
            "search_hidden": "Japanese American Citizens League publisher",
            "download_large": "ddr-pc-37-51-mezzanine-9ff3eac964-a.jpg"
        },
        {
            "id": "ddr-pc-37-52",
            "model": "entity",
            "index": "1 51/{'value': 52, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-pc-37-52/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-pc-37-52/?format=api",
                "img": "https://ddr.densho.org/media/ddr-pc-37/ddr-pc-37-52-mezzanine-561dd1f82c-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-pc-37/ddr-pc-37-52-mezzanine-561dd1f82c-a.jpg"
            },
            "title": "Pacific Citizen, Vol. 61, No. 26 (December 24-31, 1965)",
            "description": "Selected article titles: \"For Equality In and Under the Law\" (p.A1, A3), \"Immigration: Abolish Quota System over Five-Year Period\" (p.A5-A6), \"Japanese Resent Stigma of 1924 Exclusion Act\" (p.A8, A10), \"Dr. Steve Abe: Psychologist Compares Nisei-Sansei Teenage Relationship\" (p.B3-B5, B23), \"The Enemy at Guadlcanal\" (p.B6, B10, B18), \"The Road through the Pasture\"(p.B20).\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": "15W x 22H",
            "links_children": "ddr-pc-37-52",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "Japanese American Citizens League"
                }
            ],
            "topics": [
                {
                    "term": "Community activities -- Associations and organizations -- The Japanese American Citizens League",
                    "id": "20"
                },
                {
                    "term": "Community activities -- Conventions and conferences",
                    "id": "299"
                },
                {
                    "term": "Identity and values -- Nisei",
                    "id": "44"
                },
                {
                    "term": "Identity and values -- Sansei",
                    "id": "338"
                },
                {
                    "term": "Immigration and citizenship",
                    "id": "1"
                },
                {
                    "term": "Immigration and citizenship -- Law and legislation -- Alien land laws",
                    "id": "516"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Pacific Citizen",
            "rights": "cc",
            "genre": "periodical",
            "location": "Los Angeles, California",
            "creation": "December 24-31, 1965",
            "status": "completed",
            "search_hidden": "Japanese American Citizens League publisher",
            "download_large": "ddr-pc-37-52-mezzanine-561dd1f82c-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-pc-37-*"
            }
        },
        "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": {}
}