PCF WebApi execute

The PCF WebApi execute method is lurking in the background!

Yep, missing from the docs and the type definitions but it’s there and it works!

execute

1
(context.webAPI as any).execute(request).then(successCallback, errorCallback);

see the execute Client API docs for more info

executeMultiple

1
2
3
(context.webAPI as any)
.executeMultiple(requests)
.then(successCallback, errorCallback);

see the executeMultiple Client API docs for more info

Enjoy!
Ollie

Disclaimer!
Some of the tips ‘n’ tricks in the PCF Tips ‘n’ Tricks category are to be used with caution. Although they may work at the time of writing, they may or may not be officially supported by Microsoft