Is there are quick and easy way of searching through all modules in an environment to find where a Rest API has been integrated?
The rest APi url may have been added in a number of modules.
I need to document where they are and what uses them. So wondering if there is a way to find them that means I don't have to manually search each module.
Thanks.
You could install Properties Services (https://www.outsystems.com/forge/component-overview/3966/properties-services ) and than check the entity 'REST_Web_Reference'. You can create your own screen on it as well.
or install Properties Management and see it in LifeTime.
I know that it doesn't answer your whole question yet.
KR Hans
Hello,
I never used, but maybe this component can also help: https://www.outsystems.com/forge/component-overview/2146/extended-metamodel
Thanks for your responses. It nearly gives me what I want.
What I'm really looking for is a way of finding the whole URL including the parameter parts
These components gave me the url and name.