schiggi Posted August 19, 2016 Share Posted August 19, 2016 Hi there, I am trying to get the API service running. It is working fine and I receive correct XML responses, if I call http://[email protected]/api I need a JSON respones, though. So I added a paramter to the url (i.e. http://[email protected]/api?output_format=JSON ). Strangly enough, now I am getting an empty body response. Response header shows a 200OK code, so it was received. Any ideas, why it will not work? Thanks. Link to comment Share on other sites More sharing options...
massimopasquali Posted August 20, 2016 Share Posted August 20, 2016 Hello,I tried to active the webservice on my VM Ubuntu 16 with php5.6 e maysql. When I ran the webservice I putted on Firefox "http://[email protected]/api/customers", but doesn't works. Can you explain how you had actived the webservice.? Link to comment Share on other sites More sharing options...
massimopasquali Posted August 20, 2016 Share Posted August 20, 2016 these are my screenshot of the result when I'm calling the webservice for the customers. Link to comment Share on other sites More sharing options...
sw_integrations Posted February 13, 2017 Share Posted February 13, 2017 I'm finding that adding &output_format=JSON to any api query works perfectly. 1 Link to comment Share on other sites More sharing options...
BalzoT Posted February 14, 2017 Share Posted February 14, 2017 these are my screenshot of the result when I'm calling the webservice for the customers. Hello there as I see from the url you are using there is the token missing! the url should be like: www.cimminob2b.com/api/customers?ws_key=TOKEN Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now