Would it be possible to get a list of all Integrations Consumed/Exposed(REST) in an environment?I could go to each module and get the integrations individually. But is there a way to get all of them more easily. The environment is On Premise so I do have access to the database. Im not sure which tables I would have to refer to get this information. An option to get all from service center or lifetime would also help.
Hi Saiful,
You can check the OSSYS_REST_WEB_REFERENCE table, it contains all REST consumes. For REST exposes, check ossys_Rest_Expose.
Why is this down voted, seems to be a correct answer?
Hi @Daniël Kuhlmann, I have observed this. Sometimes someone downvotes all the answers in a post for absolutely no reason.
Thanks Kilian, this helped. But just to note, it also had integrations from deleted modules. Joining the eSpaces table helped identify those as well.
You can use the OutDoc from the forge, this application give you all the documentation!
https://www.outsystems.com/forge/component-overview/159/outdoc
Why is this down voted?
Thanks for the answer. I did not try this since I would have to do it for a solution that contains all the apps.
I checked for expose but didnt find any table like that