Question

How to find all Rest api in IFS

  • 3 October 2022
  • 2 replies
  • 138 views

Badge

I need to develop new open source project and need to view my IFS db data through this custom web application. So i decided to use REST api for that. I need to see all the apis using postman. How I do it.


2 replies

Userlevel 6
Badge +12

I am not sure about Postman, but here are some links that might be helpful:

https://docs.ifs.com/techdocs/Foundation1/045_administration_aurena/240_integration/010_api_doc/

https://docs.ifs.com/techdocs/Foundation1/045_administration_aurena/240_integration/020_api_explorer/default.htm

And one more link from this forum (search for “postman api”):

 

Good luck!

Joe Kaufman

Userlevel 7
Badge +25

Hi @jeew96,

From API Explorer screen in Aurena, you can download the spec for each projection as shown below.

 

You can save the spec as a JSON file and then import it into Postman using the Import button on top left. Once imported, you would see the available resource endpoints for that projection as a collection. 

 

However, you cannot import all the available projections at once. You have to import them one by one according to your requirement. 

Hope this helps!

Reply