/api/applications/{applicationId}/view
OK
curl -L \ --url '//api/applications/{applicationId}/view'
{ "code": 1, "message": "text", "data": { "applicationInfoView": { "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 }, "applicationDSL": { "ANY_ADDITIONAL_PROPERTY": {} }, "moduleDSL": { "ANY_ADDITIONAL_PROPERTY": { "ANY_ADDITIONAL_PROPERTY": {} } }, "orgCommonSettings": { "ANY_ADDITIONAL_PROPERTY": {} }, "templateId": "text" }, "success": true }