Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(GET) /api/apps/wbflex/documents/{id}/files/file?name={name}&locale={locale}

PARAMETERS

URL parameters are:

id

Specify either a document ID (such as 1000) or a job ID (such as c300).

Mandatory, string
nameThe name of the related file.Mandatory, string
localeOptional.  Uses source locale by default. Permits to fetch attached files in a specific language.Optional, string


RESULTS

The method returns the file.

...