Path Parameters
Body
Full name of the file including the file extension
256
"court filing.pdf"
Unique identifier of the folder to add the file to. If null it will be placed in the root folder
"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
Unique identifier of the file owner. If null it will fallback to the authenticated user
"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
Path of the folder to add the file to. If null then the FolderId will be used
"Court Filings/2023/January"
Collection of KeyValuePair(string, string) to update File meta data.
The original datetime that the file was created. If null the current datetime will be used
"2023-04-23T14:00:00Z"
The initial datetime that the file was last modified. If null the current datetime will be used
"2023-04-24T14:00:00Z"
Response
When request is accepted. Returns an 'UploadFileInfo' object.
Unique identifier of the file.
"b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2"
Temporary Link to upload file.
Important note: When uploading to this URL, set the 'Content-Type' header to an empty value.
Example cURL: curl --location --request PUT 'URL_GOES_HERE' \ --header 'Content-Type: ""' \ --data '@/C:/dir/test.pdf'
""
Expiry date/time when the upload link is no longer accessible.
"2022-04-23T14:30:00Z"