Lista de arquivos para download (basic)
Esta requisição deve ser utilizada para obter a lista de arquivos da área do usuário da plataforma para download.
GET
https://your-domain/directlink/v1/download/listParameters
Atenção
* Parâmetro obrigatório
Query
| Parâmetro | Descrição | |
|---|---|---|
| page * | Integer | Página da lista contendo no máximo 100 registros. |
Header
| Parâmetro | Descrição | |
|---|---|---|
| Authorization * | Basic base64(username:password) | |
| Content_type * | application/json |
Responses
200 OK
{
"status": 0,
"description": "handlerDownloadList:succsessfully",
"apiver": "v1 (3.6.0)",
"user": "USER1",
"files": [
{
"id": 2,
"name": "logout (1)",
"length": 0,
"modified": 1655055301684,
"linkURL": "http://your-domain/directlink/v1/download/file?lang=pt&k=3PrmsdgImuNTBfIvGQ8JmyqE3YSfTPk-KnoJi0LbT5xnMWLX7eYVboX_lT_M2cFElbCtRpwzRn0CzwUNNX50gFI-5iCGBn_n825LF37le_TJfMcvvLuEf0YXY8Gz4sJAEQ5JsGRmT3TxcK9q7FAUT30inBA7IDRlFbNfr_R94sdgRIWDUYnC_B5ArcHAeUM00ufuSdYz3Anao7JXuvjfJOMB9fKB_1EY_40qv7kN7ek75ncdVM_xYUwHzIfNRZ7mfTtdrVwmL_E7gQmHupyVuyp-_8BXiWDKIIk="
},
{
"id": 3,
"name": "teste2",
"length": 42,
"modified": 1654642758397,
"linkURL": "http://your-domain/directlink/v1/download/file?lang=pt&k=Ry0-IX7xa8WyY48gguPLSYgGFSneJA7aMoEX_jgAy0om7hjBNpVb1br3VhG5I8B_RMU0UqBS71PlHpDd3tiiS2rJfaJDw7mn3AmFXW-AyQ0rXsB6O0hdMstETl2l9dximI8ua0FIB-26Do7lLX6yhS0dK2bInPdcfCbq4RR-Tf_17ofccsl2tqGA9taBmd1TovEuN9ZOHlwJdKWGoT8TJ57LF4FmD5eWHG-y1WVsY8lB-sZHoSzc1I5ptq4hco0AWsS5HGieLcIpwZulZSpzGjO6"
}
],
"time": "2022-06-13 19:37:52.366591 -0300 -03 m=+25968.263316625"
}
400 Bad Request
{
"status": 400,
"description": "Bad Request",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:55:53.559292 -0300 -03 m=+19849.437332386"
}
401 Unauthorized
{
"status": 401,
"description": "Unauthorized",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}
500 Internal Server Error
{
"status": 500,
"description": "Internal Server Error",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}Lista de arquivos para download (bearer)
Esta requisição deve ser utilizada para obter a lista de arquivos da área do usuário da plataforma para download.
GET
https://your-domain/directlink/v1/download/listParameters
Atenção
* Parâmetro obrigatório
Query
| Parâmetro | Tipo | Descrição |
|---|---|---|
| page * | Integer | Página da lista contendo no máximo 100 registros. |
Header
| Parâmetro | Descrição | |
|---|---|---|
| Authorization * | Bearer <token> |
|
| Content_type * | application/json |
Responses
200 OK
{
"status": 0,
"description": "handlerDownloadList:succsessfully",
"apiver": "v1 (3.6.0)",
"user": "USER1",
"files": [
{
"id": 2,
"name": "logout (1)",
"length": 0,
"modified": 1655055301684,
"linkURL": "http://your-domain/directlink/v1/download/file?lang=pt&k=3PrmsdgImuNTBfIvGQ8JmyqE3YSfTPk-KnoJi0LbT5xnMWLX7eYVboX_lT_M2cFElbCtRpwzRn0CzwUNNX50gFI-5iCGBn_n825LF37le_TJfMcvvLuEf0YXY8Gz4sJAEQ5JsGRmT3TxcK9q7FAUT30inBA7IDRlFbNfr_R94sdgRIWDUYnC_B5ArcHAeUM00ufuSdYz3Anao7JXuvjfJOMB9fKB_1EY_40qv7kN7ek75ncdVM_xYUwHzIfNRZ7mfTtdrVwmL_E7gQmHupyVuyp-_8BXiWDKIIk="
},
{
"id": 3,
"name": "teste2",
"length": 42,
"modified": 1654642758397,
"linkURL": "http://your-domain/directlink/v1/download/file?lang=pt&k=Ry0-IX7xa8WyY48gguPLSYgGFSneJA7aMoEX_jgAy0om7hjBNpVb1br3VhG5I8B_RMU0UqBS71PlHpDd3tiiS2rJfaJDw7mn3AmFXW-AyQ0rXsB6O0hdMstETl2l9dximI8ua0FIB-26Do7lLX6yhS0dK2bInPdcfCbq4RR-Tf_17ofccsl2tqGA9taBmd1TovEuN9ZOHlwJdKWGoT8TJ57LF4FmD5eWHG-y1WVsY8lB-sZHoSzc1I5ptq4hco0AWsS5HGieLcIpwZulZSpzGjO6"
}
],
"time": "2022-06-13 19:37:52.366591 -0300 -03 m=+25968.263316625"
}
400 Bad Request
{
"status": 400,
"description": "Bad Request",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:55:53.559292 -0300 -03 m=+19849.437332386"
}
401 Unauthorized
{
"status": 401,
"description": "Unauthorized",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}
500 Internal Server Error
{
"status": 500,
"description": "Internal Server Error",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}