checkExistingAssets
Checks if multiple assets exist on the server and returns all existing - used by background backup
Request Body — REQUIRED |
---|
deviceAssetIds string[] — REQUIRED |
deviceId string — REQUIRED |
Responses | ||
---|---|---|
200
|
Checks if multiple assets exist on the server and returns all existing - used by background backup
Request Body — REQUIRED |
---|
deviceAssetIds string[] — REQUIRED |
deviceId string — REQUIRED |
Responses | ||
---|---|---|
200
|
checkExistingAssets
POST /asset/exist
/api
curl -L -X POST '/api/asset/exist' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'