hub.eb?material_id=535&track_id=538

Calling REST Web Services using Resources


REST Web Service Resources are called using the JavaScript Resources API:

resources.myResource.call("myEndpoint");

This call will send an API request to the specified endpoint. The parameters will be passed to the API call using resource field mappings. The response that is returned will also populate the mapped fields.

By checking the debug box, this will log the API request and the full response.

Current Module

Related