From 6f8c049c98eda815da8d8571af4c8810b285a250 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Tue, 10 Mar 2020 10:58:01 +0000 Subject: [PATCH] Update page 'VRAPoten API' --- VRAPoten-API.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/VRAPoten-API.md b/VRAPoten-API.md index 2968643..ae0e1b4 100644 --- a/VRAPoten-API.md +++ b/VRAPoten-API.md @@ -85,35 +85,9 @@ Response 403 No WRITE permissions in item Response 404 Item not found ###### Create taskmap -The user can use the "ItemTask" API to execute the TaskmapTask with the item code from the appliancemap in {code}. -> Request -```javascript -POST /api/v1/items/{code}/tasks -{ - "taskType": "vnd.farmmaps.task.taskmap" -} -``` -> Response 201 -```javascript -{ - "code": "string", - "taskType": "vnd.farmmaps.task.workflow", - "delay": "", - "attributes": { - "additionalProp1": "string", - "additionalProp2": "string", - "additionalProp3": "string" - } -} -``` -Response 400 Tasktype not found -Response 401 Not authenticated -Response 403 No WRITE permissions in item -Response 404 Item not found - -###### Data downloaden +###### Download the data In case the data is available in can be downloaded with the File API. > Request ```javascript