Data

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:02

Description

Return binary data content as a file to download or display on the workstation.

Parameters (* denotes an optional parameter)

DataId

This integer parameter specifies the id(s) of the binary data content to retrieve.

NOTE: The data id of an object is not the same as the object id. Use the Objs or ObjsNav commands to retrieve the data ids for any object.

hmtoggle_plus1Example

FN*

Optional file name to associate to the returned data.

Examples

Example 1: http://server/gnportal/do.ashx?cmd=data&dataid=171

023.file download dlg

 

Example 2: http://server/gnportal/do.ashx?cmd=data&dataid=171&fn=Myfile

023.file download dlg with name

Notice in this case that the file name has been specified.