Create a web service reference

Create the web service reference to include later when you create a User object using a data model.

  1. On the TotalAgility Designer Home page, navigate to Integration > Web service references.
  2. Click New.

    The New web service reference dialog box appears.

  3. Select RESTful as the Service type.
    Web service reference
  4. Enter REQ as the Name.

    The Category is automatically set to Default Category.

  5. Leave the category unchanged.
  6. Enter the following URL: https://reqres.in/api/
  7. Click Save.

Next, create a process to manage the user. Continue to Create a process.