How to access FactoryTalk DataMosaix APIs via Swagger UI
- Navigate to the Swagger UI page. You can navigate to any of the following Swagger UI pages.ModuleSwagger URL
- ClickAuthorize.
- Provide a valid token.
- ClickAuthorize.
- Select the variables as shown in the following figure. The computed URL should be as follows.NOTE:The above URL is for Access management service, for other services theHostname will be different.
- Select the API that you want to test and clickTry it out. Here provided an example for the Get request.
- Set the required parameters and clickExecute. Upon successful API call, you should get a 200 OK response.
Provide Feedback