List children for a collection or collection object

GET /api/0.2/ddr-densho-129/children/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 3,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-129-1",
            "model": "entity",
            "index": "0 0/{'value': 3, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-129-1/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-129-1/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-129/ddr-densho-129-1-mezzanine-735d4e802a-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-129/ddr-densho-129-1-mezzanine-735d4e802a-a.jpg"
            },
            "title": "Family portrait",
            "description": "This Japanese American family ran University Cleaners, a dye works business located at 1014 East 45th Street in Seattle, Washington. (L to R): Mr. Akimoto, Dorrie Akimoto, Mrs. Akimoto, Robert Akimoto.",
            "extent": "5W x 6.5H",
            "links_children": "ddr-densho-129-1",
            "topics": [
                {
                    "term": "Industry and employment -- Small business",
                    "id": "8"
                }
            ],
            "format": "img",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Akimoto, Dorrie"
                },
                {
                    "namepart": "Akimoto, Robert"
                }
            ],
            "contributor": "Densho",
            "rights": "pcc",
            "genre": "photograph",
            "location": "unknown",
            "status": "completed",
            "search_hidden": "Akimoto, Dorrie \nAkimoto, Robert",
            "download_large": "ddr-densho-129-1-mezzanine-735d4e802a-a.jpg"
        },
        {
            "id": "ddr-densho-129-2",
            "model": "entity",
            "index": "1 1/{'value': 3, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-129-2/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-129-2/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-129/ddr-densho-129-2-mezzanine-ec79ba98fc-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-129/ddr-densho-129-2-mezzanine-ec79ba98fc-a.jpg"
            },
            "title": "Sister and brother in front of car",
            "description": "This brother and sister lived in the University District in a small home behind their parents' storefront dye works business. (L to R): Dorrie Akimoto, Bob Akimoto.",
            "extent": "2W x 3.5H",
            "links_children": "ddr-densho-129-2",
            "topics": [
                {
                    "term": "Industry and employment -- Small business",
                    "id": "8"
                }
            ],
            "format": "img",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Akimoto, Dorrie"
                },
                {
                    "namepart": "Akimoto, Bob"
                }
            ],
            "contributor": "Densho",
            "rights": "pcc",
            "genre": "photograph",
            "location": "Seattle, Washington",
            "status": "completed",
            "search_hidden": "Akimoto, Dorrie \nAkimoto, Bob",
            "download_large": "ddr-densho-129-2-mezzanine-ec79ba98fc-a.jpg"
        },
        {
            "id": "ddr-densho-129-3",
            "model": "entity",
            "index": "2 2/{'value': 3, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-129-3/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-129-3/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-129/ddr-densho-129-3-mezzanine-fa1bcac0c7-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-129/ddr-densho-129-3-mezzanine-fa1bcac0c7-a.jpg"
            },
            "title": "Issei couple in front of barracks",
            "description": "",
            "extent": "2.6W x 3.8H",
            "links_children": "ddr-densho-129-3",
            "format": "img",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "pcc",
            "genre": "photograph",
            "location": "Minidoka concentration camp, Idaho",
            "facility": [
                {
                    "term": "Minidoka",
                    "id": "8"
                }
            ],
            "status": "completed",
            "search_hidden": "",
            "download_large": "ddr-densho-129-3-mezzanine-fa1bcac0c7-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-129-*"
            }
        },
        "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": {}
}