When I open the documentation of the exposed REST APIs in swagger, I cannot find a way to test these APIs.
Usually when I open any other swagger documentation (outside OutSystems ecosystem), I can run any API and see the actual response (not a sample JSON object with datatypes).
Is there a way to do that in the documentation generated automatically using OutSystems?
In OutSystems, the automatically generated Swagger documentation for exposed REST APIs does not natively include the interactive testing capabilities that you might find in other Swagger UI implementations.
But you can use Postman to import your Swagger documentation and test your APIs interactively.
I thought I could run the APIs directly from swagger. The export/import way is a good idea though.
Thank you so much
Hi Allam
You Can not do it directly there.
If you want proper test your API use another tool like postman.
Hi Allam,
As Jean Bastos mention correct. Use postman to test REST APIs.