jonenathan
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom DataBase Tables] How to use Web API RequestThank for your replies
Forum: Plugins
In reply to: [Custom DataBase Tables] How to use Web API RequestHi,
I Having some problem when I use find_data api.
I use get_data api it shown JSON result that thai language is encoded by Unicode, But find_data API request it’s result is encoded by TIS 620, then it doesn’t show anything in data array.
How can I fixed this.get_data result:
{“success”:{“code”:200,”table”:”wp_atvm_products”,”request”:”get_data”,”request_uri”:”\/?cdbt_api_key=key&cdbt_table= wp_atvm_products&cdbt_api_request=get_data”,”request_date”:”2015-10-20T01:54:38+00:00″},”data”:[{“id”:”81371″,”title”:”\u0e23\u0e2d\u0e07\u0e40\u0e17\u0e49\u0e32\u0e2b\u0e19\u0e31\u0e07\u0e27\u0e31\u0e27\u0e2a\u0e35\u0e41\u0e14\u0e07″}]find_data result:
{“success”:{“code”:200,”table”:”wp_atvm_products”,”request”:”find_data”,”request_uri”:”\/?cdbt_api_key=38332cedb4&cdbt_table=wp_atvm_products&cdbt_api_request=find_data&search_key=[%E0%B9%80%E0%B8%AA%E0%B8%B7%E0%B9%89%E0%B8%AD]&columns=[title]”,”request_date”:”2015-10-20T01:55:50+00:00″},”data”:[]}Thank in advanced.
Forum: Plugins
In reply to: [Custom DataBase Tables] How to use Web API RequestThank you for your update
Forum: Plugins
In reply to: [Custom DataBase Tables] How to use Web API Request{“error”:{“code”:401,”desc”:”Authentication Failure”,”request_uri”:”\/?cdbt_api_key=myapikey&cdbt_api_request=get_data&cdbt_get_options_table=product”,”request_date”:”2015-10-18T02:06:56+00:00″}}