Skip to main content

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
Schema OPTIONAL
existingIds string[]
checkExistingAssets
POST /asset/exist
Body
Loading...
/api
curl -L -X POST '/api/asset/exist' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'