getApiUrls method
Use the object returned by this method to retrieve URLs for the baseline, checkpoint, and diff images. You can obtain these images using the REST API.
Syntax
let value = stepinfo.getApiUrls();
value = stepinfo.apiUrls;
Note that this feature is available as both a method and a property.