99
Views
8
Comments
Solved
Outsystems Integrations Data

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.

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

Hi Saiful,

You can check the OSSYS_REST_WEB_REFERENCE table, it contains all REST consumes. For REST exposes, check ossys_Rest_Expose.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Why is this down voted, seems to be a correct answer?

2024-12-10 04-40-04
Gitansh Anand

Hi @Daniël Kuhlmann, I have observed this. Sometimes someone downvotes all the answers in a post for absolutely no reason.

UserImage.jpg
Saiful Aseem Abdul Khader

Thanks Kilian, this helped. But just to note, it also had integrations from deleted modules. Joining the eSpaces table helped identify those as well.

2023-08-28 07-00-10
Paulo Torres
Champion

You can use the OutDoc from the forge, this application give you all the documentation!

https://www.outsystems.com/forge/component-overview/159/outdoc


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Why is this down voted?

UserImage.jpg
Saiful Aseem Abdul Khader

Thanks for the answer. I did not try this since I would have to do it for a solution that contains all the apps.

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

Hi Saiful,

You can check the OSSYS_REST_WEB_REFERENCE table, it contains all REST consumes. For REST exposes, check ossys_Rest_Expose.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Why is this down voted, seems to be a correct answer?

2024-12-10 04-40-04
Gitansh Anand

Hi @Daniël Kuhlmann, I have observed this. Sometimes someone downvotes all the answers in a post for absolutely no reason.

UserImage.jpg
Saiful Aseem Abdul Khader

Thanks Kilian, this helped. But just to note, it also had integrations from deleted modules. Joining the eSpaces table helped identify those as well.

2022-12-30 07-28-09
Navneet Garg

I checked for expose but didnt find any table like that

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.