GET v1/File/List

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EventGuid

globally unique identifier

None.

TrainingGuid

globally unique identifier

None.

FolderGuid

globally unique identifier

None.

SearchTags

Collection of string

None.

Skip

integer

None.

Take

integer

None.

SearchString

string

None.

SortDirection

SortDirection

None.

SortName

ListSortName

None.

Body Parameters

None.

Response Information

Resource Description

FileListViewModel
NameDescriptionTypeAdditional information
Items

Collection of FileListItemViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "Guid": "aa28e899-d441-480d-a09e-827e47a63fcf",
      "FileName": "sample string 2",
      "FileExtension": null,
      "FileSize": 3,
      "FileType": 0,
      "PersonGuid": "a502aad1-d012-4ce0-92e3-efa3513585c3",
      "Created": "2024-04-19T19:10:20.0679485+00:00",
      "Width": 1,
      "Height": 1,
      "ContentType": "sample string 5",
      "OriginalFileName": "sample string 6",
      "PublicFileName": "aa28e899-d441-480d-a09e-827e47a63fcf"
    },
    {
      "Guid": "aa28e899-d441-480d-a09e-827e47a63fcf",
      "FileName": "sample string 2",
      "FileExtension": null,
      "FileSize": 3,
      "FileType": 0,
      "PersonGuid": "a502aad1-d012-4ce0-92e3-efa3513585c3",
      "Created": "2024-04-19T19:10:20.0679485+00:00",
      "Width": 1,
      "Height": 1,
      "ContentType": "sample string 5",
      "OriginalFileName": "sample string 6",
      "PublicFileName": "aa28e899-d441-480d-a09e-827e47a63fcf"
    }
  ]
}

application/octet-stream

Sample:
{"Items":[{"Guid":"aa28e899-d441-480d-a09e-827e47a63fcf","FileName":"sample string 2","FileExtension":null,"FileSize":3,"FileType":0,"PersonGuid":"a502aad1-d012-4ce0-92e3-efa3513585c3","Created":"2024-04-19T19:10:20.0679485+00:00","Width":1,"Height":1,"ContentType":"sample string 5","OriginalFileName":"sample string 6","PublicFileName":"aa28e899-d441-480d-a09e-827e47a63fcf"},{"Guid":"aa28e899-d441-480d-a09e-827e47a63fcf","FileName":"sample string 2","FileExtension":null,"FileSize":3,"FileType":0,"PersonGuid":"a502aad1-d012-4ce0-92e3-efa3513585c3","Created":"2024-04-19T19:10:20.0679485+00:00","Width":1,"Height":1,"ContentType":"sample string 5","OriginalFileName":"sample string 6","PublicFileName":"aa28e899-d441-480d-a09e-827e47a63fcf"}]}

application/xml, text/xml

Sample:
<FileListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.List">
  <Items>
    <FileListItemViewModel>
      <ContentType>sample string 5</ContentType>
      <Created>2024-04-19T19:10:20.0679485+00:00</Created>
      <FileName>sample string 2</FileName>
      <FileSize>3</FileSize>
      <FileType>Unassigned</FileType>
      <Guid>aa28e899-d441-480d-a09e-827e47a63fcf</Guid>
      <Height>1</Height>
      <OriginalFileName>sample string 6</OriginalFileName>
      <PersonGuid>a502aad1-d012-4ce0-92e3-efa3513585c3</PersonGuid>
      <Width>1</Width>
    </FileListItemViewModel>
    <FileListItemViewModel>
      <ContentType>sample string 5</ContentType>
      <Created>2024-04-19T19:10:20.0679485+00:00</Created>
      <FileName>sample string 2</FileName>
      <FileSize>3</FileSize>
      <FileType>Unassigned</FileType>
      <Guid>aa28e899-d441-480d-a09e-827e47a63fcf</Guid>
      <Height>1</Height>
      <OriginalFileName>sample string 6</OriginalFileName>
      <PersonGuid>a502aad1-d012-4ce0-92e3-efa3513585c3</PersonGuid>
      <Width>1</Width>
    </FileListItemViewModel>
  </Items>
</FileListViewModel>