Arrival
Endpoint for interacting with 3Di scenario results.
Add attachments to newly created results by uploading a file (using a PUT request) to
the temporary upload_url
of a result.
Subendpoints
The subendpoints below have been defined for convienience and may be used for viewing or deleting a specific class of results. They are also available via the "Extra Actions" button in the top-right corner when viewing a result list.
- /api/v4/scenarios/{uuid}/results/arrival/
- /api/v4/scenarios/{uuid}/results/basic/
- /api/v4/scenarios/{uuid}/results/damage/
- /api/v4/scenarios/{uuid}/results/raw/
- /api/v4/scenarios/{uuid}/results/tiles/
For example, a DELETE request on /api/v4/scenarios/{uuid}/results/raw/ would schedule all raw results for deletion. This is more convenient than deleting results one by one via /api/v4/scenarios/{uuid}/results/{id}/.
GET /api/v4/scenarios/b8009661-9f11-4d1b-ba94-a835888e5abf/results/arrival/?format=api
{ "count": 1, "next": null, "previous": null, "results": [ { "url": "https://demo.lizard.net/api/v4/scenarios/b8009661-9f11-4d1b-ba94-a835888e5abf/results/455442/?format=api", "id": 455442, "name": "Arrival time", "code": "depth-first-dtri", "description": null, "family": "Arrival", "raster": "https://demo.lizard.net/api/v4/rasters/6c33eea2-9b29-42fd-bebc-c5f15b587368/?format=api", "attachment_url": null, "upload_url": "https://lizard-prod.s3.amazonaws.com/scenarios/b8009661-9f11-4d1b-ba94-a835888e5abf/depth-first-dtri-upload?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2FOYZ3A3OWTIUOHB%2F20250316%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20250316T100016Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b8e57d6ef5e6f766fafb25aa0d4c1bbba4e56aaaf8fb4723dea02cd446a42ccd" } ] }