GET api/listFiles?param={param}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
param

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FilesAndFolders
NameDescriptionTypeAdditional information
folder

string

None.

path

string

None.

file

Collection of FilePath

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "folder": "sample string 1",
    "path": "sample string 2",
    "file": [
      {
        "fileUrl": "sample string 1",
        "filePreviewUrl": "sample string 2",
        "fileName": "sample string 3",
        "fileSize": "sample string 4",
        "fileDate": "sample string 5",
        "trimBoxWidth": "sample string 6",
        "trimBoxHeight": "sample string 7",
        "bleedBoxWidth": "sample string 8",
        "bleedBoxHeight": "sample string 9",
        "numberOfPages": "sample string 10"
      },
      {
        "fileUrl": "sample string 1",
        "filePreviewUrl": "sample string 2",
        "fileName": "sample string 3",
        "fileSize": "sample string 4",
        "fileDate": "sample string 5",
        "trimBoxWidth": "sample string 6",
        "trimBoxHeight": "sample string 7",
        "bleedBoxWidth": "sample string 8",
        "bleedBoxHeight": "sample string 9",
        "numberOfPages": "sample string 10"
      }
    ]
  },
  {
    "folder": "sample string 1",
    "path": "sample string 2",
    "file": [
      {
        "fileUrl": "sample string 1",
        "filePreviewUrl": "sample string 2",
        "fileName": "sample string 3",
        "fileSize": "sample string 4",
        "fileDate": "sample string 5",
        "trimBoxWidth": "sample string 6",
        "trimBoxHeight": "sample string 7",
        "bleedBoxWidth": "sample string 8",
        "bleedBoxHeight": "sample string 9",
        "numberOfPages": "sample string 10"
      },
      {
        "fileUrl": "sample string 1",
        "filePreviewUrl": "sample string 2",
        "fileName": "sample string 3",
        "fileSize": "sample string 4",
        "fileDate": "sample string 5",
        "trimBoxWidth": "sample string 6",
        "trimBoxHeight": "sample string 7",
        "bleedBoxWidth": "sample string 8",
        "bleedBoxHeight": "sample string 9",
        "numberOfPages": "sample string 10"
      }
    ]
  }
]

text/html

Sample:
[{"folder":"sample string 1","path":"sample string 2","file":[{"fileUrl":"sample string 1","filePreviewUrl":"sample string 2","fileName":"sample string 3","fileSize":"sample string 4","fileDate":"sample string 5","trimBoxWidth":"sample string 6","trimBoxHeight":"sample string 7","bleedBoxWidth":"sample string 8","bleedBoxHeight":"sample string 9","numberOfPages":"sample string 10"},{"fileUrl":"sample string 1","filePreviewUrl":"sample string 2","fileName":"sample string 3","fileSize":"sample string 4","fileDate":"sample string 5","trimBoxWidth":"sample string 6","trimBoxHeight":"sample string 7","bleedBoxWidth":"sample string 8","bleedBoxHeight":"sample string 9","numberOfPages":"sample string 10"}]},{"folder":"sample string 1","path":"sample string 2","file":[{"fileUrl":"sample string 1","filePreviewUrl":"sample string 2","fileName":"sample string 3","fileSize":"sample string 4","fileDate":"sample string 5","trimBoxWidth":"sample string 6","trimBoxHeight":"sample string 7","bleedBoxWidth":"sample string 8","bleedBoxHeight":"sample string 9","numberOfPages":"sample string 10"},{"fileUrl":"sample string 1","filePreviewUrl":"sample string 2","fileName":"sample string 3","fileSize":"sample string 4","fileDate":"sample string 5","trimBoxWidth":"sample string 6","trimBoxHeight":"sample string 7","bleedBoxWidth":"sample string 8","bleedBoxHeight":"sample string 9","numberOfPages":"sample string 10"}]}]

application/xml, text/xml

