DELETE /applications/{applicationId} HTTP/1.1
Host: api
Accept: */*
OK
{
"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
}
GET /applications/{applicationId} HTTP/1.1
Host: api
Accept: */*
OK
{
"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
}
PUT /applications/{applicationId} HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 1224
{
"id": "text",
"orgId": "text",
"name": "text",
"applicationType": 1,
"applicationStatus": "NORMAL",
"publishedApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"publicToAll": true,
"editingApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"createdBy": "text",
"organizationId": "text",
"editingQueries": [
{
"id": "text",
"name": "text",
"datasourceId": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"triggerType": "text",
"timeout": "text",
"compType": "text",
"baseQuery": {
"datasourceId": "text",
"compType": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"timeout": "text"
},
"timeoutStr": "text",
"usingLibraryQuery": true,
"libraryRecordQueryId": {
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"usingEditingRecord": true,
"usingLiveRecord": true
}
}
],
"liveQueries": [
{
"id": "text",
"name": "text",
"datasourceId": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"triggerType": "text",
"timeout": "text",
"compType": "text",
"baseQuery": {
"datasourceId": "text",
"compType": "text",
"comp": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"timeout": "text"
},
"timeoutStr": "text",
"usingLibraryQuery": true,
"libraryRecordQueryId": {
"libraryQueryId": "text",
"libraryQueryRecordId": "text",
"usingEditingRecord": true,
"usingLiveRecord": true
}
}
],
"editingModules": [
"text"
],
"liveModules": [
"text"
],
"liveContainerSize": {}
}
OK
{
"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
}
POST /applications HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 180
{
"orgId": "text",
"name": "text",
"applicationType": 1,
"publishedApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"editingApplicationDSL": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"folderId": "text"
}
OK
{
"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
}