Get list of media
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
- name string
Media filename
- file string
Media filename with timestamp formatted as 'YmdHis'
[
{
"id": 1,
"name": "intro weekends",
"file": "20220801123045_208dea9bbdcc087a95aa6c6f01d9e734.mp3"
}
]