Endpoint for interacting with 3Di scenarios.

Subendpoints

Scenario results are available via /api/v4/scenarios/{uuid}/results/. Here, {uuid} should be replaced with the scenario's uuid. This subendpoint is also available via the "Extra Actions" button in the top-right corner when viewing a scenario instance on /api/v4/scenarios/{uuid}/.

Query parameters

name Text filter on the name field. Supports the following lookups: exact, startswith, icontains, and isnull.

uuid Filter on the uuid field, supports exact lookups only.

organisation Filter on organisation.

project Filter on the project's name, code, or uuid. The name and code support all text field filter methods: startswith, endswith, icontains, etc. The uuid field only supports exact lookups.

extra_metadata Filter on extra_metadata. Filter statements are given as a json dictionary whose keys are filter statements, and the values of the dictionary are the values to filter on. All filter methods are supported, also on nested elements of the field.

model_name Text filter on the model_name field. Supports the following lookups: exact, startswith, icontains, and isnull.

supplier Related field text filter on the username and email fields of supplier. For these fields, the following lookups are supported: exact, startswith, icontains, and isnull. Additionally, the isnull filter is supported on the supplier field itself.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

ordering Show the results in a specific order. You can order them by created, last_modified, name, organisation__name, username, model_name or total_size. Add a - in front to reverse the order.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

Examples:

?name=What

?name__icontains=wha

?name__startswith=wha

?extra_metadata={"comment__icontains": "water", "number__gte": "5", "nested_field__number__lte": "5"}

?uuid=e7a8

?uuid=10415ccb-ec31-4d43-bdb3-db597061527b

?uuid=88F7-4C9F-8F28,15EA-4B7F-B2ED

?organisation__name__startswith=Nelen

?organisation__name=DDSC

?organisation__name__startswith=Nelen

?organisation__name__icontains=Schuur

?organisation__uuid=61f5a464c35044c19bc7d4b42d7f58cb

?project__name=project_name

?project__name__icontains=PROJECT_name

?project__code=project_code_1234

?project__code__icontains=CODE_1234

?project__uuid=e1518dd0-254a-414f-a69e-8434a8a89e0a

?model_revision__icontains=em

?model_name__endswith=em

?supplier__username__icontains=em

?supplier__email=user@nelen-schuurmans.com

?supplier__isnull=true

?access_modifier=Private

?access_modifier=100

?ordering=name

