This query returns a list of events when a transfer was finished at put.io.
- API endpoint slug
- putio.history_of_transfers_finished
- Runtime method
- performQuery("putio.history_of_transfers_finished")
Query fields
- Label
- What type of transfer?
- Slug
- type
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- created_at
- Filter code
- Putio.historyOfTransfersFinished.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- download_url
- Filter code
- Putio.historyOfTransfersFinished.DownloadUrl
- Type
- File URL
- Example
- https://api.put.io/v2/files/123456/download?oauth_token=XXXXXX
- Slug
- name
- Filter code
- Putio.historyOfTransfersFinished.Name
- Type
- String
- Example
- Big Buck Bunny
- Slug
- view_url
- Filter code
- Putio.historyOfTransfersFinished.ViewUrl
- Type
- Web URL
- Example
- https://app.put.io/files/123456
- Slug
- file_id
- Filter code
- Putio.historyOfTransfersFinished.FileId
- Type
- String
- Example
- 123456