Hi Folks - I am looking to use the API to get a list of all the Web Connections on the FME server. Has anyone done this before? Thanks
Page 1 / 1
I haven't done this myself but it looks like you need to use the following command: https://FMEServerName/fmerest/v3/security/categories/NamedConnections/resources?limit=-1&offset=-1
Please note the underlined text, you need to replace it with what is applicable to you. It's a GET request. Also don't forget that you need to send a token with your request or else it won't work.
Perfect! Works great... thanks @birgit !
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.