Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is the first hands-on exercise to learn about the Syndeia RESTful Integration capability introduced in Syndeia 3.5.

...

  1. Add a new RESTful repository in the Syndeia Web Dashboard

  2. Add a new requests request to fetch data from the RESTful repository

  3. View and browse responses the response to the requests

  4. Organize requests into collections

  5. Edit, clone, and delete requests

  6. request

Preparation

This exercise assumes that the student has done the following preparations.

...

14/ Expand the Default RESTful Request Collection. The new request Get all Rockets was added to the default collection since we did not specify a collection when creating the request. This request is a GET request and hence it is shown with a G icon.

...

15/ Expand the Get all Rockets request (G icon). Syndeia will send the request to the RESTful repository and if successful, the response will be shown under the request. In the figure shown below, the Request was successful and the resulting response includes data for 4 rockets.

...