Wiki

Clone wiki

Numera.LibrisAPI / dashboard.refresh

Home > API Reference Documentation > dashboard.refresh

dashboard.refresh

Once you have made a successfull call with dashboard.open you will need to call this action in order to get the initial list of calls to be published to your dashboard. You can also make this call anytime you think your polling has gone "out of sync" or you want to refresh the dashboard.

Input Parameters

PropertyRequiredDescription
subscription_idyesthe id you received from dashboard.open
realmnoto limit the dashboard results you can specify a realm

Output

This does not output anything in the result object, it simply tells the platform to publish the list of open calls to your channel, so as long as you are polling your channel ( channel.poll ) you will receive an update of latest calls.

Possible Status Codes

Status CodeReasonDescription
1001SUBSCRIPTION_INVALIDMissing, invalid, or expired subscription id

Updated