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?
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).
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.
Hi @Rahul Sahu can we check logs for effective values like who changed what ?
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.)