FME Version
Introduction
This tutorial series walks you through what the FME Flow REST API is, how to access it, and how to use it in FME Workbench. A REST API allows a user to interact with the server by creating requests and receiving responses. This allows users to interact with FME Flow programmatically and without using the FME Flow user interface.
Articles
It is recommended that you work through the following articles in order.
Tips for Working With the FME Flow REST API in FME Workbench
In this article, you will find our REST API documentation and some useful transformers that you may consider including in your workspace when working with the FME Flow REST API.
Authorization in the FME Flow REST API | Token Management
This article shows you how to authenticate FME Flow REST API calls by creating a token that can be used to authenticate a request.
Submitting a Job through the FME Flow REST API
This article explains how to submit a job via the FME Flow REST API from a third-party application.
Using the FME Flow REST API to Create Job History Reports
This article describes how to use the FME Flow REST API in a workspace to create job history reports.
Monitoring FME Flow Job Activity using the REST API
This article will demonstrate how to use the REST API to retrieve these statistics and build a visual report that can be displayed in FME Flow Dashboards to help monitor FME Flow activity, performance, or usage over time.
Additional Resources
- FME Flow Troubleshooting: REST API: Learn how to troubleshoot common problems with the FME Flow REST API
- FME Flow Playground: free code snippets and example applications built using the FME Flow REST API
- Tutorial: Getting Started with APIs: Learn about what an API is and how to use one in FME
- Automating Workflow Submission from a Third Party Application To FME Flow: Compares REST API and webhooks for workflow submission (jobs and automations) to FME Flow.
- Send Source Data to FME Flow with HTTP POST: Learn how to send data in a POST request to FME Flow
Comments
0 comments
Please sign in to leave a comment.