List
get
Authorizations
LOWCODER_CE_SELFHOST_TOKENstringRequired
Responses
200
OK
*/*
get
/api/materials/list200
OK
OK
OK
GET /api/materials/list HTTP/1.1
Host: /
Accept: */*
{
"code": 1,
"message": "text",
"data": [
{
"id": "text",
"filename": "text"
}
],
"success": true
}