Changes between Version 56 and Version 57 of barServiceServiceSyntax
- Timestamp:
- 03/08/12 11:22:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceServiceSyntax
v56 v57 8 8 9 9 Return AJAX data describing CAF datasets (atlases) available to the user in the service. 10 [wiki:barServiceGetAvailableDatasets details] 10 11 11 12 ==== Example ==== … … 17 18 Return the index file of selected CAF dataset. Index file contains the list of structures 18 19 available for reconstruction, their hierarchy and the list of slides within the given dataset. 20 [wiki:barServiceGetCafInfo details] 19 21 20 22 ==== Examples ==== … … 27 29 Return a model of a given structure from selected dataset as a zip file containing the 28 30 reconstruction and a short description. 31 [wiki:barServiceGetReconstruction details] 29 32 30 33 ==== Examples ==== … … 36 39 37 40 Return a lightweight model of a given structure from selected dataset as an x3d mesh. 41 [wiki:barServiceGetPreviewReconstruction details] 38 42 39 43 ==== Examples ==== … … 46 50 Return a thumbnail of the reconstruction of a given structure available via 47 51 `getReconstruction` in png format. 52 [wiki:barServiceGetThumbnail details] 48 53 49 54 ==== Examples ==== … … 59 64 60 65 Return an SVG image with CAF slide filtered using provided settings. 66 [wiki:barServiceGetCafSlide details] 61 67 62 68 ==== Examples ==== … … 71 77 72 78 Return AJAX data describing reconstructions in the service matching the criteria. 79 [wiki:barServiceQueryReconstruction details] 73 80 74 81 ==== Examples ==== … … 81 88 82 89 Return reconstruction (stored in the service) of a given service identifier. 90 [wiki:barServiceGetReconstructionByKey details] 83 91 84 92 ==== Example ==== … … 89 97 90 98 Return a thumbnail of reconstruction (stored in the service) of a given service identifier in png format. 99 [wiki:barServiceGetThumbnailByKey details] 91 100 92 101 ==== Example ==== 93 102 * http://service.3dbar.org/getThumbnailByKey?id=12064 94 95 103 96 104 … … 103 111 Note that the web browser has to support [[http://en.wikipedia.org/wiki/WebGL|WebGL]] in order 104 112 to use this feature. 113 [wiki:barServiceGetPreview details] 105 114 106 115 ==== Examples ==== … … 113 122 114 123 Display a window containing basic information about CAF dataset. 124 [wiki:barServiceGetCafInfoPage details] 115 125 116 126 ==== Examples ====