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