DataServices
$viva->dataServices->listSubscriptions()
Liste toutes les souscriptions webhook actives.
$subs = $viva->dataServices->listSubscriptions();
foreach ($subs as $sub) {
echo $sub['subscriptionId'] . ' → ' . $sub['url'] . "\n";
}
get/DataServices/listSubscriptions
Response
Liste des souscriptions
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○