The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API method to Extract details from Unsanctioned SaaS Applications

jahmuelcawil
By
Level 2

Hi,

Is there an API method to extract details from Unsanctioned SaaS Applications?

We are looking for a way to get the detailed transaction when we are clicking the magnifying glass. The report is great but our vendor management is asking for more details.

Thank you so much.

 

(2) Replies

MurrayPeters
By
Level 7

You should be able to use the following endpoint:
https://<APIRoot>/svc/orgs/<ORGID>/financial-discovery/<ExpenseID>

 

Where APIRoot will be one of:
* APAC: api.fsm-apac.flexeraeng.com
* Europe: api.fsm-eu.flexeraeng.com
* US: api.fsm.flexeraeng.com

You will need to know your OrgID and the ID of the expense from the unsanctioned list.

It might be easiest to use Developer Tools in your browser and do a Network trace, then filter for API in the results and look for the Request URL in the header - that should give you any API's that are run on your journey through the UI, including the exact ID's of the record you're drilling into.

regards,
Murray

aswindells
By Technical Writer
Technical Writer

Hi - we are currently looking to run discovery around our expenses processing capabilities so, it would be good to understand what the gaps are that you are looking to fill by using this method.

Thanks