InfoSettings

On this page

InfoSettings data structure used as input parameters for Info API method  to retrieve information

Note
Not all options are supported by all document formats. Each option may correspond to one or more formats.
InfoSettings example
{
  "FileInfo": {
    "FilePath": "string",
    "StorageName": "string",
    "VersionId": "string",
    "Password": "string"
  }
}
InfoSettings fields
NameDescriptionAPI Version
FileInfo.FilePathThe path of the document, located in the storage. Required.
FileInfo.StorageNameStorage name
FileInfo.VersionIdFile version Id
FileInfo.PasswordPassword for rendering password-protected documents

On this page