changed download data api for vra documentation
This commit is contained in:
parent
9b23942afa
commit
9bc15fef76
@ -274,7 +274,7 @@ Default dates are 'inherited' from the cropfield item passed to the task.
|
|||||||
[Create Taskmap](Create-Taskmap.md)
|
[Create Taskmap](Create-Taskmap.md)
|
||||||
|
|
||||||
##### Download the data
|
##### 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
|
> Request
|
||||||
```javascript
|
```javascript
|
||||||
GET /api/v1/items/{itemcode}/data
|
GET /api/v1/items/{itemcode}/download
|
||||||
|
@ -167,7 +167,7 @@ Response 404 Item not found
|
|||||||
[Create Taskmap](Create-Taskmap.md)
|
[Create Taskmap](Create-Taskmap.md)
|
||||||
|
|
||||||
##### Download the data
|
##### 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
|
> Request
|
||||||
```javascript
|
```javascript
|
||||||
GET /api/v1/items/{itemcode}/data
|
GET /api/v1/items/{itemcode}/download
|
||||||
|
@ -289,7 +289,7 @@ Response 404 Item not found
|
|||||||
[Create Taskmap](Create-Taskmap.md)
|
[Create Taskmap](Create-Taskmap.md)
|
||||||
|
|
||||||
##### Download the data
|
##### 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
|
> Request
|
||||||
```javascript
|
```javascript
|
||||||
GET /api/v1/items/{itemcode}/data
|
GET /api/v1/items/{itemcode}/download
|
||||||
|
@ -77,9 +77,8 @@ Response 404 Item not found
|
|||||||
###### Create taskmap
|
###### Create taskmap
|
||||||
[Create Taskmap](Create-Taskmap.md)
|
[Create Taskmap](Create-Taskmap.md)
|
||||||
|
|
||||||
###### Download the data
|
##### 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
|
> Request
|
||||||
```javascript
|
```javascript
|
||||||
GET /api/v1/items/{itemcode}/data
|
GET /api/v1/items/{itemcode}/download
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user