Sample:
<ArrayOfFilesAndFolders xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapi.Controllers">
  <FilesAndFolders>
    <file>
      <FilePath>
        <bleedBoxHeight>sample string 9</bleedBoxHeight>
        <bleedBoxWidth>sample string 8</bleedBoxWidth>
        <fileDate>sample string 5</fileDate>
        <fileName>sample string 3</fileName>
        <filePreviewUrl>sample string 2</filePreviewUrl>
        <fileSize>sample string 4</fileSize>
        <fileUrl>sample string 1</fileUrl>
        <numberOfPages>sample string 10</numberOfPages>
        <trimBoxHeight>sample string 7</trimBoxHeight>
        <trimBoxWidth>sample string 6</trimBoxWidth>
      </FilePath>
      <FilePath>
        <bleedBoxHeight>sample string 9</bleedBoxHeight>
        <bleedBoxWidth>sample string 8</bleedBoxWidth>
        <fileDate>sample string 5</fileDate>
        <fileName>sample string 3</fileName>
        <filePreviewUrl>sample string 2</filePreviewUrl>
        <fileSize>sample string 4</fileSize>
        <fileUrl>sample string 1</fileUrl>
        <numberOfPages>sample string 10</numberOfPages>
        <trimBoxHeight>sample string 7</trimBoxHeight>
        <trimBoxWidth>sample string 6</trimBoxWidth>
      </FilePath>
    </file>
    <folder>sample string 1</folder>
    <path>sample string 2</path>
  </FilesAndFolders>
  <FilesAndFolders>
    <file>
      <FilePath>
        <bleedBoxHeight>sample string 9</bleedBoxHeight>
        <bleedBoxWidth>sample string 8</bleedBoxWidth>
        <fileDate>sample string 5</fileDate>
        <fileName>sample string 3</fileName>
        <filePreviewUrl>sample string 2</filePreviewUrl>
        <fileSize>sample string 4</fileSize>
        <fileUrl>sample string 1</fileUrl>
        <numberOfPages>sample string 10</numberOfPages>
        <trimBoxHeight>sample string 7</trimBoxHeight>
        <trimBoxWidth>sample string 6</trimBoxWidth>
      </FilePath>
      <FilePath>
        <bleedBoxHeight>sample string 9</bleedBoxHeight>
        <bleedBoxWidth>sample string 8</bleedBoxWidth>
        <fileDate>sample string 5</fileDate>
        <fileName>sample string 3</fileName>
        <filePreviewUrl>sample string 2</filePreviewUrl>
        <fileSize>sample string 4</fileSize>
        <fileUrl>sample string 1</fileUrl>
        <numberOfPages>sample string 10</numberOfPages>
        <trimBoxHeight>sample string 7</trimBoxHeight>
        <trimBoxWidth>sample string 6</trimBoxWidth>
      </FilePath>
    </file>
    <folder>sample string 1</folder>
    <path>sample string 2</path>
  </FilesAndFolders>
</ArrayOfFilesAndFolders>

multipart/form-data

Sample:
<ArrayOfFilesAndFolders xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapi.Controllers"><FilesAndFolders><file><FilePath><bleedBoxHeight>sample string 9</bleedBoxHeight><bleedBoxWidth>sample string 8</bleedBoxWidth><fileDate>sample string 5</fileDate><fileName>sample string 3</fileName><filePreviewUrl>sample string 2</filePreviewUrl><fileSize>sample string 4</fileSize><fileUrl>sample string 1</fileUrl><numberOfPages>sample string 10</numberOfPages><trimBoxHeight>sample string 7</trimBoxHeight><trimBoxWidth>sample string 6</trimBoxWidth></FilePath><FilePath><bleedBoxHeight>sample string 9</bleedBoxHeight><bleedBoxWidth>sample string 8</bleedBoxWidth><fileDate>sample string 5</fileDate><fileName>sample string 3</fileName><filePreviewUrl>sample string 2</filePreviewUrl><fileSize>sample string 4</fileSize><fileUrl>sample string 1</fileUrl><numberOfPages>sample string 10</numberOfPages><trimBoxHeight>sample string 7</trimBoxHeight><trimBoxWidth>sample string 6</trimBoxWidth></FilePath></file><folder>sample string 1</folder><path>sample string 2</path></FilesAndFolders><FilesAndFolders><file><FilePath><bleedBoxHeight>sample string 9</bleedBoxHeight><bleedBoxWidth>sample string 8</bleedBoxWidth><fileDate>sample string 5</fileDate><fileName>sample string 3</fileName><filePreviewUrl>sample string 2</filePreviewUrl><fileSize>sample string 4</fileSize><fileUrl>sample string 1</fileUrl><numberOfPages>sample string 10</numberOfPages><trimBoxHeight>sample string 7</trimBoxHeight><trimBoxWidth>sample string 6</trimBoxWidth></FilePath><FilePath><bleedBoxHeight>sample string 9</bleedBoxHeight><bleedBoxWidth>sample string 8</bleedBoxWidth><fileDate>sample string 5</fileDate><fileName>sample string 3</fileName><filePreviewUrl>sample string 2</filePreviewUrl><fileSize>sample string 4</fileSize><fileUrl>sample string 1</fileUrl><numberOfPages>sample string 10</numberOfPages><trimBoxHeight>sample string 7</trimBoxHeight><trimBoxWidth>sample string 6</trimBoxWidth></FilePath></file><folder>sample string 1</folder><path>sample string 2</path></FilesAndFolders></ArrayOfFilesAndFolders>