downloadFile
GEThttps://m2.ru/api/public/deal-api/v1/files/:id
Получение файла из системы
Request
Path Parameters
id stringrequired
Possible values: <= 255 characters
Идентификатор файла
Responses
- 303
- 400
- 403
- 404
See Other
Response Headers
- */*
- Schema
- Example (auto)
Schema
objectobject
{}
Bad Request
- */*
- Schema
- Example (auto)
Schema
messagestring
Сообщение об ошибке
Possible values: <= 255 characters
{
"message": "string"
}
Forbidden
- */*
- Schema
- Example (auto)
Schema
messagestring
Сообщение об ошибке
Possible values: <= 255 characters
{
"message": "string"
}
Not Found
- */*
- Schema
- Example (auto)
Schema
messagestring
Сообщение об ошибке
Possible values: <= 255 characters
{
"message": "string"
}
- curl
- java
- kotlin
- nodejs
- python
- go
- swift
- CURL
curl -L 'https://m2.ru/api/public/deal-api/v1/files/:id'