简体   繁体   English

如何在Genetics Mesh中检索版本化的图像?

[英]How to retrieve versioned images in Genetics Mesh?

I am going through the demo project, and updated an Image node VEHICLE IMAGES in the UI (PROJECTS / DEMO / VEHICLE IMAGES) 我正在完成演示项目,并更新了UI中的图像节点VEHICLE IMAGES (项目/演示/车辆图像)

I have updated the VEHICLEIMAGE schema, with property autoPurge: false . 我更新了VEHICLEIMAGE模式,属性为autoPurge: false

Now I am able to see the previous versions and each version of the node. 现在我能够看到以前的版本和节点的每个版本。 But the binary image file still remains the same for all the versions. 但是二进制映像文件对于所有版本仍然保持不变。

I tried this API, http://localhost:8080/api/v2/demo/nodes/e4298e03bd9547a9a98e03bd95f7a990/binary/image?versions=0.1 我试过这个API, http:// localhost:8080 / api / v2 / demo / nodes / e4298e03bd9547a9a98e03bd95f7a990 / binary / image?versions = 0.1

vehicle image node: e4298e03bd9547a9a98e03bd95f7a990

Please let know the possibility of getting the versioned image content 请告知获取版本化图像内容的可能性

The correct parameter name is version=0.1 , not version s . 正确的参数名称是version = 0.1 ,而不是版本s Everything else looks correct. 其他一切看起来都很正确。

https://getmesh.io/docs/api/#project__nodes__nodeUuid__binary__fieldName__get https://getmesh.io/docs/api/#project__nodes__nodeUuid__binary__fieldName__get

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM