hello again,
first i thank you, i am using last link (summary/taget id). However, i want to get all target infos, For example, i have two target and target infos return me like that:
{"result_code":"Success","transaction_id":"d4a716446655440663390e8400e29b41",
"database_name":"RecoTest","target_name":"tarmac","upload_date":"2012-03-31","active_flag":true,"status":"success","tracking_rating":4,"reco_rating":"5"}
{"result_code":"Success","transaction_id":"abcdefghjr655440663390e8400e235789",
"database_name":"RecoTest","target_name":"tarmac-2","upload_date":"2012-03-31","active_flag":true,"status":"success","tracking_rating":4,"reco_rating":3"}
is it possible without manual id writing in php code ? Or i must write all cloud database target IDs to my php code ??
hello again,
first i thank you, i am using last link (summary/taget id). However, i want to get all target infos, For example, i have two target and target infos return me like that:
{"result_code":"Success","transaction_id":"d4a716446655440663390e8400e29b41",
"database_name":"RecoTest","target_name":"tarmac","upload_date":"2012-03-31","active_flag":true,"status":"success","tracking_rating":4,"reco_rating":"5"}
{"result_code":"Success","transaction_id":"abcdefghjr655440663390e8400e235789",
"database_name":"RecoTest","target_name":"tarmac-2","upload_date":"2012-03-31","active_flag":true,"status":"success","tracking_rating":4,"reco_rating":3"}