Forum Discussion

Han's avatar
Han
Ace
7 years ago

View data returned from API V1 call

I am trying to retrieve some data from API V1 calls. I am still trying to figure out exactly what calls I need, and I think it would be helpful to be able to print out my responses. Is there a way to...
  • TariqHussain's avatar
    7 years ago

    Han - Yes, you can print the API result in text format using below object. 

     

    1. restd()

    2. restadmind()

     

    In your example. 

    <#assign forumName = restadmid("/boards/id/${coreNode.id}/ancestors")>

     

    ${forumName}