Microsoft Outlook · Schema

UploadSession

Represents the upload session for iterative file upload.

CalendarContactsEmailEnterpriseMicrosoftOffice 365Productivity

Properties

Name Type Description
uploadUrl string The URL endpoint that accepts PUT requests for byte ranges of the file.
expirationDateTime string The date and time in UTC that the upload session will expire.
nextExpectedRanges array A collection of byte ranges that the server is missing for the file, such as "0-25", "128-500".
View JSON Schema on GitHub