How to find out our Epicor server's REST web address?

I would like to find out how to use REST services from a webpage but I don’t know our server’s REST address or if it’s even setup. Some helpful posters have noted that you can use REST services like so:
_yourdomain.com is available for purchase - Sedo.com

But I think I need help understanding how Epicor & IIS work together before I can get to that point.

  1. YourServer.YourDomain.com How do I find this out or how do I configure it? Is there a URL I can type to check this? How do we know if it’s even setup? Do we need to have a DNS record on our Windows Domain that points the name to the internal IP of the E10 server?

I go to my server name http://xxxx-epicor10/ in a browser and it shows a default IIS server homepage. Does this mean it’s already setup?

  1. YourEpicorInstance What does this look like? Is this LIVE, PILOT, TEST, TRAIN? For instance, what does an example URL look like that points to the TEST slot?

The first part of understanding this would be to look at your IIS for the server you are going after.
The “xxx-epicor10” segment of the URL is the server itself. So in my case, my server would be DEV01.
image
My Epicor instance in this case is Epicor10DEV. You can of course have multiple Epicor instances on the same IIS server.
After you’ve defined those elements in your URL, the rest is just pointing to the API endpoints

1 Like

So here’s our IIS:
server

So an example URL would be like this? _https://xxx-epicor10/E10Train/api/v1/Ice.BO.UserFileSvc/ValidatePassword_

But it looks like hte API folder doesn’t exist at the top level?

Exactly, assuming your server name is correct. Keep in mind you will need to pass some sort of authentication. If you use a REST client it will work better than trying to do this all from a browser.

What is a REST client?
Are there any suggested to use for Epicor10?

a REST client is just an interface to send an REST API call to a URL and receive back a response. I use Postman or the chrome add-on Yet Another Rest Client but it really doesn’t matter

1 Like

And Excel…

I created a real time Dashboard using Javascript and Ajax, We have several metrics displaying on a website, 1 at a time, it is like a slide show that refreshes every 5 minutes or so.

And Also I have created some tools with Excel and OData

3 Likes

We’re having trouble getting our REST server/share URL to work. We are under Epicor Managed Services on 10.1.600. We are fine getting to the /api/v1/help page when we run the URL on the managed server however it doesn’t work when we are trying to get to it from outside the server.

Does anyone know if there is anything special we need to do in our circumstance?

Is the app server exposed to the other server you are trying to call it from?

2 Likes

Looks like we’re going to put a ticket to EMS to open up the correct port for us. So whenever they get back to us I’ll update if that was the issue.

1 Like

Thank you sir, this was the issue. They didn’t have port 443 open for us.

1 Like