"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Get target status VWS

Hi,

Is there any way I get get the target status (active, pending, inactive) via VWS?

In the example code I see the parameters status and result_code, but these only return the status of the request, correct?

DavidBeard

Thu, 11/14/2013 - 00:16

Use GET /targets/[target_id] to retrieve the target record and current status. The target record object contains a boolean active_flag field that indicated whether the target is active. The status property of the query result defines the target's processing status.

See: