243
Views
6
Comments
Solved
Get list of Espaces who consume your REST API.
Question

Hi,


Is there a way to get the list of Espaces who consume your REST APIs?


Thanks

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

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

RestWebReference.oml
2017-06-21 13-04-28
Mikko Nieminen

Kilian Hekhuis wrote:

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

Hey, good info - thanks!

Do you know if exposed REST API's (and methods, or SOAP web services + actions) can be found from some another table and queried in similar manner?

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

Mikko Nieminen wrote:

Kilian Hekhuis wrote:

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

Hey, good info - thanks!

Do you know if exposed REST API's (and methods, or SOAP web services + actions) can be found from some another table and queried in similar manner?

Hi Mikko,

Yes you can query that and access the documentation. See my answer and upload PoC for REST API in the following post:

https://www.outsystems.com/forums/discussion/61173/rest-api-auto-discovery/

I didn't do this for SOAP services but probably that is as easy to do.

Regards,

Daniel


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

Unfortunately, the Entity that contains this information isn't exposed in the System eSpace, so the short answer is "no". If you have an on-premise installation and have access to the database, you can actually query this information, from the OSSYS_REST_WEB_REFERENCE table.

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

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

RestWebReference.oml
2017-06-21 13-04-28
Mikko Nieminen

Kilian Hekhuis wrote:

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

Hey, good info - thanks!

Do you know if exposed REST API's (and methods, or SOAP web services + actions) can be found from some another table and queried in similar manner?

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

Mikko Nieminen wrote:

Kilian Hekhuis wrote:

Follow-up: there is actually a way to get the information, I attached a Module showing a work-around.

Hey, good info - thanks!

Do you know if exposed REST API's (and methods, or SOAP web services + actions) can be found from some another table and queried in similar manner?

Hi Mikko,

Yes you can query that and access the documentation. See my answer and upload PoC for REST API in the following post:

https://www.outsystems.com/forums/discussion/61173/rest-api-auto-discovery/

I didn't do this for SOAP services but probably that is as easy to do.

Regards,

Daniel


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

Note that for SOAP, the system entities are exposed, so there's no need to resort to tricks.

UserImage.jpg
MichaƂ Witek

Hi,

Is there a way to list API methods as well, not only API endpoints? I need information from "URL Path" attribute from API method and can't find it in OSSYS_REST_WEB_REFERENCE table.

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