GET get-downloads/{entry-id}

GET Required methods
Auth
Level 1
Description : Get downloads and patcher links from an entry
Arguments :
NameTypeDescription
entry-idintThe Entry ID

Methods : GET

Response :
NameTypeDescription
online_patcherboolTrue if online patcher is enabled on the entry, false otherwise.
downloadsarray[]|nullArray of downloads for the entry with the fields below
- namestringFilename of the current file
- sizestringSize of the current file for display
- downloadstringDownload file link
- patchstring|boolPatcher URL for this file, false if not exist.
 
Last edited:


Write your reply...
Back
Top