API
Integrate your software with Scan & Paste application and download your data in REST technology!
HTTP method | API | Description |
---|---|---|
GET | api/StorageAccessKey/Get | This method returns storageAccessKey that allows an access to mobile application user’s storage. |
GET | api/StorageAccessKey/GetBase64 | This method returns storageAccessKey in the form of base64 picture. The picture is ready for scanning by a mobile application. |
GET | api/BundleManager/GetList | This method returns a list of bundles from the user who is connected with a given storageAccessKey. The list contains basic information on every bundle. |
GET | api/BundleManager/Get | This method returns detailed information about the bundle with the data necessary to review the contents. This method requires storageAccessKey and an ID of the bundle. |
GET | api/BundleManager/GetLast | This method returns detailed information of the last added bundle. The last added bundle is being downloaded basing on the storageAccessKey. |
GET | api/BundleManager/GetListByCAK | This method returns a list of bundles of a given configuration. This list contains basic information on every bundle. |
GET | api/BundleManager/GetByCAK | This method returns detailed information about the bundle with data needed for browsing the contents. This method requires configurationAccessKey, bundle’s origin configuration identification and ID of the bundle. |
GET | api/BundleManager/GetLastByCAK | This method returns detailed information about the lately added bundle. The lately added bundle is downloaded on the basis of configuration AccesKey, configuration identification. |