Hi
i am using REST API's and i not sure how can i get the link of the attachment that i have uploaded with a Faq Answer.
so when i am showing the Faq and Ans in my application i want to show a link to the attachment and id use clicks on it it can be open in browser and can be stored in the client ...
Search found 3 matches
- Fri Aug 06, 2010 2:37 am
- Forum: General discussions
- Topic: How to Show the attachment link and download the attachment
- Replies: 1
- Views: 2016
- Mon Jul 26, 2010 1:12 am
- Forum: Bug reports
- Topic: Possbile Bug in REST API
- Replies: 3
- Views: 3361
Re: Possbile Bug in REST API
Hi Thorsten
i am using javascript/Jquery/JSON to call the REST API's and i using these json/ajax calls in cross domain, different ports model so i have to use the JSON callbacks (only workaround (ASAIK) to make cross domain ajax calls), but since phpMYFAQ currently does not support JSON call backs ...
i am using javascript/Jquery/JSON to call the REST API's and i using these json/ajax calls in cross domain, different ports model so i have to use the JSON callbacks (only workaround (ASAIK) to make cross domain ajax calls), but since phpMYFAQ currently does not support JSON call backs ...
- Fri Jul 23, 2010 7:17 am
- Forum: Bug reports
- Topic: Possbile Bug in REST API
- Replies: 3
- Views: 3361
Possbile Bug in REST API
Hi Guys
i was trying to use these 2 REST API getFaqs() and getFaq() , it seems like both returning same JSON object.
as documentation says REST API getFaqs() should return this JSON Array/object, something like below
[
{
"record_id":"1",
"record_lang":"en",
"category_id":"1",
"record_title ...
i was trying to use these 2 REST API getFaqs() and getFaq() , it seems like both returning same JSON object.
as documentation says REST API getFaqs() should return this JSON Array/object, something like below
[
{
"record_id":"1",
"record_lang":"en",
"category_id":"1",
"record_title ...