Post Closed
441
Views
4
Comments
How to configure REST API path for PROD environment/QAS environment
Application Type
Traditional Web
Service Studio Version
11.10.6 (Build 37198)

Hi All,

I have imported multiple methods from a REST API interface with a base URL in DEV now. Each method under the REST API has their own path and they are different to the URL in PROD environment, how should/can I configure them accordingly?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Junior,

A REST API has an endpoint, which will differ in development and production. The endpoint is the only part of the path that differs between environments. A REST API typically gives access to resources, and those resources will be at the same location for development and production. For example, a specific user may be found at /Users/12345, a specific order at /Orders/54321. So the only thing you need to configure is the path of the endpoint, which can be done in Service Center (and perhaps LifeTime, but I'm not good with that).

2026-02-26 06-29-24
Rahul
 
MVP

Hi 

you can change URL from service center.

go to Factory and see module open it and click on integration tab and you can set your effective URL.



2025-06-14 17-35-07
Atul Rajak

Hi @Rahul Sahu

can we check logs for effective values like who changed what ?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Atul,

You are replying to a question that's over 5 years old, with a question that's not directly related to the original question. Please check topics for their age, and do not reply to anything that's over a few months old, thanks.

(As for your question: unfortunately changes made in Service Center aren't logged.)