Skip to main content

Community

Other: HVR API Improvement

Please sign in to leave a comment.

Comments

2 comments

  • Mark Van de Wiel User

    Hi John,

    You can get the equivalent of an export file when you use a call like this:

    curl -X GET "https:/<hvr-server>:<port>/api/latest/hubs/<hub name>/definition?channel=<channel name>&fetch=channels&fetch=loc_groups&fetch=members&fetch=channel_actions&fetch=tables&fetch=cols" \
         -H "Authorization: Bearer <TOKEN>" \
         -H "Accept: application/json"

    Substitute values for <hvr-server>, <port> and <channel name> and put in a value for <TOKEN>.

    Hope this helps.

    Mark.

    Unfortunately this does not seem to work.