?ordering=-created

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/scenarios/?page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 360,
    "next": "https://demo.lizard.net/api/v4/scenarios/?page=5",
    "previous": "https://demo.lizard.net/api/v4/scenarios/?page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/03de98b8-2653-4c1c-8cc2-b8f11a9de3b4/",
            "uuid": "03de98b8-2653-4c1c-8cc2-b8f11a9de3b4",
            "name": "Groep 12 Woonwijk ophogen 1 maart poging 3",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T17:44:14.442881Z",
            "last_modified": "2024-03-04T13:35:31.171323Z",
            "simulation_identifier": "178223",
            "simulation_start": "2024-03-01T12:19:49Z",
            "simulation_end": "2124-02-06T12:19:49Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 566139632,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/d303173d-9622-40f0-a1d2-fdc121f43aea/",
            "uuid": "d303173d-9622-40f0-a1d2-fdc121f43aea",
            "name": "groep 8 ouwekerk versie 7",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T17:07:22.349704Z",
            "last_modified": "2024-03-04T13:35:31.178440Z",
            "simulation_identifier": "178232",
            "simulation_start": "2024-03-01T12:57:19Z",
            "simulation_end": "2124-02-06T12:57:19Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 562592219,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/4f537e62-4489-4dc1-9d67-13eee1e0965a/",
            "uuid": "4f537e62-4489-4dc1-9d67-13eee1e0965a",
            "name": "Groep 8 Ouwerkerk versie 5 comp.",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T16:31:19.386353Z",
            "last_modified": "2024-03-04T13:35:31.189085Z",
            "simulation_identifier": "178214",
            "simulation_start": "2024-03-01T12:05:09Z",
            "simulation_end": "2124-02-06T12:05:09Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 567959409,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/f03f4057-8dd5-4b89-b144-bb80b0489532/",
            "uuid": "f03f4057-8dd5-4b89-b144-bb80b0489532",
            "name": "Groep 8 Ouwerkerk versie 6 ophogen",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T15:56:34.395988Z",
            "last_modified": "2024-03-04T13:35:31.198336Z",
            "simulation_identifier": "178221",
            "simulation_start": "2024-03-01T12:16:00Z",
            "simulation_end": "2124-02-06T12:16:00Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 572831432,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/c3a51a1e-7b02-42a7-9b29-53da24ca882a/",
            "uuid": "c3a51a1e-7b02-42a7-9b29-53da24ca882a",
            "name": "compartimenteringdijk jeroen den osse",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T14:44:22.484396Z",
            "last_modified": "2024-03-04T13:35:31.186437Z",
            "simulation_identifier": "178235",
            "simulation_start": "2024-03-01T13:01:51Z",
            "simulation_end": "2124-02-06T13:01:51Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 590064262,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/c0c5ac18-6754-4500-9e40-7c68ce2e3eb7/",
            "uuid": "c0c5ac18-6754-4500-9e40-7c68ce2e3eb7",
            "name": "Groep 12 ophogen 1 maart poging 5",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T14:05:38.967282Z",
            "last_modified": "2024-03-04T13:35:31.195944Z",
            "simulation_identifier": "178234",
            "simulation_start": "2024-03-01T13:01:43Z",
            "simulation_end": "2124-02-06T13:01:43Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 579453203,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/ab0784f7-ef67-41b4-b565-373bfa8db2a6/",
            "uuid": "ab0784f7-ef67-41b4-b565-373bfa8db2a6",
            "name": "CollinMETCOMP2",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T13:23:17.782787Z",
            "last_modified": "2024-03-04T13:35:31.213531Z",
            "simulation_identifier": "178238",
            "simulation_start": "2024-03-01T13:17:46Z",
            "simulation_end": "2124-02-06T13:17:46Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 687448093,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/e443da19-9520-4556-a52e-74285e706b59/",
            "uuid": "e443da19-9520-4556-a52e-74285e706b59",
            "name": "Groep 8 Ouwerkerk versie 4.0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T12:47:33.945466Z",
            "last_modified": "2024-03-04T13:35:31.205816Z",
            "simulation_identifier": "178220",
            "simulation_start": "2024-03-01T12:09:26Z",
            "simulation_end": "2124-02-06T12:09:26Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 541155252,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/1a0c8d43-fb44-4583-852d-324d7b62e2e0/",
            "uuid": "1a0c8d43-fb44-4583-852d-324d7b62e2e0",
            "name": "brouwershaven den osse ophogen",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T10:48:45.931899Z",
            "last_modified": "2024-03-04T13:35:31.193673Z",
            "simulation_identifier": "178118",
            "simulation_start": "2024-03-01T08:56:34Z",
            "simulation_end": "2124-02-06T08:56:34Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 555974170,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        },
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/ae96e2bd-941f-4e0b-a6d1-d7e25aed9cd7/",
            "uuid": "ae96e2bd-941f-4e0b-a6d1-d7e25aed9cd7",
            "name": "Scharendijke farida",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-01T10:10:30.821669Z",
            "last_modified": "2024-03-04T13:35:31.228525Z",
            "simulation_identifier": "178130",
            "simulation_start": "2024-03-01T09:20:14Z",
            "simulation_end": "2124-02-06T09:20:14Z",
            "supplier": "hrstudent1",
            "source": "3Di",
            "model_identifier": "62441",
            "model_revision": "26246",
            "model_name": "schouwen-duiveland-2d-hr-schouwenduiveland_schouwenduiveland-1-0",
            "has_raw_results": true,
            "total_size": 602627794,
            "spatial_bounds": {
                "west": 3.655264525622011,
                "east": 4.120402343289105,
                "north": 51.765518958027435,
                "south": 51.59707727595284
            },
            "projection": "EPSG:28992",
            "origin_x": 35435.0,
            "origin_y": 402325.0,
            "pixelsize_x": 5.0,
            "pixelsize_y": 5.0,
            "upper_bound_x": 67240.0,
            "upper_bound_y": 420415.0
        }
    ]
}