curl --request GET \
--url http://localhost:8080/cabinet/media/{file_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Download media file by file_id. Used to display images/documents in ticket messages.
curl --request GET \
--url http://localhost:8080/cabinet/media/{file_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response