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.

Basic result processing can be started for a raw 3Di result via /api/v4/scenarios/{uuid}/process.

These subendpoints, as well as more detailed documentation about the endpoints, are 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/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 164,
    "next": "https://demo.lizard.net/api/v4/scenarios/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/scenarios/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/2bcdf88d-1426-414e-a8d3-242a476cc2ab/?format=api",
            "uuid": "2bcdf88d-1426-414e-a8d3-242a476cc2ab",
            "name": "ZW-500m3-12 Hour- Bruinisse groep 6",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-15T10:38:58.365596Z",
            "last_modified": "2024-03-15T09:35:24.602720Z",
            "simulation_identifier": "175010",
            "simulation_start": "2024-02-15T10:07:46Z",
            "simulation_end": "2124-01-22T10:07: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": 634502424,
            "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/ef9aa069-ff2f-41cb-996e-e03bf8602dd0/?format=api",
            "uuid": "ef9aa069-ff2f-41cb-996e-e03bf8602dd0",
            "name": "Groep 6 nw-9-12 hour- 500m3- Bruinisse 2024",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-15T10:38:50.779303Z",
            "last_modified": "2024-03-06T14:02:13.247585Z",
            "simulation_identifier": "175020",
            "simulation_start": "2024-02-15T10:23:18Z",
            "simulation_end": "2124-01-22T10:23:18Z",
            "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": 647416022,
            "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/67f113c7-bfad-4129-a26b-62a600da4a7e/?format=api",
            "uuid": "67f113c7-bfad-4129-a26b-62a600da4a7e",
            "name": "Burgh Haamstede 2024 15 02",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-15T10:38:38.777338Z",
            "last_modified": "2024-03-06T14:02:13.251040Z",
            "simulation_identifier": "175019",
            "simulation_start": "2024-02-15T10:21:17Z",
            "simulation_end": "2124-01-22T10:21:17Z",
            "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": 555915856,
            "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/5428029e-d250-4e2a-889a-ddc4dec38e39/?format=api",
            "uuid": "5428029e-d250-4e2a-889a-ddc4dec38e39",
            "name": "2024-02-15T105947_schouwen-duiveland-2d-hr - Schou",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-15T10:03:56.815273Z",
            "last_modified": "2024-03-06T14:02:13.243931Z",
            "simulation_identifier": "175002",
            "simulation_start": "2024-02-15T09:58:48Z",
            "simulation_end": "2124-01-22T09:58:48Z",
            "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": 576812339,
            "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/09d0661c-84b9-4e32-a0cc-c093887acd50/?format=api",
            "uuid": "09d0661c-84b9-4e32-a0cc-c093887acd50",
            "name": "2024-02-15T085437_schouwen-duiveland-2d-hr - Schou",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-15T07:55:27.224371Z",
            "last_modified": "2024-03-06T14:02:13.245441Z",
            "simulation_identifier": "174966",
            "simulation_start": "2024-02-15T07:53:00Z",
            "simulation_end": "2124-01-22T07:53: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": 608627784,
            "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/2574e5fa-bb31-404e-aafd-a3ff1ca29baf/?format=api",
            "uuid": "2574e5fa-bb31-404e-aafd-a3ff1ca29baf",
            "name": "Groep 7 oosterland ..",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-13T13:16:13.696368Z",
            "last_modified": "2024-03-06T14:02:13.245353Z",
            "simulation_identifier": "174511",
            "simulation_start": "2024-02-13T13:13:34Z",
            "simulation_end": "2124-01-20T13:13: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": 590492712,
            "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/a99124a1-388c-4b2c-ae88-3a927ac7d7a1/?format=api",
            "uuid": "a99124a1-388c-4b2c-ae88-3a927ac7d7a1",
            "name": "Groep 7 oosterland 3.0",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-12T17:50:08.656380Z",
            "last_modified": "2024-03-06T14:02:13.247243Z",
            "simulation_identifier": "174361",
            "simulation_start": "2024-02-12T17:34:19Z",
            "simulation_end": "2124-01-19T17:34: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": 599892303,
            "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/958554f2-8f8b-451c-a642-b33481e6408a/?format=api",
            "uuid": "958554f2-8f8b-451c-a642-b33481e6408a",
            "name": "Groep 7 Oosterland",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-12T17:14:21.434950Z",
            "last_modified": "2024-03-06T14:02:13.250478Z",
            "simulation_identifier": "174356",
            "simulation_start": "2024-02-12T17:00:48Z",
            "simulation_end": "2124-01-19T17:00:48Z",
            "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": 591723322,
            "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/fa2ecba3-7f32-4d27-9eaa-0f6f6c1f694b/?format=api",
            "uuid": "fa2ecba3-7f32-4d27-9eaa-0f6f6c1f694b",
            "name": "Test Doeke",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/2bf14037-3e6a-413b-8407-0d40347080b0/?format=api",
                "uuid": "2bf14037-3e6a-413b-8407-0d40347080b0",
                "name": "Hogeschool Rotterdam"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-02-12T12:46:54.467831Z",
            "last_modified": "2024-03-06T14:02:13.249753Z",
            "simulation_identifier": "174273",
            "simulation_start": "2024-02-12T12:18:33Z",
            "simulation_end": "2124-01-19T12:18:33Z",
            "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": 751671933,
            "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/5cf352bb-a6ae-4425-b276-a20fbfff45f7/?format=api",
            "uuid": "5cf352bb-a6ae-4425-b276-a20fbfff45f7",
            "name": "Testcase_Bodis_Purmerend_future",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/?format=api",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "project": null,
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-01-12T15:19:06.285153Z",
            "last_modified": "2024-06-25T13:25:45.758500Z",
            "simulation_identifier": "170106",
            "simulation_start": "2000-01-01T12:00:00Z",
            "simulation_end": "2000-01-01T17:00:00Z",
            "supplier": "joost.vandijk",
            "source": "3Di",
            "model_identifier": "61991",
            "model_revision": "54286",
            "model_name": "w0168_bodis_testcase_purmerend_future-2",
            "has_raw_results": true,
            "total_size": 13524503,
            "spatial_bounds": {
                "west": 4.945987542773952,
                "east": 4.950938605422998,
                "north": 52.512747665729194,
                "south": 52.50957950480699
            },
            "projection": "EPSG:28992",
            "origin_x": 125048.0,
            "origin_y": 502524.0,
            "pixelsize_x": 0.5,
            "pixelsize_y": 0.5,
            "upper_bound_x": 125382.0,
            "upper_bound_y": 502874.5
        }
    ]
}