/api/v2/bpm/texts/excel/download/confirm/
Метод возвращает ссылку для загрузки сгенерированного excel файла
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "File in ready",
"response": {
"location": "/media/excel/download/excelbook_2.xlsx"
},
"preparingsTime": 0.03
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.004
}
Loading...