Question

How to find all Rest api in IFS

  • 3 October 2022
  • 3 replies
  • 461 views

Badge +1

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.


3 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 +31

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!

Badge +3

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!

Hi,

This information was really helpful for me.

The projection can be import as a collection buy coping the content got via “OpenAPI v3” directly into the “Raw Text” .
 


 


 


Best Regards,
Dulmini.

Reply