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/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 352,
    "next": "https://demo.lizard.net/api/v4/scenarios/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/scenarios/78d58488-6b84-496b-aee0-f302c21cd95b/?format=api",
            "uuid": "78d58488-6b84-496b-aee0-f302c21cd95b",
            "name": "Mats Pullen 2 15-3-24",
            "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-03-15T11:51:59.688151Z",
            "last_modified": "2024-03-15T11:54:49.210427Z",
            "simulation_identifier": "180247",
            "simulation_start": "2024-03-15T11:42:41Z",
            "simulation_end": "2124-02-20T11:42:41Z",
            "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": 541190888,
            "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/f9fa1eca-cfd9-48bf-a86d-1dd8e472cdde/?format=api",
            "uuid": "f9fa1eca-cfd9-48bf-a86d-1dd8e472cdde",
            "name": "Mats Pullen 15-3-24",
            "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-03-15T09:49:37.548935Z",
            "last_modified": "2024-03-15T11:54:49.214061Z",
            "simulation_identifier": "180227",
            "simulation_start": "2024-03-15T09:29:05Z",
            "simulation_end": "2124-02-20T09:29:05Z",
            "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": 563187098,
            "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/b8009661-9f11-4d1b-ba94-a835888e5abf/?format=api",
            "uuid": "b8009661-9f11-4d1b-ba94-a835888e5abf",
            "name": "groep 8 ouwerkerk versie 10",
            "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-03-12T14:20:26.738195Z",
            "last_modified": "2024-03-15T09:35:18.392773Z",
            "simulation_identifier": "179790",
            "simulation_start": "2024-03-12T13:41:55Z",
            "simulation_end": "2124-02-17T13:41:55Z",
            "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": 564877722,
            "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/a4058100-14b5-42f2-8836-f281d9dec06f/?format=api",
            "uuid": "a4058100-14b5-42f2-8836-f281d9dec06f",
            "name": "Groep 8 Ouwerkerk Noodkeringen versie 9",
            "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-03-12T13:40:01.252302Z",
            "last_modified": "2024-03-15T09:35:18.358464Z",
            "simulation_identifier": "179785",
            "simulation_start": "2024-03-12T13:18:19Z",
            "simulation_end": "2124-02-17T13:18: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": 556216492,
            "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/47e8e9df-5349-4b7c-97df-7fc10d22e271/?format=api",
            "uuid": "47e8e9df-5349-4b7c-97df-7fc10d22e271",
            "name": "Groep 8 Ouwerkerk noodkeringen versie 8",
            "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-03-12T13:03:14.442615Z",
            "last_modified": "2024-03-15T09:35:18.371615Z",
            "simulation_identifier": "179775",
            "simulation_start": "2024-03-12T12:49:57Z",
            "simulation_end": "2124-02-17T12:49:57Z",
            "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": 566065589,
            "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/91373aa6-f692-4f3b-bd69-a4d88dc5f26d/?format=api",
            "uuid": "91373aa6-f692-4f3b-bd69-a4d88dc5f26d",
            "name": "Mats Pullen 8-3-24",
            "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-03-08T13:05:09.815201Z",
            "last_modified": "2024-03-15T11:54:49.235890Z",
            "simulation_identifier": "179346",
            "simulation_start": "2024-03-08T12:29:48Z",
            "simulation_end": "2124-02-13T12:29: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": 592089930,
            "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/eb1f4d68-688e-4dbd-a339-3dac67df1aa9/?format=api",
            "uuid": "eb1f4d68-688e-4dbd-a339-3dac67df1aa9",
            "name": "Mats Pullen Dijkdoorbraak Bruinisse 2024 8-3-24",
            "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": "https://demo.lizard.net/api/v4/projects/7a4716ff-e1b8-4345-9338-ea7614364a6b/?format=api",
            "description": "",
            "extra_metadata": {},
            "access_modifier": "Public",
            "created": "2024-03-08T12:28:00.449814Z",
            "last_modified": "2024-03-15T11:54:49.225014Z",
            "simulation_identifier": "179341",
            "simulation_start": "2024-03-08T12:22:51Z",
            "simulation_end": "2124-02-13T12:22: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": 567960591,
            "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/d64991e3-ca59-4a93-916c-83d7e6f1d5c0/?format=api",
            "uuid": "d64991e3-ca59-4a93-916c-83d7e6f1d5c0",
            "name": "Burgh Haamstede Zonder maatregel",
            "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-03-08T08:15:46.463275Z",
            "last_modified": "2024-03-15T09:35:24.599147Z",
            "simulation_identifier": "179269",
            "simulation_start": "2024-03-08T08:13:28Z",
            "simulation_end": "2124-02-13T08:13:28Z",
            "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": 564085285,
            "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/19e8535f-2945-4ce9-9fd0-203b74de3889/?format=api",
            "uuid": "19e8535f-2945-4ce9-9fd0-203b74de3889",
            "name": "Groep 12 6 maart poging 9",
            "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-03-06T14:35:12.035994Z",
            "last_modified": "2024-03-15T09:35:18.360648Z",
            "simulation_identifier": "178984",
            "simulation_start": "2024-03-06T13:57:14Z",
            "simulation_end": "2124-02-11T13:57: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": 566000238,
            "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/5e5c3525-7575-4561-853a-604be8f57ae1/?format=api",
            "uuid": "5e5c3525-7575-4561-853a-604be8f57ae1",
            "name": "Groep 12 6 maart poging 8",
            "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-03-06T13:56:55.747888Z",
            "last_modified": "2024-03-06T14:02:05.964299Z",
            "simulation_identifier": "178983",
            "simulation_start": "2024-03-06T13:52:12Z",
            "simulation_end": "2124-02-11T13:52:12Z",
            "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": 564024890,
            "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
        }
    ]
}