Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Previews a previously created new deliverable, see resources/files/new

This is an asynchronous operation.

URL

(POST) /resources/files/new/preview

PARAMETERS

The parameters are a JSON object included in the request body:

tokenThe token obtained from the call resources/files/newMandatory
baseurlOptional. When creating the file, you receive details on whether the base url can be customized or not. If so, specify here. 


RESULTS

A TRM formatted JSON.

When finished the JSON contains a secure token that you can use to view the file: previewtoken

Then open a browser page and direct to /api/media/get/{previewtoken} to show the results which is an HTML page.

 

  • No labels