Versions Compared

Key

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

...

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

PARAMETERS

URL parameters are:

...

Code Block
[
    {
        "name": "Software-documentation.docx",
        "date": "2019-05-17T12:44:38.8070208Z",
        "size": 32561,
        "loc": "en"
    },
    {
        "name": "Software\\Instructions.docx",
        "date": "2019-05-21T14:00:21.9765485Z",
        "size": 1634084,
        "loc": "en"
    }
]


Example of an English Flex document with an attached sub folder and an instructions file. These data are stored in the project:

...