GET /apis/api/relations/placework/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "count": 2,
    "limit": 50,
    "offset": 0,
    "results": [
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/relations/placework/16465/?format=api",
            "id": 16465,
            "review": false,
            "start_date": "1708-07-01",
            "start_start_date": "1708-01-01",
            "start_end_date": "1708-12-31",
            "end_date": "1789-07-02",
            "end_start_date": "1789-01-01",
            "end_end_date": "1789-12-31",
            "start_date_written": "1708",
            "end_date_written": "1789",
            "status": "",
            "references": "",
            "notes": "",
            "published": false,
            "source": null,
            "related_place": {
                "id": 9425,
                "label": "Belgrad",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/entities/place/9425/"
            },
            "related_work": {
                "id": 16463,
                "label": "Grabstein des Elçi İbrahim Paşa",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/entities/work/16463/"
            },
            "relation_type": {
                "id": 667,
                "label": "location of",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/placeworkrelation/667/",
                "parent_id": null
            }
        },
        {
            "url": "https://mpr.acdh.oeaw.ac.at/apis/api/relations/placework/16467/?format=api",
            "id": 16467,
            "review": false,
            "start_date": "1789-07-02",
            "start_start_date": "1789-01-01",
            "start_end_date": "1789-12-31",
            "end_date": null,
            "end_start_date": null,
            "end_end_date": null,
            "start_date_written": "1789",
            "end_date_written": null,
            "status": "",
            "references": "",
            "notes": "",
            "published": false,
            "source": null,
            "related_place": {
                "id": 16466,
                "label": "Hadersdorf",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/entities/place/16466/"
            },
            "related_work": {
                "id": 16463,
                "label": "Grabstein des Elçi İbrahim Paşa",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/entities/work/16463/"
            },
            "relation_type": {
                "id": 667,
                "label": "location of",
                "url": "https://mpr.acdh.oeaw.ac.at/apis/api/vocabularies/placeworkrelation/667/",
                "parent_id": null
            }
        }
    ]
}