You are here: Designer Studio > Landing pages > Integration > Creating REST integration

Creating REST integration

You can create data sources in your application by using standard methods to obtain data from external REST services. When you use the New REST Integration wizard to create a data source, the system generates the records that are required to use the data source. These records include classes, properties, mapping rules, data transforms, an authentication profile, a connector, and a data page.

  1. Open the New REST Integration wizard by clicking Designer Studio > Integration > Connectors > Create REST Integration.
  2. Enter the endpoint URL of an external REST service on the Enter URL screen and click Next.
  3. Note: Enter URL-encoded values for the elements of the endpoint URL that represent resource path names and query string parameter names. If you enter a URL in the format https//sampleURL.com/res_path?URLkey={URLkey}, res_path is a resource path name and URLkey is a query string parameter name; {URLkey} represents the value of URLkey that is substituted at run time.

  4. Define parameters for the endpoint URL.
  5. Select methods for REST integration.
  6. Generate records for REST integration.
  7. Review the record generation summary.

 

 

Next: Defining parameters for the endpoint URL

Related Topics Link IconRelated information