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
Solved
Programmatically retrieve list of Web Connections on the FME Server
Best answer by birgit
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.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


