Files
Uploads a File to a specific folder
post/Files/{FolderId}
Path parameters
FolderIdstring uuid required
Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c
pass required folder id to save file to specific folder
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Response
A successful request
Example response
{
"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"
}