changed download data api for vra documentation

master
Mark van der Wal 2020-05-12 17:09:27 +02:00
parent 9b23942afa
commit 9bc15fef76
4 changed files with 9 additions and 10 deletions

View File

@ -274,7 +274,7 @@ Default dates are 'inherited' from the cropfield item passed to the task.
[Create Taskmap](Create-Taskmap.md)
##### Download the data
In case the data is available it can be downloaded with the File API.
In case the data is available it can be downloaded with the items API.
> Request
```javascript
GET /api/v1/items/{itemcode}/data
GET /api/v1/items/{itemcode}/download

View File

@ -167,7 +167,7 @@ Response 404 Item not found
[Create Taskmap](Create-Taskmap.md)
##### Download the data
In case the data is available it can be downloaded with the File API.
In case the data is available it can be downloaded with the items API.
> Request
```javascript
GET /api/v1/items/{itemcode}/data
GET /api/v1/items/{itemcode}/download

View File

@ -289,7 +289,7 @@ Response 404 Item not found
[Create Taskmap](Create-Taskmap.md)
##### Download the data
In case the data is available it can be downloaded with the File API.
In case the data is available it can be downloaded with the items API.
> Request
```javascript
GET /api/v1/items/{itemcode}/data
GET /api/v1/items/{itemcode}/download

View File

@ -77,9 +77,8 @@ Response 404 Item not found
###### Create taskmap
[Create Taskmap](Create-Taskmap.md)
###### Download the data
In case the data is available it can be downloaded with the File API.
##### Download the data
In case the data is available it can be downloaded with the items API.
> Request
```javascript
GET /api/v1/items/{itemcode}/data
```
GET /api/v1/items/{itemcode}/download