Page 1 of 1

Error In API Express

Posted: Tue Nov 29, 2016 3:34 pm
by Terry Gilliver

I am getting an error with API express. I created the following:

Image

If i try and save this I get an error that the endpoint already exists:

Image

The following shows my api list:

Image

As far as I can see, it doesn't already exist. What's happening?


Error In API Express

Posted: Thu Dec 01, 2016 8:00 am
by Serhii Kulibaba

Hello Terry,

Please clarify, do you have the same URL structure in other services of the same API Express project?

Could you send us a GUID of that API Express project?


Error In API Express

Posted: Thu Dec 01, 2016 11:38 am
by Terry Gilliver

What you see in the image are the url structures. What exactly do you mean by GUID of the API Express project?

Do you mean this url:

https://appery.io/apiexpress/projects...


Error In API Express

Posted: Mon Dec 05, 2016 10:58 am
by Terry Gilliver

Is there any update on this issue?


Error In API Express

Posted: Tue Dec 06, 2016 12:18 pm
by Illya Stepanov

Hello Terry,

Thanks for the details about your service. Our engineers have checked this and the API list 'GET' /diary/{id} is overrides the inservice URI structure diary/{from}/{to} -- so the service does not recognize the infold values. You can rename your REST service name.

Also we will reconsider this behaviour in future releases.


Error In API Express

Posted: Tue Dec 06, 2016 12:24 pm
by Terry Gilliver

Thanks Illya