Changes between Version 51 and Version 52 of barServiceServiceSyntax
- Timestamp:
- 03/07/12 13:48:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceServiceSyntax
v51 v52 34 34 35 35 36 === [wiki:barServiceGetReconstructionByKey getReconstructionByKey] === 37 38 Returns reconstruction (stored in the service) of a given service identifier. 39 40 ==== Example ==== 41 * http://192.168.10.61:8080/getReconstructionByKey?id=26721 42 43 36 44 === [wiki:barServiceGetPreviewReconstruction getPreviewReconstruction] === 37 45 … … 40 48 ==== Examples ==== 41 49 * http://service.3dbar.org/getPreviewReconstruction?cafDatasetName=whs_0.51;structureName=thalamus 50 * http://service.3dbar.org/getPreviewReconstruction?cafDatasetName=sba_DB08;structureName=Br 42 51 43 52 … … 55 64 * http://service.3dbar.org/getThumbnail?cafDatasetName=sba_PHT00;structureName=Brain 56 65 66 67 === [wiki:barServiceGetThumbnailByKey getThumbnailByKey] === 68 69 Returns a thumbnail of reconstruction (stored in the service) of a given service identifier in png format. 70 71 ==== Example ==== 72 * http://192.168.10.61:8080/getThumbnailByKey?id=12064 57 73 58 74 === [wiki:barServiceGetCafSlide getCafSlide] ===