Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

invoke(url [, opts])

Updated on July 20, 2021

Invokes a REST API using the fetch function of a service broker.

Returns

A Promise for the pre-processed response.

Parameters

NameTypeDescriptionRequired
urlstringThe URL for the request.

Example:

/prweb/api/v1/messages?filterFor=DATA-PORTAL $SpaceTra

 /prweb/api/v1/data/D_pxOperatorDetails?OperatorId=user%40c11ngallery.com
optsobjectThe HTTP methods that are used in the request body to fetch the REST API.

Usage example

In this example, the API invokes the URL with the options provided, and returns a response.

invokePromise = getPConnect().getActionsApi().invoke(url, options); 
invokePromise.then(() => {
  // invoke success handling
}).catch(() => {
  // invoke failure handling
});

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us