Download Export File
GET/export/:id/download/
Download the generated export file.
Request
Path Parameters
id stringrequired
Responses
- 200
- 202
- 401
- 404
- application/json
- Schema
Schema
string
- application/json
- Schema
- Example (from schema)
Schema
msg string
{
"msg": "Accepted for processing"
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
Loading...