/api/applications/list
NORMAL
RECYCLED
DELETED
OK
curl -L \ --url '//api/applications/list'
{ "code": 1, "message": "text", "data": [ { "orgId": "text", "applicationId": "text", "name": "text", "createAt": 1, "createBy": "text", "role": "text", "applicationType": 1, "applicationStatus": "NORMAL", "containerSize": {}, "folderId": "text", "lastViewTime": 1, "lastModifyTime": 1, "publicToAll": true, "folder": true } ], "success": true }