"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 infos in VWS

Hi , I wanted to have the name and the status of cloud targets in one php page. I can get all the target IDs via the "GetAllTargets.php" sample of vuforia and also I can get the properties of a single target by its targetID using "GetTarget.php" sample of vuforia. I tried storing targetIDs in an array and then do a loop on it and perform the functions of GetTarget.php samlpe to get the properties of multiple targets , but it only gives me the data of the first target and for other targetIDs in loop it gives me :

Unexpected HTTP status: 404 Not Found {"result_code":"UnknownTarget","transaction_id":"e5883a5ad64a41d7t8207fa78dec21ae"}

 I know it's a php question but I wanted to know if it's even possible with the VWS to show a list of targets properties just like the vuforia target manager. 

I'll appreciate if you can help me with this.

thanks very much