get
POST https://api.dropboxapi.com/2/file_requests/get
scope: file_requests.read
Returns the specified file request.
Request Body
{"id"=>"oaCAVmEyrqYnkZX9955Y"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string |
RESPONSES
status: OK
{"id":"oaCAVmEyrqYnkZX9955Y","url":"https://www.dropbox.com/request/oaCAVmEyrqYnkZX9955Y","title":"Homework submission","created":"2015-10-05T17:00:00Z","is_open":true,"file_count":3,"destination":"/File Requests/Homework","deadline":{"deadline":"2020-10-12T17:00:00Z","allow_late_uploads":{".tag":"seven_days"}}}