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