Skip to main content
Version: ACE 5

Creating an API operation

note

Click here to get the flow definition for this tutorial..

Creating an API operation

For the purpose of this tutorial, you will create an API operation GET /transformUser and handle any requests to the operation by attaching the transformUser flow.

To create a new API operation navigate to the API page and click Add api operation.

Filling the API form

Describe your API operation

  1. Choose the operation method - in this case GET.
  2. Provide the operation path. Path /transformUser will become available at the development URL for specified method.
  3. Select the flow imported from the flow definition above.
  4. Expand QUERY parameters section and add parameter name and surname. These parameters will be sent to the flow when user makes a request.
    Form query parameters

    Query params

  5. Save the API operation.
    Operation is added

    New operation