Files
Retrieves files
get/Files
Query parameters
pagesizeinteger
Example:50
pass an optional page size value
pageinteger
Example:2
number of records to skip for pagination
sort'Name' | 'Size' | 'CreatedDateUTC'
Example:CreatedDateUTC
values to sort by
direction'ASC' | 'DESC'
Example:ASC
sort direction
Response
search results matching criteria
Example response
{
"TotalCount": 2,
"Page": 1,
"PerPage": 50,
"Items": [
{
"Name": "File2.jpg",
"MimeType": "image/jpeg",
"Size": 3615,
"CreatedDateUtc": "2020-12-03T19:04:58.6970000",
"UpdatedDateUtc": "2020-12-03T19:04:58.6970000",
"User": {
"Id": "4ff1e5cc-9835-40d5-bb18-09fdb118db9c",
"Name": "john.smith@mail.com",
"FirstName": "John",
"LastName": "Smith",
"FullName": "Smith"
},
"Id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"FolderId": "0f8ccf21-7267-4268-9167-a1e2c40c84c8"
}
]
}