Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 21


Children Display
alltrue

HTML
<script>
fetch('/rest/confiforms/1.0/search/133259957/IFSContent')
  .then((response) => response.json())
  .then(function(data) {
 console.info(data.list.entry);
}
);



</script>

children