/api/applications/home
curl -L \
--url '//api/applications/home'
{
"code": 1,
"message": "text",
"data": {
"user": {
"id": "text",
"createdBy": "text",
"name": "text",
"avatar": "text",
"tpAvatarLink": "text",
"state": "NEW",
"isEnabled": true,
"password": "text",
"isAnonymous": true,
"connections": [
{
"authId": "text",
"source": "text",
"rawId": "text",
"name": "text",
"avatar": "text",
"authConnectionAuthToken": {
"accessToken": "text",
"expireAt": 1,
"refreshToken": "text",
"refreshTokenExpireAt": 1,
"source": "text",
"refreshTokenExpired": true,
"accessTokenExpired": true
},
"rawUserInfo": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"tokens": [
"text"
]
}
],
"hasSetNickname": true,
"orgTransformedUserInfo": {
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {
"updateTime": 1,
"extra": {
"ANY_ADDITIONAL_PROPERTY": {}
}
}
}
},
"organization": {
"id": "text",
"createdBy": "text",
"name": "text",
"isAutoGeneratedOrganization": true,
"contactName": "text",
"contactEmail": "text",
"contactPhoneNumber": "text",
"source": "text",
"thirdPartyCompanyId": "text",
"state": "ACTIVE",
"organizationDomain": {
"domain": "text",
"configs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
},
"commonSettings": {
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
},
"logoUrl": "text",
"createTime": 1,
"authConfigs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
},
"folderInfoViews": [
{
"orgId": "text",
"folderId": "text",
"parentFolderId": "text",
"name": "text",
"createAt": 1,
"createBy": "text",
"subFolders": [
{
"orgId": "text",
"folderId": "text",
"parentFolderId": "text",
"name": "text",
"createAt": 1,
"createBy": "text",
"subFolders": "[Circular Reference]",
"subApplications": [
{
"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
}
],
"createTime": 1,
"lastViewTime": 1,
"visible": true,
"manageable": true,
"folder": true
}
],
"subApplications": [
{
"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
}
],
"createTime": 1,
"lastViewTime": 1,
"visible": true,
"manageable": true,
"folder": true
}
],
"homeApplicationViews": [
{
"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
}
OK