Get a list of MigrationProperty objects.

GET /api/v3/migrationproperties/?format=api&offset=5500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5502,
    "next": null,
    "previous": "https://catalogue.ceda.ac.uk/api/v3/migrationproperties/?format=api&limit=100&offset=5400",
    "results": [
        {
            "id": 11321,
            "key": "moles2.provider",
            "value": "badc.nerc.ac.uk",
            "modified": "2022-07-08",
            "ob_ref": 13946
        },
        {
            "id": 11322,
            "key": "project.moles2_activity_subtype",
            "value": "dgActivityDataProject",
            "modified": "2026-01-29",
            "ob_ref": 20010
        }
    ]
}