Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 741 Bytes

File metadata and controls

19 lines (10 loc) · 741 Bytes

REST endpoint setup

  • When retrieving data from a REST endpoint, a Data Point entity (non persistent entity) and the attribute(s) are required.

Data Point entity

  • Create an export mapping which specifies how the entity relates to the JSON.

Sample mapping export

  • Create a rest API which returns the Http response.

REST microflow

  • Then publish the API.

Published rest service

For more information on publishing a rest API refer to this.