A/BTest 后台服务API接口文档
A/BTest 后台服务API接口文档
简介:A/BTest 后台服务API接口文档
HOST:test.51abtest.com
联系人:ABTest
Version:1.0
接口路径:/v2/api-docs
[TOC]
dashboard-controller
通过时间查询实验数量或消息数量
接口地址:/jeecg-boot/dashboard/numberOfExperimentOrMessage
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
通过时间查询实验数量或消息数量
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
beginTime | query | false | string | ||
dateRange | query | false | string | ||
dateType | query | false | string | ||
endTime | query | false | string | ||
tabType | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | BarDashboardVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
x | string | ||
y | integer(int32) | integer(int32) |
响应示例:
[
{
"x": "",
"y": 0
}
]
eoc_access_token
eoc_account-通过filter查询
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/personal_access_tokens
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_access_tokenRes |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | integer(int64) | integer(int64) | |
created | string(date-time) | string(date-time) | |
id | string | ||
is_active | boolean | ||
label | string | ||
project_id | integer(int64) | integer(int64) | |
project_name | string | ||
revoked_at | string(date-time) | string(date-time) | |
revoked_by | string | ||
token_hash | string | ||
user_id | string |
响应示例:
[
{
"account_id": 0,
"created": "",
"id": "",
"is_active": true,
"label": "",
"project_id": 0,
"project_name": "",
"revoked_at": "",
"revoked_by": "",
"token_hash": "",
"user_id": ""
}
]
eoc_user-添加
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/personal_access_tokens
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user-添加
请求示例:
{
"account_id": 0,
"created": "",
"id": "",
"is_active": true,
"label": "",
"project_id": 0,
"revoked_at": "",
"revoked_by": "",
"token_hash": "",
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accessToken | eoc_access_token | body | true | eoc_access_tokenReq | eoc_access_tokenReq |
account_id | false | integer(int64) | |||
created | false | string(date-time) | |||
id | false | string | |||
is_active | false | boolean | |||
label | false | string | |||
project_id | false | integer(int64) | |||
revoked_at | false | string(date-time) | |||
revoked_by | false | string | |||
token_hash | false | string | |||
user_id | false | string | |||
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_access_tokenRes |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | integer(int64) | integer(int64) | |
created | string(date-time) | string(date-time) | |
id | string | ||
is_active | boolean | ||
label | string | ||
project_id | integer(int64) | integer(int64) | |
project_name | string | ||
revoked_at | string(date-time) | string(date-time) | |
revoked_by | string | ||
token_hash | string | ||
user_id | string |
响应示例:
{
"account_id": 0,
"created": "",
"id": "",
"is_active": true,
"label": "",
"project_id": 0,
"project_name": "",
"revoked_at": "",
"revoked_by": "",
"token_hash": "",
"user_id": ""
}
eoc_user-通过id删除
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/personal_access_tokens/{token_id}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) | |
token_id | token_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_access_tokenRes |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | integer(int64) | integer(int64) | |
created | string(date-time) | string(date-time) | |
id | string | ||
is_active | boolean | ||
label | string | ||
project_id | integer(int64) | integer(int64) | |
project_name | string | ||
revoked_at | string(date-time) | string(date-time) | |
revoked_by | string | ||
token_hash | string | ||
user_id | string |
响应示例:
[
{
"account_id": 0,
"created": "",
"id": "",
"is_active": true,
"label": "",
"project_id": 0,
"project_name": "",
"revoked_at": "",
"revoked_by": "",
"token_hash": "",
"user_id": ""
}
]
eoc_account
eoc_account-批量删除
接口地址:/jeecg-boot/api/v1/account/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-分页列表查询
接口地址:/jeecg-boot/api/v1/account/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_allowed_origins[0].innerMap | query | false | object | ||
account_auto_origins[0].innerMap | query | false | object | ||
account_blocked_origins[0].innerMap | query | false | object | ||
account_name | account_name | query | false | string | |
company_name | company_name | query | false | string | |
created | 创建日期 | query | false | string(date-time) | |
feature_configs.innerMap | query | false | object | ||
feature_limits.innerMap | query | false | object | ||
frozen | query | false | boolean | ||
id | 主键 | query | false | integer(int64) | |
idle_session_timeout_enabled | idle_session_timeout_enabled | query | false | boolean | |
idp_id | idp_id | query | false | string | |
ip_anonymization_default | ip_anonymization_default | query | false | boolean | |
ip_anonymization_locked | ip_anonymization_locked | query | false | boolean | |
is_classic_read_only | is_classic_read_only | query | false | boolean | |
is_entitled_to_phone_support | query | false | boolean | ||
is_entitled_to_priority_support | query | false | boolean | ||
is_entitled_to_web_support | query | false | boolean | ||
is_freezable | query | false | boolean | ||
is_mobile_classic_read_only | is_mobile_classic_read_only | query | false | boolean | |
is_sso_enabled | is_sso_enabled | query | false | boolean | |
is_web_classic_read_only | is_web_classic_read_only | query | false | boolean | |
max_projects | max_projects | query | false | integer(int32) | |
must_change_password | query | false | boolean | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
pci_enabled | pci_enabled | query | false | boolean | |
require_password_time_expire | require_password_time_expire | query | false | boolean | |
require_two_factor_auth | require_two_factor_auth | query | false | boolean | |
source | query | false | string | ||
subscription.innerMap | query | false | object | ||
use_account_origins | use_account_origins | query | false | boolean | |
use_auto_origins | use_auto_origins | query | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_account对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_account对象» | IPage«eoc_account对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_account对象 | |
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string | |
created | 创建日期 | string | |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer | |
id | id | integer | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer | |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer | |
ipAnonymizationLocked | ipAnonymizationLocked | integer | |
isClassicReadOnly | isClassicReadOnly | integer | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer | |
isEntitledToWebSupport | isEntitledToWebSupport | integer | |
isFreezable | isFreezable | integer | |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer | |
isSsoEnabled | is_sso_enabled | integer | |
isWebClassicReadOnly | isWebClassicReadOnly | integer | |
maxProjects | maxProjects | integer | |
mustChangePassword | mustChangePassword | integer | |
pciEnabled | pciEnabled | integer | |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer | |
requireTwoFactorAuth | requireTwoFactorAuth | integer | |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer | |
useAutoOrigins | useAutoOrigins | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_account-通过id查询
接口地址:/jeecg-boot/api/v1/account/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_account对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | |
created | 创建日期 | string(date-time) | |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | |
id | id | integer(int64) | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | |
isClassicReadOnly | isClassicReadOnly | integer(int32) | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | |
isFreezable | isFreezable | integer(int32) | |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | |
isSsoEnabled | is_sso_enabled | integer(int32) | |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | |
maxProjects | maxProjects | integer(int32) | |
mustChangePassword | mustChangePassword | integer(int32) | |
pciEnabled | pciEnabled | integer(int32) | |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | |
useAutoOrigins | useAutoOrigins | integer(int32) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
},
"success": true,
"timestamp": 0
}
eoc_account-通过filter查询
接口地址:/jeecg-boot/api/v1/account/{account_id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-添加
接口地址:/jeecg-boot/api/v1/account/{account_id}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-添加
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) | ||
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-编辑
接口地址:/jeecg-boot/api/v1/account/{account_id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-编辑
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) | ||
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-通过id删除
接口地址:/jeecg-boot/api/v1/account/{id}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-通过filter查询
接口地址:/jeecg-boot/api/v1/accounts/{account_id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-添加
接口地址:/jeecg-boot/api/v1/accounts/{account_id}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-添加
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) | ||
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-编辑
接口地址:/jeecg-boot/api/v1/accounts/{account_id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-编辑
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) | ||
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_account对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | string(date-time) |
created | 创建日期 | string(date-time) | string(date-time) |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | integer(int32) |
id | id | integer(int64) | integer(int64) |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | integer(int32) |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | integer(int32) |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | integer(int32) |
isClassicReadOnly | isClassicReadOnly | integer(int32) | integer(int32) |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | integer(int32) |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | integer(int32) |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | integer(int32) |
isFreezable | isFreezable | integer(int32) | integer(int32) |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | integer(int32) |
isSsoEnabled | is_sso_enabled | integer(int32) | integer(int32) |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | integer(int32) |
maxProjects | maxProjects | integer(int32) | integer(int32) |
mustChangePassword | mustChangePassword | integer(int32) | integer(int32) |
pciEnabled | pciEnabled | integer(int32) | integer(int32) |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | integer(int32) |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | integer(int32) |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | integer(int32) |
useAutoOrigins | useAutoOrigins | integer(int32) | integer(int32) |
响应示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
eoc_account-添加
接口地址:/jeecg-boot/sysconfig/eocAccount/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-添加
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAccount | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-分页列表查询
接口地址:/jeecg-boot/sysconfig/eocAccount/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | query | false | string | |
accountAutoOrigins | accountAutoOrigins | query | false | string | |
accountBlockedOrigins | accountBlockedOrigins | query | false | string | |
accountName | accountName | query | false | string | |
companyName | companyName | query | false | string | |
create_time | 创建日期 | query | false | string(date-time) | |
created | 创建日期 | query | false | string(date-time) | |
featureConfigs | featureConfigs | query | false | string | |
featureLimits | featureLimits | query | false | string | |
frozen | frozen | query | false | integer(int32) | |
id | id | query | false | integer(int64) | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | query | false | integer(int32) | |
idpId | idp_id | query | false | string | |
ipAnonymizationDefault | ipAnonymizationDefault | query | false | integer(int32) | |
ipAnonymizationLocked | ipAnonymizationLocked | query | false | integer(int32) | |
isClassicReadOnly | isClassicReadOnly | query | false | integer(int32) | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | query | false | integer(int32) | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | query | false | integer(int32) | |
isEntitledToWebSupport | isEntitledToWebSupport | query | false | integer(int32) | |
isFreezable | isFreezable | query | false | integer(int32) | |
isMobileClassicReadOnly | isMobileClassicReadOnly | query | false | integer(int32) | |
isSsoEnabled | is_sso_enabled | query | false | integer(int32) | |
isWebClassicReadOnly | isWebClassicReadOnly | query | false | integer(int32) | |
maxProjects | maxProjects | query | false | integer(int32) | |
mustChangePassword | mustChangePassword | query | false | integer(int32) | |
pciEnabled | pciEnabled | query | false | integer(int32) | |
requirePasswordTimeExpire | requirePasswordTimeExpire | query | false | integer(int32) | |
requireTwoFactorAuth | requireTwoFactorAuth | query | false | integer(int32) | |
source | source | query | false | string | |
subscription | subscription | query | false | string | |
useAccountOrigins | useAccountOrigins | query | false | integer(int32) | |
useAutoOrigins | useAutoOrigins | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_account对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_account对象» | IPage«eoc_account对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_account对象 | |
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string | |
created | 创建日期 | string | |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer | |
id | id | integer | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer | |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer | |
ipAnonymizationLocked | ipAnonymizationLocked | integer | |
isClassicReadOnly | isClassicReadOnly | integer | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer | |
isEntitledToWebSupport | isEntitledToWebSupport | integer | |
isFreezable | isFreezable | integer | |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer | |
isSsoEnabled | is_sso_enabled | integer | |
isWebClassicReadOnly | isWebClassicReadOnly | integer | |
maxProjects | maxProjects | integer | |
mustChangePassword | mustChangePassword | integer | |
pciEnabled | pciEnabled | integer | |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer | |
requireTwoFactorAuth | requireTwoFactorAuth | integer | |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer | |
useAutoOrigins | useAutoOrigins | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_account-可创建账户数量
接口地址:/jeecg-boot/sysconfig/eocAccount/createNumber
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-可创建账户数量
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«int» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | integer(int32) | integer(int32) |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": 0,
"success": true,
"timestamp": 0
}
eoc_account-通过id删除
接口地址:/jeecg-boot/sysconfig/eocAccount/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-批量删除
接口地址:/jeecg-boot/sysconfig/eocAccount/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-编辑
接口地址:/jeecg-boot/sysconfig/eocAccount/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-编辑
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAccount | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-编辑
接口地址:/jeecg-boot/sysconfig/eocAccount/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_account-编辑
请求示例:
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAccount | eoc_account | body | true | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | false | string | ||
accountAutoOrigins | accountAutoOrigins | false | string | ||
accountBlockedOrigins | accountBlockedOrigins | false | string | ||
accountName | accountName | false | string | ||
companyName | companyName | false | string | ||
create_time | 创建日期 | false | string(date-time) | ||
created | 创建日期 | false | string(date-time) | ||
featureConfigs | featureConfigs | false | string | ||
featureLimits | featureLimits | false | string | ||
frozen | frozen | false | integer(int32) | ||
id | id | false | integer(int64) | ||
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | false | integer(int32) | ||
idpId | idp_id | false | string | ||
ipAnonymizationDefault | ipAnonymizationDefault | false | integer(int32) | ||
ipAnonymizationLocked | ipAnonymizationLocked | false | integer(int32) | ||
isClassicReadOnly | isClassicReadOnly | false | integer(int32) | ||
isEntitledToPhoneSupport | isEntitledToPhoneSupport | false | integer(int32) | ||
isEntitledToPrioritySupport | isEntitledToPrioritySupport | false | integer(int32) | ||
isEntitledToWebSupport | isEntitledToWebSupport | false | integer(int32) | ||
isFreezable | isFreezable | false | integer(int32) | ||
isMobileClassicReadOnly | isMobileClassicReadOnly | false | integer(int32) | ||
isSsoEnabled | is_sso_enabled | false | integer(int32) | ||
isWebClassicReadOnly | isWebClassicReadOnly | false | integer(int32) | ||
maxProjects | maxProjects | false | integer(int32) | ||
mustChangePassword | mustChangePassword | false | integer(int32) | ||
pciEnabled | pciEnabled | false | integer(int32) | ||
requirePasswordTimeExpire | requirePasswordTimeExpire | false | integer(int32) | ||
requireTwoFactorAuth | requireTwoFactorAuth | false | integer(int32) | ||
source | source | false | string | ||
subscription | subscription | false | string | ||
useAccountOrigins | useAccountOrigins | false | integer(int32) | ||
useAutoOrigins | useAutoOrigins | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_account-分页列表查询
接口地址:/jeecg-boot/sysconfig/eocAccount/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountAllowedOrigins | accountAllowedOrigins | query | false | string | |
accountAutoOrigins | accountAutoOrigins | query | false | string | |
accountBlockedOrigins | accountBlockedOrigins | query | false | string | |
accountName | accountName | query | false | string | |
accountNameFuzzy | query | false | string | ||
companyName | companyName | query | false | string | |
create_time | 创建日期 | query | false | string(date-time) | |
created | 创建日期 | query | false | string(date-time) | |
featureConfigs | featureConfigs | query | false | string | |
featureLimits | featureLimits | query | false | string | |
frozen | frozen | query | false | integer(int32) | |
id | id | query | false | integer(int64) | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | query | false | integer(int32) | |
idpId | idp_id | query | false | string | |
ipAnonymizationDefault | ipAnonymizationDefault | query | false | integer(int32) | |
ipAnonymizationLocked | ipAnonymizationLocked | query | false | integer(int32) | |
isClassicReadOnly | isClassicReadOnly | query | false | integer(int32) | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | query | false | integer(int32) | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | query | false | integer(int32) | |
isEntitledToWebSupport | isEntitledToWebSupport | query | false | integer(int32) | |
isFreezable | isFreezable | query | false | integer(int32) | |
isMobileClassicReadOnly | isMobileClassicReadOnly | query | false | integer(int32) | |
isSsoEnabled | is_sso_enabled | query | false | integer(int32) | |
isWebClassicReadOnly | isWebClassicReadOnly | query | false | integer(int32) | |
maxProjects | maxProjects | query | false | integer(int32) | |
mustChangePassword | mustChangePassword | query | false | integer(int32) | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
pciEnabled | pciEnabled | query | false | integer(int32) | |
requirePasswordTimeExpire | requirePasswordTimeExpire | query | false | integer(int32) | |
requireTwoFactorAuth | requireTwoFactorAuth | query | false | integer(int32) | |
source | source | query | false | string | |
subscription | subscription | query | false | string | |
useAccountOrigins | useAccountOrigins | query | false | integer(int32) | |
useAutoOrigins | useAutoOrigins | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_account对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_account对象» | IPage«eoc_account对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_account对象 | |
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string | |
created | 创建日期 | string | |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer | |
id | id | integer | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer | |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer | |
ipAnonymizationLocked | ipAnonymizationLocked | integer | |
isClassicReadOnly | isClassicReadOnly | integer | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer | |
isEntitledToWebSupport | isEntitledToWebSupport | integer | |
isFreezable | isFreezable | integer | |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer | |
isSsoEnabled | is_sso_enabled | integer | |
isWebClassicReadOnly | isWebClassicReadOnly | integer | |
maxProjects | maxProjects | integer | |
mustChangePassword | mustChangePassword | integer | |
pciEnabled | pciEnabled | integer | |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer | |
requireTwoFactorAuth | requireTwoFactorAuth | integer | |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer | |
useAutoOrigins | useAutoOrigins | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_account-通过id查询
接口地址:/jeecg-boot/sysconfig/eocAccount/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_account-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_account对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_account对象 | eoc_account对象 |
accountAllowedOrigins | accountAllowedOrigins | string | |
accountAutoOrigins | accountAutoOrigins | string | |
accountBlockedOrigins | accountBlockedOrigins | string | |
accountName | accountName | string | |
companyName | companyName | string | |
create_time | 创建日期 | string(date-time) | |
created | 创建日期 | string(date-time) | |
featureConfigs | featureConfigs | string | |
featureLimits | featureLimits | string | |
frozen | frozen | integer(int32) | |
id | id | integer(int64) | |
idleSessionTimeoutEnabled | idleSessionTimeoutEnabled | integer(int32) | |
idpId | idp_id | string | |
ipAnonymizationDefault | ipAnonymizationDefault | integer(int32) | |
ipAnonymizationLocked | ipAnonymizationLocked | integer(int32) | |
isClassicReadOnly | isClassicReadOnly | integer(int32) | |
isEntitledToPhoneSupport | isEntitledToPhoneSupport | integer(int32) | |
isEntitledToPrioritySupport | isEntitledToPrioritySupport | integer(int32) | |
isEntitledToWebSupport | isEntitledToWebSupport | integer(int32) | |
isFreezable | isFreezable | integer(int32) | |
isMobileClassicReadOnly | isMobileClassicReadOnly | integer(int32) | |
isSsoEnabled | is_sso_enabled | integer(int32) | |
isWebClassicReadOnly | isWebClassicReadOnly | integer(int32) | |
maxProjects | maxProjects | integer(int32) | |
mustChangePassword | mustChangePassword | integer(int32) | |
pciEnabled | pciEnabled | integer(int32) | |
requirePasswordTimeExpire | requirePasswordTimeExpire | integer(int32) | |
requireTwoFactorAuth | requireTwoFactorAuth | integer(int32) | |
source | source | string | |
subscription | subscription | string | |
useAccountOrigins | useAccountOrigins | integer(int32) | |
useAutoOrigins | useAutoOrigins | integer(int32) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountAllowedOrigins": "",
"accountAutoOrigins": "",
"accountBlockedOrigins": "",
"accountName": "",
"companyName": "",
"create_time": "",
"created": "",
"featureConfigs": "",
"featureLimits": "",
"frozen": 0,
"id": 0,
"idleSessionTimeoutEnabled": 0,
"idpId": "",
"ipAnonymizationDefault": 0,
"ipAnonymizationLocked": 0,
"isClassicReadOnly": 0,
"isEntitledToPhoneSupport": 0,
"isEntitledToPrioritySupport": 0,
"isEntitledToWebSupport": 0,
"isFreezable": 0,
"isMobileClassicReadOnly": 0,
"isSsoEnabled": 0,
"isWebClassicReadOnly": 0,
"maxProjects": 0,
"mustChangePassword": 0,
"pciEnabled": 0,
"requirePasswordTimeExpire": 0,
"requireTwoFactorAuth": 0,
"source": "",
"subscription": "",
"useAccountOrigins": 0,
"useAutoOrigins": 0
},
"success": true,
"timestamp": 0
}
eoc_alarm_event
eoc_alarm_event-添加
接口地址:/jeecg-boot/experiment/eocAlarmEvent/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_alarm_event-添加
请求示例:
{
"accountId": 0,
"alarmfrom": "",
"alarmreceive": "",
"alarmtimes": 0,
"alarmtype": 0,
"createBy": "",
"createTime": "",
"id": "",
"level": 0,
"name": "",
"projectId": 0,
"status": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAlarmEvent | eoc_alarm_event | body | true | eoc_alarm_event对象 | eoc_alarm_event对象 |
accountId | 账户id | false | integer(int64) | ||
alarmfrom | 报警来源 | false | string | ||
alarmreceive | 接收通知ID | false | string | ||
alarmtimes | 报警次数 | false | integer(int32) | ||
alarmtype | 报警方式 | false | integer(int32) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
level | 报警等级 | false | integer(int32) | ||
name | 报警名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
status | 状态 | false | integer(int32) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_alarm_event-通过id删除
接口地址:/jeecg-boot/experiment/eocAlarmEvent/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_alarm_event-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_alarm_event-批量删除
接口地址:/jeecg-boot/experiment/eocAlarmEvent/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_alarm_event-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_alarm_event-编辑
接口地址:/jeecg-boot/experiment/eocAlarmEvent/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_alarm_event-编辑
请求示例:
{
"accountId": 0,
"alarmfrom": "",
"alarmreceive": "",
"alarmtimes": 0,
"alarmtype": 0,
"createBy": "",
"createTime": "",
"id": "",
"level": 0,
"name": "",
"projectId": 0,
"status": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAlarmEvent | eoc_alarm_event | body | true | eoc_alarm_event对象 | eoc_alarm_event对象 |
accountId | 账户id | false | integer(int64) | ||
alarmfrom | 报警来源 | false | string | ||
alarmreceive | 接收通知ID | false | string | ||
alarmtimes | 报警次数 | false | integer(int32) | ||
alarmtype | 报警方式 | false | integer(int32) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
level | 报警等级 | false | integer(int32) | ||
name | 报警名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
status | 状态 | false | integer(int32) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_alarm_event-编辑
接口地址:/jeecg-boot/experiment/eocAlarmEvent/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_alarm_event-编辑
请求示例:
{
"accountId": 0,
"alarmfrom": "",
"alarmreceive": "",
"alarmtimes": 0,
"alarmtype": 0,
"createBy": "",
"createTime": "",
"id": "",
"level": 0,
"name": "",
"projectId": 0,
"status": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocAlarmEvent | eoc_alarm_event | body | true | eoc_alarm_event对象 | eoc_alarm_event对象 |
accountId | 账户id | false | integer(int64) | ||
alarmfrom | 报警来源 | false | string | ||
alarmreceive | 接收通知ID | false | string | ||
alarmtimes | 报警次数 | false | integer(int32) | ||
alarmtype | 报警方式 | false | integer(int32) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
level | 报警等级 | false | integer(int32) | ||
name | 报警名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
status | 状态 | false | integer(int32) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_alarm_event-分页列表查询
接口地址:/jeecg-boot/experiment/eocAlarmEvent/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_alarm_event-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
alarmfrom | 报警来源 | query | false | string | |
alarmreceive | 接收通知ID | query | false | string | |
alarmtimes | 报警次数 | query | false | integer(int32) | |
alarmtype | 报警方式 | query | false | integer(int32) | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | id | query | false | string | |
level | 报警等级 | query | false | integer(int32) | |
name | 报警名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目id | query | false | integer(int64) | |
status | 状态 | query | false | integer(int32) | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_alarm_event对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_alarm_event对象» | IPage«eoc_alarm_event对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_alarm_event对象 | |
accountId | 账户id | integer | |
alarmfrom | 报警来源 | string | |
alarmreceive | 接收通知ID | string | |
alarmtimes | 报警次数 | integer | |
alarmtype | 报警方式 | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
id | id | string | |
level | 报警等级 | integer | |
name | 报警名称 | string | |
projectId | 项目id | integer | |
status | 状态 | integer | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"alarmfrom": "",
"alarmreceive": "",
"alarmtimes": 0,
"alarmtype": 0,
"createBy": "",
"createTime": "",
"id": "",
"level": 0,
"name": "",
"projectId": 0,
"status": 0,
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_alarm_event-通过id查询
接口地址:/jeecg-boot/experiment/eocAlarmEvent/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_alarm_event-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_alarm_event对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_alarm_event对象 | eoc_alarm_event对象 |
accountId | 账户id | integer(int64) | |
alarmfrom | 报警来源 | string | |
alarmreceive | 接收通知ID | string | |
alarmtimes | 报警次数 | integer(int32) | |
alarmtype | 报警方式 | integer(int32) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
id | id | string | |
level | 报警等级 | integer(int32) | |
name | 报警名称 | string | |
projectId | 项目id | integer(int64) | |
status | 状态 | integer(int32) | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"alarmfrom": "",
"alarmreceive": "",
"alarmtimes": 0,
"alarmtype": 0,
"createBy": "",
"createTime": "",
"id": "",
"level": 0,
"name": "",
"projectId": 0,
"status": 0,
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
eoc_attribute
eoc_attribute-分页列表查询
接口地址:/jeecg-boot/api/v1/custom_attributes/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_attribute-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
api_name | 客户端API名称 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
condition_type | 条件类型 | query | false | string | |
create_time | 创建时间 | query | false | string(date-time) | |
createBy | 创建人 | query | false | string | |
description | 描述 | query | false | string | |
id | 受众熟悉ID | query | false | integer(int64) | |
last_modified | 上次修改时间 | query | false | string(date-time) | |
name | 名字 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | 工程项目id | query | false | integer(int64) | |
status | 状态 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_attribute对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountId | 账户id | integer(int64) | integer(int64) |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
last_modified | 上次修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目id | integer(int64) | integer(int64) |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
响应示例:
[
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
]
eoc_attribute-编辑
接口地址:/jeecg-boot/api/v1/custom_attributes/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_attribute-编辑
请求示例:
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
attribute | eoc_attribute | body | true | eoc_attribute对象 | eoc_attribute对象 |
accountId | 账户id | false | integer(int64) | ||
api_name | 客户端API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
condition_type | 条件类型 | false | string | ||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
id | 受众熟悉ID | false | integer(int64) | ||
last_modified | 上次修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目id | false | integer(int64) | ||
status | 状态 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_attribute对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountId | 账户id | integer(int64) | integer(int64) |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
last_modified | 上次修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目id | integer(int64) | integer(int64) |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
响应示例:
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
eoc_attribute-通过id删除
接口地址:/jeecg-boot/api/v1/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_attribute-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_attribute-批量删除
接口地址:/jeecg-boot/api/v1/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_attribute-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
用户属性定义-导出
接口地址:/jeecg-boot/api/v1/eoc_attribute/exportCsv/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
用户属性定义-导出
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
用户属性定义-导入
接口地址:/jeecg-boot/api/v1/eoc_attribute/importCsv/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
用户属性定义-导入
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
eoc_attribute-新分页列表查询
接口地址:/jeecg-boot/api/v1/eoc_attribute/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
分页列表查询用于新页面
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
api_name | 客户端API名称 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
condition_type | 条件类型 | query | false | string | |
create_time | 创建时间 | query | false | string(date-time) | |
createBy | 创建人 | query | false | string | |
description | 描述 | query | false | string | |
endDate | query | false | string | ||
id | 受众熟悉ID | query | false | integer(int64) | |
isOverallAttribute | query | false | string | ||
last_modified | 上次修改时间 | query | false | string(date-time) | |
name | 名字 | query | false | string | |
nameFuzzy | query | false | string | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | 工程项目id | query | false | integer(int64) | |
project_name | query | false | string | ||
startDate | query | false | string | ||
status | 状态 | query | false | string | |
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_attribute对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_attribute对象» | IPage«eoc_attribute对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_attribute对象 | |
accountId | 账户id | integer | |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string | |
description | 描述 | string | |
id | 受众熟悉ID | integer | |
last_modified | 上次修改时间 | string | |
name | 名字 | string | |
project_id | 工程项目id | integer | |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_attribute-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/custom_attributes
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_attribute-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_attribute对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountId | 账户id | integer(int64) | integer(int64) |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
last_modified | 上次修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目id | integer(int64) | integer(int64) |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
响应示例:
[
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
]
eoc_attribute-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/custom_attributes
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_attribute-添加
请求示例:
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
attribute | eoc_attribute | body | true | eoc_attribute对象 | eoc_attribute对象 |
accountId | 账户id | false | integer(int64) | ||
api_name | 客户端API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
condition_type | 条件类型 | false | string | ||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
id | 受众熟悉ID | false | integer(int64) | ||
last_modified | 上次修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目id | false | integer(int64) | ||
status | 状态 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_attribute对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountId | 账户id | integer(int64) | integer(int64) |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
last_modified | 上次修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目id | integer(int64) | integer(int64) |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
响应示例:
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
获取客群列表
接口地址:/jeecg-boot/api/v1/projects/{project_id}/list_attributes
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
获取所有客群列表
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_attribute对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
accountId | 账户id | integer(int64) | integer(int64) |
api_name | 客户端API名称 | string | |
archived | 是否存档 | boolean | |
condition_type | 条件类型 | string | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
last_modified | 上次修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目id | integer(int64) | integer(int64) |
status | 状态 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
响应示例:
[
{
"accountId": 0,
"api_name": "",
"archived": true,
"condition_type": "",
"createBy": "",
"create_time": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"status": "",
"updateBy": "",
"updateTime": ""
}
]
eoc_audience
eoc_audience-根据id查询
接口地址:/jeecg-boot/api/v1/audiences/ids
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_audience-根据id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
[
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
]
eoc_audience-分页列表查询
接口地址:/jeecg-boot/api/v1/audiences/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_audience-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
adaptive_audience_status | 自适应受众状态 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
compatible_with | 兼容情况 | query | false | string | |
conditions | 条件 | query | false | string | |
create_time | 创建时间2 | query | false | string(date-time) | |
created | 创建时间 | query | false | string(date-time) | |
description | 描述 | query | false | string | |
id | 受众ID | query | false | integer(int64) | |
last_modified | 最后一次修改时间 | query | false | string(date-time) | |
name | 名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | 工程项目ID | query | false | integer(int64) | |
segment_id | 章节部分ID | query | false | integer(int64) | |
segmentation | 是否分段 | query | false | boolean | |
user_touched | 是否用户触摸 | query | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
[
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
]
eoc_audience-根据id数组查询
接口地址:/jeecg-boot/api/v1/audiences/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_audience-根据id数组查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
eoc_audience-编辑
接口地址:/jeecg-boot/api/v1/audiences/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_audience-编辑
请求示例:
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
audience | eoc_audience | body | true | eoc_audience对象 | eoc_audience对象 |
adaptive_audience_status | 自适应受众状态 | false | string | ||
archived | 是否存档 | false | boolean | ||
compatible_with | 兼容情况 | false | string | ||
conditions | 条件 | false | string | ||
create_time | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
id | 受众ID | false | integer(int64) | ||
last_modified | 最后一次修改时间 | false | string(date-time) | ||
name | 名称 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
segment_id | 章节部分ID | false | integer(int64) | ||
segmentation | 是否分段 | false | boolean | ||
user_touched | 是否用户触摸 | false | boolean | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
eoc_audience-通过id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/audiences
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_audience-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
[
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
]
eoc_audience-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/audiences
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_audience-添加
请求示例:
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
audience | eoc_audience | body | true | eoc_audience对象 | eoc_audience对象 |
adaptive_audience_status | 自适应受众状态 | false | string | ||
archived | 是否存档 | false | boolean | ||
compatible_with | 兼容情况 | false | string | ||
conditions | 条件 | false | string | ||
create_time | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
id | 受众ID | false | integer(int64) | ||
last_modified | 最后一次修改时间 | false | string(date-time) | ||
name | 名称 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
segment_id | 章节部分ID | false | integer(int64) | ||
segmentation | 是否分段 | false | boolean | ||
user_touched | 是否用户触摸 | false | boolean | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_audience对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
id | 受众ID | integer(int64) | integer(int64) |
last_modified | 最后一次修改时间 | string(date-time) | string(date-time) |
name | 名称 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
segment_id | 章节部分ID | integer(int64) | integer(int64) |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean |
响应示例:
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
eoc_billing_info
eoc_billing_info-根据account_idbilling_info
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/billing_info
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_billing_info-根据account_idbilling_info
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_billing_info对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | integer(int64) | integer(int64) | |
can_cancel_subscription | can_cancel_subscription | boolean | |
cpm_charge | cpm_charge | number | |
currency_symbol | currency_symbol | string | |
current_subscription_term_end_date | current_subscription_term_end_date | string(date-time) | string(date-time) |
current_subscription_term_start_date | current_subscription_term_start_date | string(date-time) | string(date-time) |
display_charge_amount | display_charge_amount | number | |
has_billable_plan | has_billable_plan | boolean | |
has_plan | has_plan | boolean | |
has_unlimited_usage | has_unlimited_usage | boolean | |
id | integer(int64) | integer(int64) | |
in_trial | in_trial | boolean | |
is_new_metric_plan | is_new_metric_plan | boolean | |
is_trial_subscription | is_trial_subscription | boolean | |
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | string | |
overage_cents_per_visitor | overage_cents_per_visitor | number | |
period_end | period_end | string(date-time) | string(date-time) |
period_start | period_start | string(date-time) | string(date-time) |
plan_display_name | plan_display_name | string | |
plan_id | plan_id | string | |
product_display_names | product_display_names | array | |
product_ids | product_ids | array | |
product_usage | product_usage | array | |
product_usage_history | product_usage_history | object | |
raw_charge_amount | raw_charge_amount | integer(int32) | integer(int32) |
subscribed | subscribed | boolean | |
subscription_term_in_months | subscription_term_in_months | integer(int32) | integer(int32) |
subscription_term_start_date | subscription_term_start_date | string(date-time) | string(date-time) |
trial_default_duration_in_days | trial_default_duration_in_days | integer(int32) | integer(int32) |
trial_expiration | trial_expiration | string(date-time) | string(date-time) |
trial_start | trial_start | string(date-time) | string(date-time) |
usage_allowed | usage_allowed | integer(int32) | integer(int32) |
usage_last_updated | usage_last_updated | string(date-time) | string(date-time) |
usage_limits | usage_limits | string | |
usage_overrun | usage_overrun | integer(int32) | integer(int32) |
usage_percent | usage_percent | integer(int32) | integer(int32) |
usage_total | usage_total | integer(int32) | integer(int32) |
响应示例:
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
eoc_billing_info-添加
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/billing_info
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_billing_info-添加
请求示例:
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) | |
billingInfo | eoc_billing_info | body | true | eoc_billing_info对象 | eoc_billing_info对象 |
account_id | false | integer(int64) | |||
can_cancel_subscription | can_cancel_subscription | false | boolean | ||
cpm_charge | cpm_charge | false | number | ||
currency_symbol | currency_symbol | false | string | ||
current_subscription_term_end_date | current_subscription_term_end_date | false | string(date-time) | ||
current_subscription_term_start_date | current_subscription_term_start_date | false | string(date-time) | ||
display_charge_amount | display_charge_amount | false | number | ||
has_billable_plan | has_billable_plan | false | boolean | ||
has_plan | has_plan | false | boolean | ||
has_unlimited_usage | has_unlimited_usage | false | boolean | ||
id | false | integer(int64) | |||
in_trial | in_trial | false | boolean | ||
is_new_metric_plan | is_new_metric_plan | false | boolean | ||
is_trial_subscription | is_trial_subscription | false | boolean | ||
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | false | string | ||
overage_cents_per_visitor | overage_cents_per_visitor | false | number | ||
period_end | period_end | false | string(date-time) | ||
period_start | period_start | false | string(date-time) | ||
plan_display_name | plan_display_name | false | string | ||
plan_id | plan_id | false | string | ||
product_display_names | product_display_names | false | array | string | |
product_ids | product_ids | false | array | integer | |
product_usage | product_usage | false | array | string | |
product_usage_history | product_usage_history | false | object | ||
raw_charge_amount | raw_charge_amount | false | integer(int32) | ||
subscribed | subscribed | false | boolean | ||
subscription_term_in_months | subscription_term_in_months | false | integer(int32) | ||
subscription_term_start_date | subscription_term_start_date | false | string(date-time) | ||
trial_default_duration_in_days | trial_default_duration_in_days | false | integer(int32) | ||
trial_expiration | trial_expiration | false | string(date-time) | ||
trial_start | trial_start | false | string(date-time) | ||
usage_allowed | usage_allowed | false | integer(int32) | ||
usage_last_updated | usage_last_updated | false | string(date-time) | ||
usage_limits | usage_limits | false | string | ||
usage_overrun | usage_overrun | false | integer(int32) | ||
usage_percent | usage_percent | false | integer(int32) | ||
usage_total | usage_total | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_billing_info对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | integer(int64) | integer(int64) | |
can_cancel_subscription | can_cancel_subscription | boolean | |
cpm_charge | cpm_charge | number | |
currency_symbol | currency_symbol | string | |
current_subscription_term_end_date | current_subscription_term_end_date | string(date-time) | string(date-time) |
current_subscription_term_start_date | current_subscription_term_start_date | string(date-time) | string(date-time) |
display_charge_amount | display_charge_amount | number | |
has_billable_plan | has_billable_plan | boolean | |
has_plan | has_plan | boolean | |
has_unlimited_usage | has_unlimited_usage | boolean | |
id | integer(int64) | integer(int64) | |
in_trial | in_trial | boolean | |
is_new_metric_plan | is_new_metric_plan | boolean | |
is_trial_subscription | is_trial_subscription | boolean | |
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | string | |
overage_cents_per_visitor | overage_cents_per_visitor | number | |
period_end | period_end | string(date-time) | string(date-time) |
period_start | period_start | string(date-time) | string(date-time) |
plan_display_name | plan_display_name | string | |
plan_id | plan_id | string | |
product_display_names | product_display_names | array | |
product_ids | product_ids | array | |
product_usage | product_usage | array | |
product_usage_history | product_usage_history | object | |
raw_charge_amount | raw_charge_amount | integer(int32) | integer(int32) |
subscribed | subscribed | boolean | |
subscription_term_in_months | subscription_term_in_months | integer(int32) | integer(int32) |
subscription_term_start_date | subscription_term_start_date | string(date-time) | string(date-time) |
trial_default_duration_in_days | trial_default_duration_in_days | integer(int32) | integer(int32) |
trial_expiration | trial_expiration | string(date-time) | string(date-time) |
trial_start | trial_start | string(date-time) | string(date-time) |
usage_allowed | usage_allowed | integer(int32) | integer(int32) |
usage_last_updated | usage_last_updated | string(date-time) | string(date-time) |
usage_limits | usage_limits | string | |
usage_overrun | usage_overrun | integer(int32) | integer(int32) |
usage_percent | usage_percent | integer(int32) | integer(int32) |
usage_total | usage_total | integer(int32) | integer(int32) |
响应示例:
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
eoc_billing_info-通过id删除
接口地址:/jeecg-boot/api/v1/billing_info/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_billing_info-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_billing_info-批量删除
接口地址:/jeecg-boot/api/v1/billing_info/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_billing_info-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_billing_info-编辑
接口地址:/jeecg-boot/api/v1/billing_info/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_billing_info-编辑
请求示例:
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
billingInfo | eoc_billing_info | body | true | eoc_billing_info对象 | eoc_billing_info对象 |
account_id | false | integer(int64) | |||
can_cancel_subscription | can_cancel_subscription | false | boolean | ||
cpm_charge | cpm_charge | false | number | ||
currency_symbol | currency_symbol | false | string | ||
current_subscription_term_end_date | current_subscription_term_end_date | false | string(date-time) | ||
current_subscription_term_start_date | current_subscription_term_start_date | false | string(date-time) | ||
display_charge_amount | display_charge_amount | false | number | ||
has_billable_plan | has_billable_plan | false | boolean | ||
has_plan | has_plan | false | boolean | ||
has_unlimited_usage | has_unlimited_usage | false | boolean | ||
id | false | integer(int64) | |||
in_trial | in_trial | false | boolean | ||
is_new_metric_plan | is_new_metric_plan | false | boolean | ||
is_trial_subscription | is_trial_subscription | false | boolean | ||
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | false | string | ||
overage_cents_per_visitor | overage_cents_per_visitor | false | number | ||
period_end | period_end | false | string(date-time) | ||
period_start | period_start | false | string(date-time) | ||
plan_display_name | plan_display_name | false | string | ||
plan_id | plan_id | false | string | ||
product_display_names | product_display_names | false | array | string | |
product_ids | product_ids | false | array | integer | |
product_usage | product_usage | false | array | string | |
product_usage_history | product_usage_history | false | object | ||
raw_charge_amount | raw_charge_amount | false | integer(int32) | ||
subscribed | subscribed | false | boolean | ||
subscription_term_in_months | subscription_term_in_months | false | integer(int32) | ||
subscription_term_start_date | subscription_term_start_date | false | string(date-time) | ||
trial_default_duration_in_days | trial_default_duration_in_days | false | integer(int32) | ||
trial_expiration | trial_expiration | false | string(date-time) | ||
trial_start | trial_start | false | string(date-time) | ||
usage_allowed | usage_allowed | false | integer(int32) | ||
usage_last_updated | usage_last_updated | false | string(date-time) | ||
usage_limits | usage_limits | false | string | ||
usage_overrun | usage_overrun | false | integer(int32) | ||
usage_percent | usage_percent | false | integer(int32) | ||
usage_total | usage_total | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_billing_info-编辑
接口地址:/jeecg-boot/api/v1/billing_info/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_billing_info-编辑
请求示例:
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
billingInfo | eoc_billing_info | body | true | eoc_billing_info对象 | eoc_billing_info对象 |
account_id | false | integer(int64) | |||
can_cancel_subscription | can_cancel_subscription | false | boolean | ||
cpm_charge | cpm_charge | false | number | ||
currency_symbol | currency_symbol | false | string | ||
current_subscription_term_end_date | current_subscription_term_end_date | false | string(date-time) | ||
current_subscription_term_start_date | current_subscription_term_start_date | false | string(date-time) | ||
display_charge_amount | display_charge_amount | false | number | ||
has_billable_plan | has_billable_plan | false | boolean | ||
has_plan | has_plan | false | boolean | ||
has_unlimited_usage | has_unlimited_usage | false | boolean | ||
id | false | integer(int64) | |||
in_trial | in_trial | false | boolean | ||
is_new_metric_plan | is_new_metric_plan | false | boolean | ||
is_trial_subscription | is_trial_subscription | false | boolean | ||
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | false | string | ||
overage_cents_per_visitor | overage_cents_per_visitor | false | number | ||
period_end | period_end | false | string(date-time) | ||
period_start | period_start | false | string(date-time) | ||
plan_display_name | plan_display_name | false | string | ||
plan_id | plan_id | false | string | ||
product_display_names | product_display_names | false | array | string | |
product_ids | product_ids | false | array | integer | |
product_usage | product_usage | false | array | string | |
product_usage_history | product_usage_history | false | object | ||
raw_charge_amount | raw_charge_amount | false | integer(int32) | ||
subscribed | subscribed | false | boolean | ||
subscription_term_in_months | subscription_term_in_months | false | integer(int32) | ||
subscription_term_start_date | subscription_term_start_date | false | string(date-time) | ||
trial_default_duration_in_days | trial_default_duration_in_days | false | integer(int32) | ||
trial_expiration | trial_expiration | false | string(date-time) | ||
trial_start | trial_start | false | string(date-time) | ||
usage_allowed | usage_allowed | false | integer(int32) | ||
usage_last_updated | usage_last_updated | false | string(date-time) | ||
usage_limits | usage_limits | false | string | ||
usage_overrun | usage_overrun | false | integer(int32) | ||
usage_percent | usage_percent | false | integer(int32) | ||
usage_total | usage_total | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_billing_info-分页列表查询
接口地址:/jeecg-boot/api/v1/billing_info/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_billing_info-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | query | false | integer(int64) | ||
can_cancel_subscription | can_cancel_subscription | query | false | boolean | |
cpm_charge | cpm_charge | query | false | number | |
currency_symbol | currency_symbol | query | false | string | |
current_subscription_term_end_date | current_subscription_term_end_date | query | false | string(date-time) | |
current_subscription_term_start_date | current_subscription_term_start_date | query | false | string(date-time) | |
display_charge_amount | display_charge_amount | query | false | number | |
has_billable_plan | has_billable_plan | query | false | boolean | |
has_plan | has_plan | query | false | boolean | |
has_unlimited_usage | has_unlimited_usage | query | false | boolean | |
id | query | false | integer(int64) | ||
in_trial | in_trial | query | false | boolean | |
is_new_metric_plan | is_new_metric_plan | query | false | boolean | |
is_trial_subscription | is_trial_subscription | query | false | boolean | |
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | query | false | string | |
overage_cents_per_visitor | overage_cents_per_visitor | query | false | number | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
period_end | period_end | query | false | string(date-time) | |
period_start | period_start | query | false | string(date-time) | |
plan_display_name | plan_display_name | query | false | string | |
plan_id | plan_id | query | false | string | |
product_display_names | product_display_names | query | false | array | string |
product_ids | product_ids | query | false | array | integer |
product_usage | product_usage | query | false | array | string |
product_usage_history.innerMap | query | false | object | ||
raw_charge_amount | raw_charge_amount | query | false | integer(int32) | |
subscribed | subscribed | query | false | boolean | |
subscription_term_in_months | subscription_term_in_months | query | false | integer(int32) | |
subscription_term_start_date | subscription_term_start_date | query | false | string(date-time) | |
trial_default_duration_in_days | trial_default_duration_in_days | query | false | integer(int32) | |
trial_expiration | trial_expiration | query | false | string(date-time) | |
trial_start | trial_start | query | false | string(date-time) | |
usage_allowed | usage_allowed | query | false | integer(int32) | |
usage_last_updated | usage_last_updated | query | false | string(date-time) | |
usage_limits | usage_limits | query | false | string | |
usage_overrun | usage_overrun | query | false | integer(int32) | |
usage_percent | usage_percent | query | false | integer(int32) | |
usage_total | usage_total | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_billing_info对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_billing_info对象» | IPage«eoc_billing_info对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_billing_info对象 | |
account_id | integer | ||
can_cancel_subscription | can_cancel_subscription | boolean | |
cpm_charge | cpm_charge | number | |
currency_symbol | currency_symbol | string | |
current_subscription_term_end_date | current_subscription_term_end_date | string | |
current_subscription_term_start_date | current_subscription_term_start_date | string | |
display_charge_amount | display_charge_amount | number | |
has_billable_plan | has_billable_plan | boolean | |
has_plan | has_plan | boolean | |
has_unlimited_usage | has_unlimited_usage | boolean | |
id | integer | ||
in_trial | in_trial | boolean | |
is_new_metric_plan | is_new_metric_plan | boolean | |
is_trial_subscription | is_trial_subscription | boolean | |
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | string | |
overage_cents_per_visitor | overage_cents_per_visitor | number | |
period_end | period_end | string | |
period_start | period_start | string | |
plan_display_name | plan_display_name | string | |
plan_id | plan_id | string | |
product_display_names | product_display_names | array | string |
product_ids | product_ids | array | integer |
product_usage | product_usage | array | string |
product_usage_history | product_usage_history | object | |
raw_charge_amount | raw_charge_amount | integer | |
subscribed | subscribed | boolean | |
subscription_term_in_months | subscription_term_in_months | integer | |
subscription_term_start_date | subscription_term_start_date | string | |
trial_default_duration_in_days | trial_default_duration_in_days | integer | |
trial_expiration | trial_expiration | string | |
trial_start | trial_start | string | |
usage_allowed | usage_allowed | integer | |
usage_last_updated | usage_last_updated | string | |
usage_limits | usage_limits | string | |
usage_overrun | usage_overrun | integer | |
usage_percent | usage_percent | integer | |
usage_total | usage_total | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_billing_info-通过id查询
接口地址:/jeecg-boot/api/v1/billing_info/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_billing_info-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_billing_info对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_billing_info对象 | eoc_billing_info对象 |
account_id | integer(int64) | ||
can_cancel_subscription | can_cancel_subscription | boolean | |
cpm_charge | cpm_charge | number | |
currency_symbol | currency_symbol | string | |
current_subscription_term_end_date | current_subscription_term_end_date | string(date-time) | |
current_subscription_term_start_date | current_subscription_term_start_date | string(date-time) | |
display_charge_amount | display_charge_amount | number | |
has_billable_plan | has_billable_plan | boolean | |
has_plan | has_plan | boolean | |
has_unlimited_usage | has_unlimited_usage | boolean | |
id | integer(int64) | ||
in_trial | in_trial | boolean | |
is_new_metric_plan | is_new_metric_plan | boolean | |
is_trial_subscription | is_trial_subscription | boolean | |
monthly_spend_limit_in_cents | monthly_spend_limit_in_cents | string | |
overage_cents_per_visitor | overage_cents_per_visitor | number | |
period_end | period_end | string(date-time) | |
period_start | period_start | string(date-time) | |
plan_display_name | plan_display_name | string | |
plan_id | plan_id | string | |
product_display_names | product_display_names | array | string |
product_ids | product_ids | array | integer |
product_usage | product_usage | array | string |
product_usage_history | product_usage_history | object | |
raw_charge_amount | raw_charge_amount | integer(int32) | |
subscribed | subscribed | boolean | |
subscription_term_in_months | subscription_term_in_months | integer(int32) | |
subscription_term_start_date | subscription_term_start_date | string(date-time) | |
trial_default_duration_in_days | trial_default_duration_in_days | integer(int32) | |
trial_expiration | trial_expiration | string(date-time) | |
trial_start | trial_start | string(date-time) | |
usage_allowed | usage_allowed | integer(int32) | |
usage_last_updated | usage_last_updated | string(date-time) | |
usage_limits | usage_limits | string | |
usage_overrun | usage_overrun | integer(int32) | |
usage_percent | usage_percent | integer(int32) | |
usage_total | usage_total | integer(int32) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"can_cancel_subscription": true,
"cpm_charge": 0,
"currency_symbol": "",
"current_subscription_term_end_date": "",
"current_subscription_term_start_date": "",
"display_charge_amount": 0,
"has_billable_plan": true,
"has_plan": true,
"has_unlimited_usage": true,
"id": 0,
"in_trial": true,
"is_new_metric_plan": true,
"is_trial_subscription": true,
"monthly_spend_limit_in_cents": "",
"overage_cents_per_visitor": 0,
"period_end": "",
"period_start": "",
"plan_display_name": "",
"plan_id": "",
"product_display_names": [],
"product_ids": [],
"product_usage": [],
"product_usage_history": {},
"raw_charge_amount": 0,
"subscribed": true,
"subscription_term_in_months": 0,
"subscription_term_start_date": "",
"trial_default_duration_in_days": 0,
"trial_expiration": "",
"trial_start": "",
"usage_allowed": 0,
"usage_last_updated": "",
"usage_limits": "",
"usage_overrun": 0,
"usage_percent": 0,
"usage_total": 0
},
"success": true,
"timestamp": 0
}
eoc_categories
eoc_categories-查询
接口地址:/jeecg-boot/api/v1/categories
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_categories-查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_categories对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
id | 主键 | string | |
options | options | array |
响应示例:
[
{
"id": "",
"options": []
}
]
eoc_categories-添加
接口地址:/jeecg-boot/api/v1/categories
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_categories-添加
请求示例:
{
"id": "",
"options": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
categories | eoc_categories | body | true | eoc_categories对象 | eoc_categories对象 |
id | 主键 | false | string | ||
options | options | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_categories对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
id | 主键 | string | |
options | options | array |
响应示例:
{
"id": "",
"options": []
}
eoc_categories-通过id删除
接口地址:/jeecg-boot/api/v1/categories/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_categories-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_categories-批量删除
接口地址:/jeecg-boot/api/v1/categories/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_categories-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_categories-编辑
接口地址:/jeecg-boot/api/v1/categories/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_categories-编辑
请求示例:
{
"id": "",
"options": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
categories | eoc_categories | body | true | eoc_categories对象 | eoc_categories对象 |
id | 主键 | false | string | ||
options | options | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_categories-编辑
接口地址:/jeecg-boot/api/v1/categories/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_categories-编辑
请求示例:
{
"id": "",
"options": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
categories | eoc_categories | body | true | eoc_categories对象 | eoc_categories对象 |
id | 主键 | false | string | ||
options | options | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_categories-分页列表查询
接口地址:/jeecg-boot/api/v1/categories/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_categories-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | 主键 | query | false | string | |
options[0].innerMap | query | false | object | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_categories对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_categories对象» | IPage«eoc_categories对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_categories对象 | |
id | 主键 | string | |
options | options | array | object |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"id": "",
"options": []
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_change
eoc_change-分页列表查询
接口地址:/jeecg-boot/v2/changes
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_change-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
page | page | query | false | integer(int32) | |
per_page | per_page | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_change对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
change_type | 更新类型 | string | |
changes | changes | array | |
created | 创建时间 | string(date-time) | string(date-time) |
entity | entity | object | |
id | 受众熟悉ID | integer(int64) | integer(int64) |
project_id | project_id | integer(int64) | integer(int64) |
revisions | revisions | object | |
source | source | string | |
summary | 创建时间 | string | |
user | user | object |
响应示例:
[
{
"change_type": "",
"changes": [],
"created": "",
"entity": {},
"id": 0,
"project_id": 0,
"revisions": {},
"source": "",
"summary": "",
"user": {}
}
]
eoc_commits
eoc_commits-通过id查询
接口地址:/jeecg-boot/api/v1/commits/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_commits-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_commits对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
author | author | string | |
base_id | base_id | integer(int64) | integer(int64) |
created | created | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
layer_id | layer_id | integer(int64) | integer(int64) |
name | name | string | |
revisions | CommitsRevisionsVo | CommitsRevisionsVo | |
experiment_section | array | eoc_experiment_sections对象 | |
archived | archived | boolean | |
created | string | ||
description | description | string | |
feature_flag_id | integer | ||
id | 主键 | integer | |
last_modified | string | ||
layer_experiment_id | integer | ||
layer_id | integer | ||
name | name | string | |
project_id | project_id | integer | |
variable_id | integer | ||
variable_values | object | ||
variation_count | integer | ||
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
layer | array | eoc_layer对象 | |
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | object |
create_time | 创建时间1 | string | |
created | 创建时间 | string | |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string | |
earliest_original | 最早的原创 | string | |
enabled | boolean | ||
experiment_ids | 实验ID | array | integer |
holdback | 阻碍 | integer | |
id | layerc层ID | integer | |
integration_settings | 集成设置 | array | object |
last_modified | 最后修改时间 | string | |
latest | 最新 | string | |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | object |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer | |
secondary_metrics | 次要指标 | array | object |
section_ids | 章节ID | array | integer |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
view_ids | 查看ID | array | integer |
weight_distributions | 权重分布 | array | object |
layer_experiment | array | eoc_experiment对象 | |
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | integer |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer | ||
createBy | 创建人 | string | |
create_time | 创建时间 | string | |
created | 创建时间1 | string | |
description | 描述 | string | |
earliest | 最早 | string | |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer | |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | object |
id | id | integer | |
integration_settings | 集成设置 | array | object |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string | |
latest | 最新 | string | |
layer_changes | array | object | |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer | ||
layer_id | 层ID | integer | |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | integer | |
metrics | metrics | array | object |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer | |
platform | 平台 | string | |
project_id | 工程项目ID | integer | |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string | |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | integer |
weight_distributions | array | object |
响应示例:
{
"author": "",
"base_id": 0,
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"name": "",
"revisions": {
"experiment_section": [
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
],
"layer": [
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
],
"layer_experiment": [
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
}
}
eoc_commits-编辑
接口地址:/jeecg-boot/api/v1/commits/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_commits-编辑
请求示例:
{
"author": "",
"base_id": 0,
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"name": "",
"revisions": {
"experiment_section": [
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
],
"layer": [
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
],
"layer_experiment": [
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
commits | eoc_commits | body | true | eoc_commits对象 | eoc_commits对象 |
author | author | false | string | ||
base_id | base_id | false | integer(int64) | ||
created | created | false | string(date-time) | ||
description | description | false | string | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
layer_id | layer_id | false | integer(int64) | ||
name | name | false | string | ||
revisions | false | CommitsRevisionsVo | CommitsRevisionsVo | ||
experiment_section | false | array | eoc_experiment_sections对象 | ||
archived | archived | false | boolean | ||
created | false | string | |||
description | description | false | string | ||
feature_flag_id | false | integer | |||
id | 主键 | false | integer | ||
last_modified | false | string | |||
layer_experiment_id | false | integer | |||
layer_id | false | integer | |||
name | name | false | string | ||
project_id | project_id | false | integer | ||
variable_id | false | integer | |||
variable_values | false | object | |||
variation_count | false | integer | |||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
layer | false | array | eoc_layer对象 | ||
activation_options | 激活选项 | false | string | ||
activation_type | 激活类型 | false | string | ||
archived | 是否存档 | false | boolean | ||
changes | layer层变化 | false | array | object | |
create_time | 创建时间1 | false | string | ||
created | 创建时间 | false | string | ||
decision_metadata | 决策元数据 | false | object | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string | ||
earliest_original | 最早的原创 | false | string | ||
enabled | false | boolean | |||
experiment_ids | 实验ID | false | array | integer | |
holdback | 阻碍 | false | integer | ||
id | layerc层ID | false | integer | ||
integration_settings | 集成设置 | false | array | object | |
last_modified | 最后修改时间 | false | string | ||
latest | 最新 | false | string | ||
layer_results_api_token | 层结果API令牌 | false | string | ||
metrics | 主要指标 | false | array | object | |
metrics_scope | 指标范围 | false | string | ||
name | 名称 | false | string | ||
outlier_filter | 离群值过滤器 | false | object | ||
policy | 政策 | false | string | ||
primary_metric | 主要指标 | false | object | ||
project_id | 工程项目ID | false | integer | ||
secondary_metrics | 次要指标 | false | array | object | |
section_ids | 章节ID | false | array | integer | |
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
url_targeting | 网址定位 | false | UrlTargeting | UrlTargeting | |
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | 权重分布 | false | array | object | |
layer_experiment | false | array | eoc_experiment对象 | ||
actual_status | false | string | |||
allocation_policy | 分配策略 | false | string | ||
archived | false | boolean | |||
audience_conditions | 受众条件 | false | string | ||
audience_ids | 受众ID | false | array | integer | |
audience_match_type | 受众匹配类型 | false | string | ||
audience_name | 受众名字 | false | string | ||
bucketing_strategy | 分桶策略 | false | string | ||
changes | 改变 | false | object | ||
confidence_level | false | integer | |||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string | ||
created | 创建时间1 | false | string | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string | ||
enabled | false | boolean | |||
environments | environments | false | object | ||
feature_flag_id | 功能标志ID | false | integer | ||
feature_flag_key | 功能标志key键 | false | string | ||
feature_flag_name | 功能标志名字 | false | string | ||
forced_variations | 强制变化 | false | array | object | |
id | id | false | integer | ||
integration_settings | 集成设置 | false | array | object | |
is_launched | 是否已启动 | false | boolean | ||
ispushexperiment | false | boolean | |||
key | 关键key值 | false | string | ||
last_modified | 上一次修改时间 | false | string | ||
latest | 最新 | false | string | ||
layer_changes | false | array | object | ||
layer_experiment_results_api_token | 层实验结果api令牌 | false | string | ||
layer_holdback | false | integer | |||
layer_id | 层ID | false | integer | ||
layer_policy | false | string | |||
layer_results_api_token | false | string | |||
layer_status | false | string | |||
layer_view_ids | false | array | integer | ||
metrics | metrics | false | array | object | |
mode_params | false | object | |||
multivariate_traffic_policy | 多变量流量策略 | false | string | ||
name | 名称 | false | string | ||
percentage_included | 包含百分比 | false | integer | ||
platform | 平台 | false | string | ||
project_id | 工程项目ID | false | integer | ||
project_name | 项目名称 | false | string | ||
push_experiment | 推送实验数据 | false | string | ||
schedule | 日程表 | false | object | ||
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string | ||
url_targeting | false | UrlTargeting | UrlTargeting | ||
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
use_custom_weight_distributions | 是否使用自定义权重分布 | false | boolean | ||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
version_traffic_adjustable | false | boolean | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | false | array | object | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_commits对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
author | author | string | |
base_id | base_id | integer(int64) | integer(int64) |
created | created | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
layer_id | layer_id | integer(int64) | integer(int64) |
name | name | string | |
revisions | CommitsRevisionsVo | CommitsRevisionsVo | |
experiment_section | array | eoc_experiment_sections对象 | |
archived | archived | boolean | |
created | string | ||
description | description | string | |
feature_flag_id | integer | ||
id | 主键 | integer | |
last_modified | string | ||
layer_experiment_id | integer | ||
layer_id | integer | ||
name | name | string | |
project_id | project_id | integer | |
variable_id | integer | ||
variable_values | object | ||
variation_count | integer | ||
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
layer | array | eoc_layer对象 | |
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | object |
create_time | 创建时间1 | string | |
created | 创建时间 | string | |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string | |
earliest_original | 最早的原创 | string | |
enabled | boolean | ||
experiment_ids | 实验ID | array | integer |
holdback | 阻碍 | integer | |
id | layerc层ID | integer | |
integration_settings | 集成设置 | array | object |
last_modified | 最后修改时间 | string | |
latest | 最新 | string | |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | object |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer | |
secondary_metrics | 次要指标 | array | object |
section_ids | 章节ID | array | integer |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
view_ids | 查看ID | array | integer |
weight_distributions | 权重分布 | array | object |
layer_experiment | array | eoc_experiment对象 | |
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | integer |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer | ||
createBy | 创建人 | string | |
create_time | 创建时间 | string | |
created | 创建时间1 | string | |
description | 描述 | string | |
earliest | 最早 | string | |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer | |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | object |
id | id | integer | |
integration_settings | 集成设置 | array | object |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string | |
latest | 最新 | string | |
layer_changes | array | object | |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer | ||
layer_id | 层ID | integer | |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | integer | |
metrics | metrics | array | object |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer | |
platform | 平台 | string | |
project_id | 工程项目ID | integer | |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string | |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | integer |
weight_distributions | array | object |
响应示例:
{
"author": "",
"base_id": 0,
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"name": "",
"revisions": {
"experiment_section": [
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
],
"layer": [
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
],
"layer_experiment": [
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
}
}
eoc_commits-添加
接口地址:/jeecg-boot/api/v1/layers/{layer_id}/commits
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_commits-添加
请求示例:
{
"author": "",
"base_id": 0,
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"name": "",
"revisions": {
"experiment_section": [
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
],
"layer": [
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
],
"layer_experiment": [
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
commits | eoc_commits | body | true | eoc_commits对象 | eoc_commits对象 |
author | author | false | string | ||
base_id | base_id | false | integer(int64) | ||
created | created | false | string(date-time) | ||
description | description | false | string | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
layer_id | layer_id | false | integer(int64) | ||
name | name | false | string | ||
revisions | false | CommitsRevisionsVo | CommitsRevisionsVo | ||
experiment_section | false | array | eoc_experiment_sections对象 | ||
archived | archived | false | boolean | ||
created | false | string | |||
description | description | false | string | ||
feature_flag_id | false | integer | |||
id | 主键 | false | integer | ||
last_modified | false | string | |||
layer_experiment_id | false | integer | |||
layer_id | false | integer | |||
name | name | false | string | ||
project_id | project_id | false | integer | ||
variable_id | false | integer | |||
variable_values | false | object | |||
variation_count | false | integer | |||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
layer | false | array | eoc_layer对象 | ||
activation_options | 激活选项 | false | string | ||
activation_type | 激活类型 | false | string | ||
archived | 是否存档 | false | boolean | ||
changes | layer层变化 | false | array | object | |
create_time | 创建时间1 | false | string | ||
created | 创建时间 | false | string | ||
decision_metadata | 决策元数据 | false | object | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string | ||
earliest_original | 最早的原创 | false | string | ||
enabled | false | boolean | |||
experiment_ids | 实验ID | false | array | integer | |
holdback | 阻碍 | false | integer | ||
id | layerc层ID | false | integer | ||
integration_settings | 集成设置 | false | array | object | |
last_modified | 最后修改时间 | false | string | ||
latest | 最新 | false | string | ||
layer_results_api_token | 层结果API令牌 | false | string | ||
metrics | 主要指标 | false | array | object | |
metrics_scope | 指标范围 | false | string | ||
name | 名称 | false | string | ||
outlier_filter | 离群值过滤器 | false | object | ||
policy | 政策 | false | string | ||
primary_metric | 主要指标 | false | object | ||
project_id | 工程项目ID | false | integer | ||
secondary_metrics | 次要指标 | false | array | object | |
section_ids | 章节ID | false | array | integer | |
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
url_targeting | 网址定位 | false | UrlTargeting | UrlTargeting | |
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | 权重分布 | false | array | object | |
layer_experiment | false | array | eoc_experiment对象 | ||
actual_status | false | string | |||
allocation_policy | 分配策略 | false | string | ||
archived | false | boolean | |||
audience_conditions | 受众条件 | false | string | ||
audience_ids | 受众ID | false | array | integer | |
audience_match_type | 受众匹配类型 | false | string | ||
audience_name | 受众名字 | false | string | ||
bucketing_strategy | 分桶策略 | false | string | ||
changes | 改变 | false | object | ||
confidence_level | false | integer | |||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string | ||
created | 创建时间1 | false | string | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string | ||
enabled | false | boolean | |||
environments | environments | false | object | ||
feature_flag_id | 功能标志ID | false | integer | ||
feature_flag_key | 功能标志key键 | false | string | ||
feature_flag_name | 功能标志名字 | false | string | ||
forced_variations | 强制变化 | false | array | object | |
id | id | false | integer | ||
integration_settings | 集成设置 | false | array | object | |
is_launched | 是否已启动 | false | boolean | ||
ispushexperiment | false | boolean | |||
key | 关键key值 | false | string | ||
last_modified | 上一次修改时间 | false | string | ||
latest | 最新 | false | string | ||
layer_changes | false | array | object | ||
layer_experiment_results_api_token | 层实验结果api令牌 | false | string | ||
layer_holdback | false | integer | |||
layer_id | 层ID | false | integer | ||
layer_policy | false | string | |||
layer_results_api_token | false | string | |||
layer_status | false | string | |||
layer_view_ids | false | array | integer | ||
metrics | metrics | false | array | object | |
mode_params | false | object | |||
multivariate_traffic_policy | 多变量流量策略 | false | string | ||
name | 名称 | false | string | ||
percentage_included | 包含百分比 | false | integer | ||
platform | 平台 | false | string | ||
project_id | 工程项目ID | false | integer | ||
project_name | 项目名称 | false | string | ||
push_experiment | 推送实验数据 | false | string | ||
schedule | 日程表 | false | object | ||
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string | ||
url_targeting | false | UrlTargeting | UrlTargeting | ||
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
use_custom_weight_distributions | 是否使用自定义权重分布 | false | boolean | ||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
version_traffic_adjustable | false | boolean | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | false | array | object | ||
layer_id | layer_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_commits对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
author | author | string | |
base_id | base_id | integer(int64) | integer(int64) |
created | created | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
layer_id | layer_id | integer(int64) | integer(int64) |
name | name | string | |
revisions | CommitsRevisionsVo | CommitsRevisionsVo | |
experiment_section | array | eoc_experiment_sections对象 | |
archived | archived | boolean | |
created | string | ||
description | description | string | |
feature_flag_id | integer | ||
id | 主键 | integer | |
last_modified | string | ||
layer_experiment_id | integer | ||
layer_id | integer | ||
name | name | string | |
project_id | project_id | integer | |
variable_id | integer | ||
variable_values | object | ||
variation_count | integer | ||
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
layer | array | eoc_layer对象 | |
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | object |
create_time | 创建时间1 | string | |
created | 创建时间 | string | |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string | |
earliest_original | 最早的原创 | string | |
enabled | boolean | ||
experiment_ids | 实验ID | array | integer |
holdback | 阻碍 | integer | |
id | layerc层ID | integer | |
integration_settings | 集成设置 | array | object |
last_modified | 最后修改时间 | string | |
latest | 最新 | string | |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | object |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer | |
secondary_metrics | 次要指标 | array | object |
section_ids | 章节ID | array | integer |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
view_ids | 查看ID | array | integer |
weight_distributions | 权重分布 | array | object |
layer_experiment | array | eoc_experiment对象 | |
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | integer |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer | ||
createBy | 创建人 | string | |
create_time | 创建时间 | string | |
created | 创建时间1 | string | |
description | 描述 | string | |
earliest | 最早 | string | |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer | |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | object |
id | id | integer | |
integration_settings | 集成设置 | array | object |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string | |
latest | 最新 | string | |
layer_changes | array | object | |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer | ||
layer_id | 层ID | integer | |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | integer | |
metrics | metrics | array | object |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer | |
platform | 平台 | string | |
project_id | 工程项目ID | integer | |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string | |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | integer |
weight_distributions | array | object |
响应示例:
{
"author": "",
"base_id": 0,
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"name": "",
"revisions": {
"experiment_section": [
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
],
"layer": [
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
],
"layer_experiment": [
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
}
}
eoc_environments
eoc_environment-分页列表查询
接口地址:/jeecg-boot/api/v1/environments/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environment-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | 用户账号ID | query | false | integer(int64) | |
archived | 是否存档 | query | false | boolean | |
create_time | 创建时间 | query | false | string(date-time) | |
default_datafile_id | 默认数据文件ID | query | false | integer(int64) | |
description | 描述 | query | false | string | |
enable_url | enable_url | query | false | string | |
enabled | enabled | query | false | boolean | |
has_restricted_permissions | 是否具有受限权限 | query | false | boolean | |
id | 环境ID | query | false | integer(int64) | |
is_primary | 是否为主要 | query | false | boolean | |
key | 环境关键key值 | query | false | string | |
name | 名字 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 优先级 | query | false | integer(int32) | |
project_id | 工程项目ID | query | false | integer(int64) | |
rules_summary.innerMap | query | false | object | ||
update_url | update_url | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象1 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
[
{
"account_id": 0,
"archived": true,
"create_time": "",
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
]
eoc_environment-通过project_id查询
接口地址:/jeecg-boot/api/v1/environments/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environment-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象0 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
datafile | Datafile | Datafile | |
cache_ttl | integer(int32) | ||
id | integer(int64) | ||
ip_anonymization | boolean | ||
is_private | boolean | ||
latest_file_size | integer(int32) | ||
other_urls | array | string | |
public_objects_deleted | boolean | ||
revision | integer(int32) | ||
sdk_key | string | ||
url | string | ||
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"datafile": {
"cache_ttl": 0,
"id": 0,
"ip_anonymization": true,
"is_private": true,
"latest_file_size": 0,
"other_urls": [],
"public_objects_deleted": true,
"revision": 0,
"sdk_key": "",
"url": ""
},
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
eoc_environment-编辑
接口地址:/jeecg-boot/api/v1/environments/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_environment-编辑
请求示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment | eoc_environment | body | true | eoc_environment对象 | eoc_environment对象 |
account_id | 用户账号ID | false | integer(int64) | ||
archived | 是否存档 | false | boolean | ||
create_time | 创建时间 | false | string(date-time) | ||
default_datafile_id | 默认数据文件ID | false | integer(int64) | ||
description | 描述 | false | string | ||
enable_url | enable_url | false | string | ||
enabled | enabled | false | boolean | ||
has_restricted_permissions | 是否具有受限权限 | false | boolean | ||
id | 环境ID | false | integer(int64) | ||
is_primary | 是否为主要 | false | boolean | ||
key | 环境关键key值 | false | string | ||
name | 名字 | false | string | ||
priority | 优先级 | false | integer(int32) | ||
project_id | 工程项目ID | false | integer(int64) | ||
rules_summary | rules_summary | false | object | ||
update_url | update_url | false | string | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象0 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
datafile | Datafile | Datafile | |
cache_ttl | integer(int32) | ||
id | integer(int64) | ||
ip_anonymization | boolean | ||
is_private | boolean | ||
latest_file_size | integer(int32) | ||
other_urls | array | string | |
public_objects_deleted | boolean | ||
revision | integer(int32) | ||
sdk_key | string | ||
url | string | ||
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"datafile": {
"cache_ttl": 0,
"id": 0,
"ip_anonymization": true,
"is_private": true,
"latest_file_size": 0,
"other_urls": [],
"public_objects_deleted": true,
"revision": 0,
"sdk_key": "",
"url": ""
},
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
eoc_environment-通过id删除
接口地址:/jeecg-boot/api/v1/environments/{id}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environment-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象0 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
datafile | Datafile | Datafile | |
cache_ttl | integer(int32) | ||
id | integer(int64) | ||
ip_anonymization | boolean | ||
is_private | boolean | ||
latest_file_size | integer(int32) | ||
other_urls | array | string | |
public_objects_deleted | boolean | ||
revision | integer(int32) | ||
sdk_key | string | ||
url | string | ||
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"datafile": {
"cache_ttl": 0,
"id": 0,
"ip_anonymization": true,
"is_private": true,
"latest_file_size": 0,
"other_urls": [],
"public_objects_deleted": true,
"revision": 0,
"sdk_key": "",
"url": ""
},
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
eoc_environment-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/environments
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environment-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象0 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
datafile | Datafile | Datafile | |
cache_ttl | integer(int32) | ||
id | integer(int64) | ||
ip_anonymization | boolean | ||
is_private | boolean | ||
latest_file_size | integer(int32) | ||
other_urls | array | string | |
public_objects_deleted | boolean | ||
revision | integer(int32) | ||
sdk_key | string | ||
url | string | ||
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
[
{
"account_id": 0,
"archived": true,
"create_time": "",
"datafile": {
"cache_ttl": 0,
"id": 0,
"ip_anonymization": true,
"is_private": true,
"latest_file_size": 0,
"other_urls": [],
"public_objects_deleted": true,
"revision": 0,
"sdk_key": "",
"url": ""
},
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
]
eoc_environment-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/environments
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_environment-添加
请求示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment | eoc_environment | body | true | eoc_environment对象 | eoc_environment对象 |
account_id | 用户账号ID | false | integer(int64) | ||
archived | 是否存档 | false | boolean | ||
create_time | 创建时间 | false | string(date-time) | ||
default_datafile_id | 默认数据文件ID | false | integer(int64) | ||
description | 描述 | false | string | ||
enable_url | enable_url | false | string | ||
enabled | enabled | false | boolean | ||
has_restricted_permissions | 是否具有受限权限 | false | boolean | ||
id | 环境ID | false | integer(int64) | ||
is_primary | 是否为主要 | false | boolean | ||
key | 环境关键key值 | false | string | ||
name | 名字 | false | string | ||
priority | 优先级 | false | integer(int32) | ||
project_id | 工程项目ID | false | integer(int64) | ||
rules_summary | rules_summary | false | object | ||
update_url | update_url | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_environment对象0 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户账号ID | integer(int64) | integer(int64) |
archived | 是否存档 | boolean | |
create_time | 创建时间 | string(date-time) | string(date-time) |
datafile | Datafile | Datafile | |
cache_ttl | integer(int32) | ||
id | integer(int64) | ||
ip_anonymization | boolean | ||
is_private | boolean | ||
latest_file_size | integer(int32) | ||
other_urls | array | string | |
public_objects_deleted | boolean | ||
revision | integer(int32) | ||
sdk_key | string | ||
url | string | ||
default_datafile_id | 默认数据文件ID | integer(int64) | integer(int64) |
description | 描述 | string | |
enable_url | enable_url | string | |
enabled | enabled | boolean | |
has_restricted_permissions | 是否具有受限权限 | boolean | |
id | 环境ID | integer(int64) | integer(int64) |
is_primary | 是否为主要 | boolean | |
key | 环境关键key值 | string | |
name | 名字 | string | |
priority | 优先级 | integer(int32) | integer(int32) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
rules_summary | rules_summary | object | |
update_url | update_url | string |
响应示例:
{
"account_id": 0,
"archived": true,
"create_time": "",
"datafile": {
"cache_ttl": 0,
"id": 0,
"ip_anonymization": true,
"is_private": true,
"latest_file_size": 0,
"other_urls": [],
"public_objects_deleted": true,
"revision": 0,
"sdk_key": "",
"url": ""
},
"default_datafile_id": 0,
"description": "",
"enable_url": "",
"enabled": true,
"has_restricted_permissions": true,
"id": 0,
"is_primary": true,
"key": "",
"name": "",
"priority": 0,
"project_id": 0,
"rules_summary": {},
"update_url": ""
}
eoc_environments-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/environments
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environments-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_event
eoc_event-通过project_id查询
接口地址:/jeecg-boot/api/v1/events
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_event-通过project_id查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
[
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
]
eoc_event-通过id查询
接口地址:/jeecg-boot/api/v1/events/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_event-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
eoc_event-编辑
接口地址:/jeecg-boot/api/v1/events/{id}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_event-编辑
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象 | eoc_event对象 |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
eoc_event-编辑
接口地址:/jeecg-boot/api/v1/events/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_event-编辑
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象 | eoc_event对象 |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) | ||
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
eoc_event-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/events
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_event-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
[
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
]
eoc_event-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/events
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_event-添加
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象 | eoc_event对象 |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_event对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | integer(int64) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
propertiesId | 事件属性ID | array | |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | integer(int64) |
响应示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
eoc_experiment_sections
eoc_experiment_sections-修改
接口地址:/jeecg-boot/api/v1/experiment_sections/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_experiment_sections-修改
请求示例:
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
vo | eoc_experiment_sections | body | true | eoc_experiment_sections对象 | eoc_experiment_sections对象 |
archived | archived | false | boolean | ||
created | false | string(date-time) | |||
description | description | false | string | ||
feature_flag_id | false | integer(int64) | |||
id | 主键 | false | integer(int64) | ||
last_modified | false | string(date-time) | |||
layer_experiment_id | false | integer(int64) | |||
layer_id | false | integer(int64) | |||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
variable_id | false | integer(int64) | |||
variable_values | false | object | |||
variation_count | false | integer(int32) | |||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment_sections对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | string(date-time) | string(date-time) | |
description | description | string | |
feature_flag_id | integer(int64) | integer(int64) | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_experiment_id | integer(int64) | integer(int64) | |
layer_id | integer(int64) | integer(int64) | |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
variable_id | integer(int64) | integer(int64) | |
variable_values | object | ||
variation_count | integer(int32) | integer(int32) | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
eoc_experiment_sections-编辑
接口地址:/jeecg-boot/api/v1/experiment_sections/{id}/variations/{variation_id}/views/{view_id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_experiment_sections-编辑
请求示例:
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
action | eoc_variation_action | body | true | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | false | array | object | |
project_id | false | integer(int64) | |||
share_link | share_link | false | string | ||
variation_id | false | integer(int64) | |||
view_id | 主键 | false | integer(int64) | ||
id | id | path | true | integer(int64) | |
variation_id | variation_id | path | true | integer(int64) | |
view_id | view_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment_sections对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | string(date-time) | string(date-time) | |
description | description | string | |
feature_flag_id | integer(int64) | integer(int64) | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_experiment_id | integer(int64) | integer(int64) | |
layer_id | integer(int64) | integer(int64) | |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
variable_id | integer(int64) | integer(int64) | |
variable_values | object | ||
variation_count | integer(int32) | integer(int32) | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
eoc_experiment_sections-通过experiment_id查询
接口地址:/jeecg-boot/api/v1/layer_experiments/{layer_experiment_id}/experiment_sections
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_experiment_sections-通过experiment_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer_experiment_id | layer_experiment_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment_sections对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | string(date-time) | string(date-time) | |
description | description | string | |
feature_flag_id | integer(int64) | integer(int64) | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_experiment_id | integer(int64) | integer(int64) | |
layer_id | integer(int64) | integer(int64) | |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
variable_id | integer(int64) | integer(int64) | |
variable_values | object | ||
variation_count | integer(int32) | integer(int32) | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) |
响应示例:
[
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
]
eoc_experiment_sections-添加
接口地址:/jeecg-boot/api/v1/layer_experiments/{layer_experiment_id}/experiment_sections
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_experiment_sections-添加
请求示例:
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer_experiment_id | layer_experiment_id | path | true | integer(int64) | |
vo | eoc_experiment_sections | body | true | eoc_experiment_sections对象 | eoc_experiment_sections对象 |
archived | archived | false | boolean | ||
created | false | string(date-time) | |||
description | description | false | string | ||
feature_flag_id | false | integer(int64) | |||
id | 主键 | false | integer(int64) | ||
last_modified | false | string(date-time) | |||
layer_experiment_id | false | integer(int64) | |||
layer_id | false | integer(int64) | |||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
variable_id | false | integer(int64) | |||
variable_values | false | object | |||
variation_count | false | integer(int32) | |||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment_sections对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | string(date-time) | string(date-time) | |
description | description | string | |
feature_flag_id | integer(int64) | integer(int64) | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_experiment_id | integer(int64) | integer(int64) | |
layer_id | integer(int64) | integer(int64) | |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
variable_id | integer(int64) | integer(int64) | |
variable_values | object | ||
variation_count | integer(int32) | integer(int32) | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"feature_flag_id": 0,
"id": 0,
"last_modified": "",
"layer_experiment_id": 0,
"layer_id": 0,
"name": "",
"project_id": 0,
"variable_id": 0,
"variable_values": {},
"variation_count": 0,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
]
}
eoc_feature_flags
eoc_feature_flags-添加
接口地址:/jeecg-boot/api/v1/feature_flags/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_feature_flags-添加
请求示例:
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
featureFlags | eoc_feature_flags | body | true | eoc_feature_flags对象 | eoc_feature_flags对象 |
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environments | environments | false | object | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
rollout_layer_id | rollout_layer_id | false | integer(int64) | ||
variables | variables | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_feature_flags-通过id删除
接口地址:/jeecg-boot/api/v1/feature_flags/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_feature_flags-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_feature_flags-批量删除
接口地址:/jeecg-boot/api/v1/feature_flags/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_feature_flags-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_feature_flags-编辑
接口地址:/jeecg-boot/api/v1/feature_flags/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_feature_flags-编辑
请求示例:
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
featureFlags | eoc_feature_flags | body | true | eoc_feature_flags对象 | eoc_feature_flags对象 |
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environments | environments | false | object | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
rollout_layer_id | rollout_layer_id | false | integer(int64) | ||
variables | variables | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_feature_flags-编辑
接口地址:/jeecg-boot/api/v1/feature_flags/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_feature_flags-编辑
请求示例:
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
featureFlags | eoc_feature_flags | body | true | eoc_feature_flags对象 | eoc_feature_flags对象 |
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environments | environments | false | object | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
rollout_layer_id | rollout_layer_id | false | integer(int64) | ||
variables | variables | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_feature_flags-分页列表查询
接口地址:/jeecg-boot/api/v1/feature_flags/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_feature_flags-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
api_name | api_name | query | false | string | |
archived | archived | query | false | boolean | |
created | 创建日期 | query | false | string(date-time) | |
description | description | query | false | string | |
environments.innerMap | query | false | object | ||
id | 主键 | query | false | integer(int64) | |
last_modified | last_modified | query | false | string(date-time) | |
name | name | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | project_id | query | false | integer(int64) | |
rollout_layer_id | rollout_layer_id | query | false | integer(int64) | |
variables[0].innerMap | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_feature_flags对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_feature_flags对象» | IPage«eoc_feature_flags对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_feature_flags对象 | |
api_name | api_name | string | |
archived | archived | boolean | |
created | 创建日期 | string | |
description | description | string | |
environments | environments | object | |
id | 主键 | integer | |
last_modified | last_modified | string | |
name | name | string | |
project_id | project_id | integer | |
rollout_layer_id | rollout_layer_id | integer | |
variables | variables | array | object |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_feature_flags-通过project_id查询
接口地址:/jeecg-boot/api/v1/feature_flags/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_feature_flags-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_feature_flags对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
api_name | api_name | string | |
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environments | environments | object | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
rollout_layer_id | rollout_layer_id | integer(int64) | integer(int64) |
variables | variables | array |
响应示例:
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
eoc_feature_flags-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/feature_flags
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_feature_flags-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_feature_flags对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
api_name | api_name | string | |
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environments | environments | object | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
rollout_layer_id | rollout_layer_id | integer(int64) | integer(int64) |
variables | variables | array |
响应示例:
[
{
"api_name": "",
"archived": true,
"created": "",
"description": "",
"environments": {},
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"rollout_layer_id": 0,
"variables": []
}
]
eoc_flags
eoc_flags-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/flags
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags-添加
接口地址:/jeecg-boot/flags/projects/{project_id}/flags
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags-添加
请求示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flagVo | eoc_flags_group | body | true | eoc_flags对象 | eoc_flags对象 |
archive_url | archive_url | false | string | ||
archived | archived | false | boolean | ||
created_time | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environment_id | environment_id | false | integer(int64) | ||
environment_key | environment_key | false | string | ||
id | 主键 | false | integer(int64) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | GroupRuleVo | GroupRuleVo | |
created_time | false | string | |||
flag_key | false | string | |||
flag_name | false | string | |||
flag_status | false | string | |||
rule_enabled | false | boolean | |||
rule_key | false | string | |||
rule_name | false | string | |||
traffic_allocation | false | integer | |||
updated_time | false | string | |||
unarchive_url | archive_url | false | string | ||
update_url | update_url | false | string | ||
updated_time | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_flags-编辑
接口地址:/jeecg-boot/flags/projects/{project_id}/flags
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags-编辑
请求示例:
{
"account_id": 0,
"archived": true,
"created_by_user_id": "",
"created_time": "",
"description": "",
"id": 0,
"key": "",
"name": "",
"outlier_filtering_enabled": true,
"project_id": 0,
"revision": 0,
"updated_time": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flags | eoc_flags | body | true | eoc_flags对象11 | eoc_flags对象11 |
account_id | account_id | false | integer(int64) | ||
archived | archived | false | boolean | ||
created_by_user_id | created_by_user_id | false | string | ||
created_time | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
id | 主键 | false | integer(int64) | ||
key | key | false | string | ||
name | name | false | string | ||
outlier_filtering_enabled | outlier_filtering_enabled | false | boolean | ||
project_id | project_id | false | integer(int64) | ||
revision | revision | false | integer(int32) | ||
updated_time | 更新日期 | false | string(date-time) | ||
urn | urn | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象0 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | archived | boolean | |
created_by_user_id | created_by_user_id | string | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
key | key | string | |
name | name | string | |
outlier_filtering_enabled | outlier_filtering_enabled | boolean | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
updated_time | 更新日期 | string(date-time) | string(date-time) |
urn | urn | string |
响应示例:
{
"account_id": 0,
"archived": true,
"created_by_user_id": "",
"created_time": "",
"description": "",
"id": 0,
"key": "",
"name": "",
"outlier_filtering_enabled": true,
"project_id": 0,
"revision": 0,
"updated_time": "",
"urn": ""
}
eoc_flags-patch
接口地址:/jeecg-boot/flags/projects/{project_id}/flags
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags-patch
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
patch | patch | body | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
暂无
响应示例:
eoc_flags-更新archived
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/archived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags-更新archived
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象0 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | archived | boolean | |
created_by_user_id | created_by_user_id | string | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
key | key | string | |
name | name | string | |
outlier_filtering_enabled | outlier_filtering_enabled | boolean | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
updated_time | 更新日期 | string(date-time) | string(date-time) |
urn | urn | string |
响应示例:
[
{
"account_id": 0,
"archived": true,
"created_by_user_id": "",
"created_time": "",
"description": "",
"id": 0,
"key": "",
"name": "",
"outlier_filtering_enabled": true,
"project_id": 0,
"revision": 0,
"updated_time": "",
"urn": ""
}
]
eoc_flags-更新archived
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/unarchived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags-更新archived
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象0 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | archived | boolean | |
created_by_user_id | created_by_user_id | string | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
id | 主键 | integer(int64) | integer(int64) |
key | key | string | |
name | name | string | |
outlier_filtering_enabled | outlier_filtering_enabled | boolean | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
updated_time | 更新日期 | string(date-time) | string(date-time) |
urn | urn | string |
响应示例:
[
{
"account_id": 0,
"archived": true,
"created_by_user_id": "",
"created_time": "",
"description": "",
"id": 0,
"key": "",
"name": "",
"outlier_filtering_enabled": true,
"project_id": 0,
"revision": 0,
"updated_time": "",
"urn": ""
}
]
eoc_flags-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{key}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
key | key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象10 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archive_url | string | ||
archived | archived | boolean | |
created_by_user_id | created_by_user_id | string | |
created_time | 创建日期 | string(date-time) | string(date-time) |
delete_url | string | ||
description | description | string | |
environments | FlagEnviornmentVo | FlagEnviornmentVo | |
disable_url | string | ||
enable_url | string | ||
enabled | boolean | ||
key | string | ||
name | string | ||
priority | integer(int32) | ||
rules_summary | object | ||
id | 主键 | integer(int64) | integer(int64) |
key | key | string | |
name | name | string | |
outlier_filtering_enabled | outlier_filtering_enabled | boolean | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
unarchive_url | string | ||
update_url | string | ||
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | string | ||
urn | urn | string | |
variable_definitions | eoc_variable对象 | eoc_variable对象 | |
api_name | api_name | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | |
default_value | default_value | string | |
description | description | string | |
flag_id | flag_id | integer(int64) | |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | |
key | key | string | |
project_id | project_id | integer(int64) | |
type | type | string | |
updated_time | updated_time | string(date-time) |
响应示例:
{
"account_id": 0,
"archive_url": "",
"archived": true,
"created_by_user_id": "",
"created_time": "",
"delete_url": "",
"description": "",
"environments": {
"additionalProperties1": {
"disable_url": "",
"enable_url": "",
"enabled": true,
"key": "",
"name": "",
"priority": 0,
"rules_summary": {}
}
},
"id": 0,
"key": "",
"name": "",
"outlier_filtering_enabled": true,
"project_id": 0,
"revision": 0,
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variable_definitions": {
"additionalProperties1": {
"api_name": "",
"archived": true,
"created_time": "",
"default_value": "",
"description": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"key": "",
"project_id": 0,
"type": "",
"updated_time": ""
}
}
}
eoc_flags-通过id删除
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{key}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
key | key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group
eoc_flags_group-添加
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-添加
请求示例:
{
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocFlagsGroupVo | eoc_flags_group | body | true | eoc_flags_group对象 | eoc_flags_group对象 |
archiveUrl | archive_url | false | string | ||
archived | archived | false | integer(int32) | ||
createdTime | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environmentId | environmentId | false | integer(int32) | ||
environmentKey | environment_key | false | string | ||
id | id | false | integer(int32) | ||
name | name | false | string | ||
projectId | project_id | false | integer(int32) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | object | ||
traffics | traffics | false | string | ||
unarchiveUrl | delete_url | false | string | ||
updateUrl | update_url | false | string | ||
updatedTime | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group-通过id删除
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group-批量删除
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group-编辑
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-编辑
请求示例:
{
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocFlagsGroupVo | eoc_flags_group | body | true | eoc_flags_group对象 | eoc_flags_group对象 |
archiveUrl | archive_url | false | string | ||
archived | archived | false | integer(int32) | ||
createdTime | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environmentId | environmentId | false | integer(int32) | ||
environmentKey | environment_key | false | string | ||
id | id | false | integer(int32) | ||
name | name | false | string | ||
projectId | project_id | false | integer(int32) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | object | ||
traffics | traffics | false | string | ||
unarchiveUrl | delete_url | false | string | ||
updateUrl | update_url | false | string | ||
updatedTime | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group-编辑
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-编辑
请求示例:
{
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocFlagsGroupVo | eoc_flags_group | body | true | eoc_flags_group对象 | eoc_flags_group对象 |
archiveUrl | archive_url | false | string | ||
archived | archived | false | integer(int32) | ||
createdTime | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environmentId | environmentId | false | integer(int32) | ||
environmentKey | environment_key | false | string | ||
id | id | false | integer(int32) | ||
name | name | false | string | ||
projectId | project_id | false | integer(int32) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | object | ||
traffics | traffics | false | string | ||
unarchiveUrl | delete_url | false | string | ||
updateUrl | update_url | false | string | ||
updatedTime | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_flags_group-分页列表查询
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
archived | archived | query | false | integer(int32) | |
archiveUrl | archive_url | query | false | string | |
createdTime | 创建日期 | query | false | string(date-time) | |
description | description | query | false | string | |
environmentId | environmentId | query | false | integer(int32) | |
environmentKey | environment_key | query | false | string | |
id | id | query | false | integer(int32) | |
name | name | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | project_id | query | false | integer(int32) | |
revision | revision | query | false | integer(int32) | |
rules.innerMap | query | false | object | ||
traffics | traffics | query | false | string | |
unarchiveUrl | delete_url | query | false | string | |
updatedTime | 更新日期 | query | false | string(date-time) | |
updateUrl | update_url | query | false | string | |
url | url | query | false | string | |
urn | urn | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_flags_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_flags_group对象» | IPage«eoc_flags_group对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_flags_group对象 | |
archiveUrl | archive_url | string | |
archived | archived | integer | |
createdTime | 创建日期 | string | |
description | description | string | |
environmentId | environmentId | integer | |
environmentKey | environment_key | string | |
id | id | integer | |
name | name | string | |
projectId | project_id | integer | |
revision | revision | integer | |
rules | rules | object | |
traffics | traffics | string | |
unarchiveUrl | delete_url | string | |
updateUrl | update_url | string | |
updatedTime | 更新日期 | string | |
url | url | string | |
urn | urn | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_flags_group-通过id查询
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_flags_group对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_flags_group对象 | eoc_flags_group对象 |
archiveUrl | archive_url | string | |
archived | archived | integer(int32) | |
createdTime | 创建日期 | string(date-time) | |
description | description | string | |
environmentId | environmentId | integer(int32) | |
environmentKey | environment_key | string | |
id | id | integer(int32) | |
name | name | string | |
projectId | project_id | integer(int32) | |
revision | revision | integer(int32) | |
rules | rules | object | |
traffics | traffics | string | |
unarchiveUrl | delete_url | string | |
updateUrl | update_url | string | |
updatedTime | 更新日期 | string(date-time) | |
url | url | string | |
urn | urn | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
},
"success": true,
"timestamp": 0
}
全局事件-根据ID数组获取
接口地址:/jeecg-boot/experiment/eocFlagsGroupVo/querybyexperimentid
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-根据ID数组获取
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentId | experimentId | query | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_flags_group对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_flags_group对象 | eoc_flags_group对象 |
archiveUrl | archive_url | string | |
archived | archived | integer(int32) | |
createdTime | 创建日期 | string(date-time) | |
description | description | string | |
environmentId | environmentId | integer(int32) | |
environmentKey | environment_key | string | |
id | id | integer(int32) | |
name | name | string | |
projectId | project_id | integer(int32) | |
revision | revision | integer(int32) | |
rules | rules | object | |
traffics | traffics | string | |
unarchiveUrl | delete_url | string | |
updateUrl | update_url | string | |
updatedTime | 更新日期 | string(date-time) | |
url | url | string | |
urn | urn | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"archiveUrl": "",
"archived": 0,
"createdTime": "",
"description": "",
"environmentId": 0,
"environmentKey": "",
"id": 0,
"name": "",
"projectId": 0,
"revision": 0,
"rules": {},
"traffics": "",
"unarchiveUrl": "",
"updateUrl": "",
"updatedTime": "",
"url": "",
"urn": ""
},
"success": true,
"timestamp": 0
}
eoc_flags_group-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/groups
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags_group-添加
接口地址:/jeecg-boot/flags/projects/{project_id}/groups
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-添加
请求示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flagGroup | eoc_flags_group | body | true | eoc_flags对象 | eoc_flags对象 |
archive_url | archive_url | false | string | ||
archived | archived | false | boolean | ||
created_time | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environment_id | environment_id | false | integer(int64) | ||
environment_key | environment_key | false | string | ||
id | 主键 | false | integer(int64) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | GroupRuleVo | GroupRuleVo | |
created_time | false | string | |||
flag_key | false | string | |||
flag_name | false | string | |||
flag_status | false | string | |||
rule_enabled | false | boolean | |||
rule_key | false | string | |||
rule_name | false | string | |||
traffic_allocation | false | integer | |||
updated_time | false | string | |||
unarchive_url | archive_url | false | string | ||
update_url | update_url | false | string | ||
updated_time | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
id | 主键 | integer(int64) | integer(int64) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
rules | rules | GroupRuleVo | GroupRuleVo |
created_time | string(date-time) | ||
flag_key | string | ||
flag_name | string | ||
flag_status | string | ||
rule_enabled | boolean | ||
rule_key | string | ||
rule_name | string | ||
traffic_allocation | integer(int64) | ||
updated_time | string(date-time) | ||
unarchive_url | archive_url | string | |
update_url | update_url | string | |
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
eoc_flags_group-编辑
接口地址:/jeecg-boot/flags/projects/{project_id}/groups
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-编辑
请求示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flagGroup | eoc_flags_group | body | true | eoc_flags对象 | eoc_flags对象 |
archive_url | archive_url | false | string | ||
archived | archived | false | boolean | ||
created_time | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
environment_id | environment_id | false | integer(int64) | ||
environment_key | environment_key | false | string | ||
id | 主键 | false | integer(int64) | ||
name | name | false | string | ||
project_id | project_id | false | integer(int64) | ||
revision | revision | false | integer(int32) | ||
rules | rules | false | GroupRuleVo | GroupRuleVo | |
created_time | false | string | |||
flag_key | false | string | |||
flag_name | false | string | |||
flag_status | false | string | |||
rule_enabled | false | boolean | |||
rule_key | false | string | |||
rule_name | false | string | |||
traffic_allocation | false | integer | |||
updated_time | false | string | |||
unarchive_url | archive_url | false | string | ||
update_url | update_url | false | string | ||
updated_time | 更新日期 | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
id | 主键 | integer(int64) | integer(int64) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
rules | rules | GroupRuleVo | GroupRuleVo |
created_time | string(date-time) | ||
flag_key | string | ||
flag_name | string | ||
flag_status | string | ||
rule_enabled | boolean | ||
rule_key | string | ||
rule_name | string | ||
traffic_allocation | integer(int64) | ||
updated_time | string(date-time) | ||
unarchive_url | archive_url | string | |
update_url | update_url | string | |
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
eoc_flags_group-patch
接口地址:/jeecg-boot/flags/projects/{project_id}/groups
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-patch
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
patch | patch | body | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
id | 主键 | integer(int64) | integer(int64) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
rules | rules | GroupRuleVo | GroupRuleVo |
created_time | string(date-time) | ||
flag_key | string | ||
flag_name | string | ||
flag_status | string | ||
rule_enabled | boolean | ||
rule_key | string | ||
rule_name | string | ||
traffic_allocation | integer(int64) | ||
updated_time | string(date-time) | ||
unarchive_url | archive_url | string | |
update_url | update_url | string | |
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
eoc_flags_group-更新archived
接口地址:/jeecg-boot/flags/projects/{project_id}/groups/archived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-更新archived
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
id | 主键 | integer(int64) | integer(int64) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
rules | rules | GroupRuleVo | GroupRuleVo |
created_time | string(date-time) | ||
flag_key | string | ||
flag_name | string | ||
flag_status | string | ||
rule_enabled | boolean | ||
rule_key | string | ||
rule_name | string | ||
traffic_allocation | integer(int64) | ||
updated_time | string(date-time) | ||
unarchive_url | archive_url | string | |
update_url | update_url | string | |
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string |
响应示例:
[
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
]
eoc_flags_group-更新archived
接口地址:/jeecg-boot/flags/projects/{project_id}/groups/unarchived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_group-更新archived
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
id | 主键 | integer(int64) | integer(int64) |
name | name | string | |
project_id | project_id | integer(int64) | integer(int64) |
revision | revision | integer(int32) | integer(int32) |
rules | rules | GroupRuleVo | GroupRuleVo |
created_time | string(date-time) | ||
flag_key | string | ||
flag_name | string | ||
flag_status | string | ||
rule_enabled | boolean | ||
rule_key | string | ||
rule_name | string | ||
traffic_allocation | integer(int64) | ||
updated_time | string(date-time) | ||
unarchive_url | archive_url | string | |
update_url | update_url | string | |
updated_time | 更新日期 | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string |
响应示例:
[
{
"archive_url": "",
"archived": true,
"created_time": "",
"description": "",
"environment_id": 0,
"environment_key": "",
"id": 0,
"name": "",
"project_id": 0,
"revision": 0,
"rules": {
"additionalProperties1": {
"created_time": "",
"flag_key": "",
"flag_name": "",
"flag_status": "",
"rule_enabled": true,
"rule_key": "",
"rule_name": "",
"traffic_allocation": 0,
"updated_time": ""
}
},
"unarchive_url": "",
"update_url": "",
"updated_time": "",
"url": "",
"urn": ""
}
]
eoc_flags_report
eoc_environments-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/environments/{environment_key}/reports
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_environments-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_environments-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/environments/{environment_key}/reports/archived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_environments-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_environments-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/environments/{environment_key}/reports/unarchived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_environments-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags_ruleset
eoc_flags_group-通过id查询
接口地址:/jeecg-boot/flags/internal/projects/{projectId}/environments/{environmentKey}/rules
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_group-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environmentKey | environmentKey | path | true | string | |
projectId | projectId | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags_ruleset-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/environments/{environment_key}/ruleset
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_ruleset-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
flag_key | flag_key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_ruleset对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
default_variation_key | default_variation_key | string | |
default_variation_name | default_variation_name | string | |
disable_url | string | ||
enable_url | string | ||
enabled | enabled | boolean | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
environment_name | environment_name | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
layer_experiment_ids | array | ||
metricsRequired | array | ||
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
rule_priorities | rule_priorities | array | |
rules | FlagExperimentVo | FlagExperimentVo | |
allow_list | object | ||
archived | boolean | ||
audience_conditions | array | object | |
audience_ids | array | integer | |
confidence_level | integer(int32) | ||
created_time | string(date-time) | ||
description | string | ||
distribution_mode | string | ||
enabled | boolean | ||
fetch_results_ui_url | string | ||
group_rule | FlagGroupRuleVo | FlagGroupRuleVo | |
group_id | integer | ||
traffic_allocation | integer | ||
id | integer(int64) | ||
key | string | ||
metrics | array | object | |
name | string | ||
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
type | string | ||
updated_time | string(date-time) | ||
urn | string | ||
variations | FlagExperimentVariationVo | FlagExperimentVariationVo | |
key | string | ||
name | string | ||
percentage_fixed | string | ||
percentage_included | integer | ||
percentage_min | string | ||
update_url | string | ||
url | string | ||
urn | urn | string |
响应示例:
{
"archived": true,
"default_variation_key": "",
"default_variation_name": "",
"disable_url": "",
"enable_url": "",
"enabled": true,
"environment_id": 0,
"environment_key": "",
"environment_name": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"layer_experiment_ids": [],
"metricsRequired": [],
"project_id": 0,
"revision": 0,
"rule_priorities": [],
"rules": {
"additionalProperties1": {
"allow_list": {},
"archived": true,
"audience_conditions": [],
"audience_ids": [],
"confidence_level": 0,
"created_time": "",
"description": "",
"distribution_mode": "",
"enabled": true,
"fetch_results_ui_url": "",
"group_rule": {
"group_id": 0,
"traffic_allocation": 0
},
"id": 0,
"key": "",
"metrics": [],
"name": "",
"percentage_included": 0,
"project_id": 0,
"type": "",
"updated_time": "",
"urn": "",
"variations": {
"additionalProperties1": {
"key": "",
"name": "",
"percentage_fixed": "",
"percentage_included": 0,
"percentage_min": ""
}
}
}
},
"update_url": "",
"url": "",
"urn": ""
}
ruleset-patch
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/environments/{environment_key}/ruleset
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
ruleset-patch
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
flag_key | flag_key | path | true | string | |
patch | patch | body | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_ruleset对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
default_variation_key | default_variation_key | string | |
default_variation_name | default_variation_name | string | |
disable_url | string | ||
enable_url | string | ||
enabled | enabled | boolean | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
environment_name | environment_name | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
layer_experiment_ids | array | ||
metricsRequired | array | ||
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
rule_priorities | rule_priorities | array | |
rules | FlagExperimentVo | FlagExperimentVo | |
allow_list | object | ||
archived | boolean | ||
audience_conditions | array | object | |
audience_ids | array | integer | |
confidence_level | integer(int32) | ||
created_time | string(date-time) | ||
description | string | ||
distribution_mode | string | ||
enabled | boolean | ||
fetch_results_ui_url | string | ||
group_rule | FlagGroupRuleVo | FlagGroupRuleVo | |
group_id | integer | ||
traffic_allocation | integer | ||
id | integer(int64) | ||
key | string | ||
metrics | array | object | |
name | string | ||
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
type | string | ||
updated_time | string(date-time) | ||
urn | string | ||
variations | FlagExperimentVariationVo | FlagExperimentVariationVo | |
key | string | ||
name | string | ||
percentage_fixed | string | ||
percentage_included | integer | ||
percentage_min | string | ||
update_url | string | ||
url | string | ||
urn | urn | string |
响应示例:
{
"archived": true,
"default_variation_key": "",
"default_variation_name": "",
"disable_url": "",
"enable_url": "",
"enabled": true,
"environment_id": 0,
"environment_key": "",
"environment_name": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"layer_experiment_ids": [],
"metricsRequired": [],
"project_id": 0,
"revision": 0,
"rule_priorities": [],
"rules": {
"additionalProperties1": {
"allow_list": {},
"archived": true,
"audience_conditions": [],
"audience_ids": [],
"confidence_level": 0,
"created_time": "",
"description": "",
"distribution_mode": "",
"enabled": true,
"fetch_results_ui_url": "",
"group_rule": {
"group_id": 0,
"traffic_allocation": 0
},
"id": 0,
"key": "",
"metrics": [],
"name": "",
"percentage_included": 0,
"project_id": 0,
"type": "",
"updated_time": "",
"urn": "",
"variations": {
"additionalProperties1": {
"key": "",
"name": "",
"percentage_fixed": "",
"percentage_included": 0,
"percentage_min": ""
}
}
}
},
"update_url": "",
"url": "",
"urn": ""
}
eoc_flags_ruleset-添加
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/environments/{environment_key}/ruleset/disabled
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_ruleset-disable
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
flag_key | flag_key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_ruleset对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
default_variation_key | default_variation_key | string | |
default_variation_name | default_variation_name | string | |
disable_url | string | ||
enable_url | string | ||
enabled | enabled | boolean | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
environment_name | environment_name | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
layer_experiment_ids | array | ||
metricsRequired | array | ||
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
rule_priorities | rule_priorities | array | |
rules | FlagExperimentVo | FlagExperimentVo | |
allow_list | object | ||
archived | boolean | ||
audience_conditions | array | object | |
audience_ids | array | integer | |
confidence_level | integer(int32) | ||
created_time | string(date-time) | ||
description | string | ||
distribution_mode | string | ||
enabled | boolean | ||
fetch_results_ui_url | string | ||
group_rule | FlagGroupRuleVo | FlagGroupRuleVo | |
group_id | integer | ||
traffic_allocation | integer | ||
id | integer(int64) | ||
key | string | ||
metrics | array | object | |
name | string | ||
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
type | string | ||
updated_time | string(date-time) | ||
urn | string | ||
variations | FlagExperimentVariationVo | FlagExperimentVariationVo | |
key | string | ||
name | string | ||
percentage_fixed | string | ||
percentage_included | integer | ||
percentage_min | string | ||
update_url | string | ||
url | string | ||
urn | urn | string |
响应示例:
{
"archived": true,
"default_variation_key": "",
"default_variation_name": "",
"disable_url": "",
"enable_url": "",
"enabled": true,
"environment_id": 0,
"environment_key": "",
"environment_name": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"layer_experiment_ids": [],
"metricsRequired": [],
"project_id": 0,
"revision": 0,
"rule_priorities": [],
"rules": {
"additionalProperties1": {
"allow_list": {},
"archived": true,
"audience_conditions": [],
"audience_ids": [],
"confidence_level": 0,
"created_time": "",
"description": "",
"distribution_mode": "",
"enabled": true,
"fetch_results_ui_url": "",
"group_rule": {
"group_id": 0,
"traffic_allocation": 0
},
"id": 0,
"key": "",
"metrics": [],
"name": "",
"percentage_included": 0,
"project_id": 0,
"type": "",
"updated_time": "",
"urn": "",
"variations": {
"additionalProperties1": {
"key": "",
"name": "",
"percentage_fixed": "",
"percentage_included": 0,
"percentage_min": ""
}
}
}
},
"update_url": "",
"url": "",
"urn": ""
}
eoc_flags_ruleset-添加
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/environments/{environment_key}/ruleset/enabled
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_ruleset-enable
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
environment_key | environment_key | path | true | string | |
flag_key | flag_key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_ruleset对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
default_variation_key | default_variation_key | string | |
default_variation_name | default_variation_name | string | |
disable_url | string | ||
enable_url | string | ||
enabled | enabled | boolean | |
environment_id | environment_id | integer(int64) | integer(int64) |
environment_key | environment_key | string | |
environment_name | environment_name | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
layer_experiment_ids | array | ||
metricsRequired | array | ||
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
rule_priorities | rule_priorities | array | |
rules | FlagExperimentVo | FlagExperimentVo | |
allow_list | object | ||
archived | boolean | ||
audience_conditions | array | object | |
audience_ids | array | integer | |
confidence_level | integer(int32) | ||
created_time | string(date-time) | ||
description | string | ||
distribution_mode | string | ||
enabled | boolean | ||
fetch_results_ui_url | string | ||
group_rule | FlagGroupRuleVo | FlagGroupRuleVo | |
group_id | integer | ||
traffic_allocation | integer | ||
id | integer(int64) | ||
key | string | ||
metrics | array | object | |
name | string | ||
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
type | string | ||
updated_time | string(date-time) | ||
urn | string | ||
variations | FlagExperimentVariationVo | FlagExperimentVariationVo | |
key | string | ||
name | string | ||
percentage_fixed | string | ||
percentage_included | integer | ||
percentage_min | string | ||
update_url | string | ||
url | string | ||
urn | urn | string |
响应示例:
{
"archived": true,
"default_variation_key": "",
"default_variation_name": "",
"disable_url": "",
"enable_url": "",
"enabled": true,
"environment_id": 0,
"environment_key": "",
"environment_name": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"layer_experiment_ids": [],
"metricsRequired": [],
"project_id": 0,
"revision": 0,
"rule_priorities": [],
"rules": {
"additionalProperties1": {
"allow_list": {},
"archived": true,
"audience_conditions": [],
"audience_ids": [],
"confidence_level": 0,
"created_time": "",
"description": "",
"distribution_mode": "",
"enabled": true,
"fetch_results_ui_url": "",
"group_rule": {
"group_id": 0,
"traffic_allocation": 0
},
"id": 0,
"key": "",
"metrics": [],
"name": "",
"percentage_included": 0,
"project_id": 0,
"type": "",
"updated_time": "",
"urn": "",
"variations": {
"additionalProperties1": {
"key": "",
"name": "",
"percentage_fixed": "",
"percentage_included": 0,
"percentage_min": ""
}
}
}
},
"update_url": "",
"url": "",
"urn": ""
}
eoc_flags_variation
eoc_flags_variation-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_variation-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo«eoc_flags_variation对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | eoc_flags_variation对象 | |
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
revision | revision | integer(int32) | |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags_variation-添加
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_variation-添加
请求示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
flagsVariation | eoc_flags_variation | body | true | eoc_flags_variation对象 | eoc_flags_variation对象 |
archive_url | archive_url | false | string | ||
archived | archived | false | boolean | ||
created_time | created_time | false | string(date-time) | ||
delete_url | delete_url | false | string | ||
description | description | false | string | ||
enabled | enabled | false | boolean | ||
environment_usage_count | environment_usage_count | false | object | ||
fetch_flag_url | fetch_flag_url | false | string | ||
flag_id | flag_id | false | integer(int64) | ||
flag_key | flag_key | false | string | ||
id | 主键 | false | integer(int64) | ||
in_use | in_use | false | boolean | ||
key | key | false | string | ||
name | name | false | string | ||
percentage_included | false | integer(int32) | |||
project_id | false | integer(int64) | |||
revision | revision | false | integer(int32) | ||
update_url | update_url | false | string | ||
updated_time | updated_time | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string | ||
variables | variables | false | FlagVariationVariableVo | FlagVariationVariableVo | |
is_default | false | boolean | |||
key | false | string | |||
type | false | string | |||
value | false | string | |||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_variation对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | string(date-time) |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | integer(int32) | |
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
eoc_flags_variation-编辑
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_variation-编辑
请求示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
flagsVariation | eoc_flags_variation | body | true | eoc_flags_variation对象 | eoc_flags_variation对象 |
archive_url | archive_url | false | string | ||
archived | archived | false | boolean | ||
created_time | created_time | false | string(date-time) | ||
delete_url | delete_url | false | string | ||
description | description | false | string | ||
enabled | enabled | false | boolean | ||
environment_usage_count | environment_usage_count | false | object | ||
fetch_flag_url | fetch_flag_url | false | string | ||
flag_id | flag_id | false | integer(int64) | ||
flag_key | flag_key | false | string | ||
id | 主键 | false | integer(int64) | ||
in_use | in_use | false | boolean | ||
key | key | false | string | ||
name | name | false | string | ||
percentage_included | false | integer(int32) | |||
project_id | false | integer(int64) | |||
revision | revision | false | integer(int32) | ||
update_url | update_url | false | string | ||
updated_time | updated_time | false | string(date-time) | ||
url | url | false | string | ||
urn | urn | false | string | ||
variables | variables | false | FlagVariationVariableVo | FlagVariationVariableVo | |
is_default | false | boolean | |||
key | false | string | |||
type | false | string | |||
value | false | string | |||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_variation对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | string(date-time) |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | integer(int32) | |
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
eoc_flags_variation-patch
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_variation-patch
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
patch | patch | body | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ReturnVo«eoc_flags_variation对象» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
count | integer(int64) | integer(int64) | |
create_url | string | ||
fetch_flag_url | string | ||
first_url | string | ||
items | array | eoc_flags_variation对象 | |
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | ||
project_id | integer(int64) | ||
revision | revision | integer(int32) | |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string | ||
last_url | string | ||
page | integer(int32) | integer(int32) | |
total_count | integer(int64) | integer(int64) | |
total_pages | integer(int32) | integer(int32) | |
update_url | string | ||
url | string |
响应示例:
{
"count": 0,
"create_url": "",
"fetch_flag_url": "",
"first_url": "",
"items": [
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
],
"last_url": "",
"page": 0,
"total_count": 0,
"total_pages": 0,
"update_url": "",
"url": ""
}
eoc_flags_variation-更新archived
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations/archived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_flags_variation-更新archived
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
map | map | body | true | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_variation对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | string(date-time) |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | integer(int32) | |
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string |
响应示例:
[
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
]
eoc_flags_variation-通过id查询
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations/{key}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_variation-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
key | key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_flags_variation对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archive_url | archive_url | string | |
archived | archived | boolean | |
created_time | created_time | string(date-time) | string(date-time) |
delete_url | delete_url | string | |
description | description | string | |
enabled | enabled | boolean | |
environment_usage_count | environment_usage_count | object | |
fetch_flag_url | fetch_flag_url | string | |
flag_id | flag_id | integer(int64) | integer(int64) |
flag_key | flag_key | string | |
id | 主键 | integer(int64) | integer(int64) |
in_use | in_use | boolean | |
key | key | string | |
name | name | string | |
percentage_included | integer(int32) | integer(int32) | |
project_id | integer(int64) | integer(int64) | |
revision | revision | integer(int32) | integer(int32) |
update_url | update_url | string | |
updated_time | updated_time | string(date-time) | string(date-time) |
url | url | string | |
urn | urn | string | |
variables | variables | FlagVariationVariableVo | FlagVariationVariableVo |
is_default | boolean | ||
key | string | ||
type | string | ||
value | string |
响应示例:
{
"archive_url": "",
"archived": true,
"created_time": "",
"delete_url": "",
"description": "",
"enabled": true,
"environment_usage_count": {},
"fetch_flag_url": "",
"flag_id": 0,
"flag_key": "",
"id": 0,
"in_use": true,
"key": "",
"name": "",
"percentage_included": 0,
"project_id": 0,
"revision": 0,
"update_url": "",
"updated_time": "",
"url": "",
"urn": "",
"variables": {
"additionalProperties1": {
"is_default": true,
"key": "",
"type": "",
"value": ""
}
}
}
eoc_flags_variation-通过id删除
接口地址:/jeecg-boot/flags/projects/{project_id}/flags/{flag_key}/variations/{key}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_flags_variation-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flag_key | flag_key | path | true | string | |
key | key | path | true | string | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_groups
eoc_groups-编辑
接口地址:/jeecg-boot/api/v1/groups/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_groups-编辑
请求示例:
{
"archived": true,
"available_traffic": 0,
"created": "",
"description": "",
"entities": [
{
"id": 0,
"kind": "",
"name": "",
"status": "",
"weight": 0
}
],
"id": 0,
"last_modified": "",
"name": "",
"policy": "",
"project_id": 0,
"public_entities": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
groups | eoc_groups | body | true | eoc_groups对象 | eoc_groups对象 |
archived | archived | false | boolean | ||
available_traffic | available_traffic | false | integer(int32) | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
entities | entities | false | array | EntitiesVo | |
id | false | integer | |||
kind | false | string | |||
name | false | string | |||
status | false | string | |||
weight | false | integer | |||
id | 主键 | false | integer(int64) | ||
last_modified | 更新日期 | false | string(date-time) | ||
name | name | false | string | ||
policy | policy | false | string | ||
project_id | project_id | false | integer(int64) | ||
public_entities | public_entities | false | array | object | |
weight_distributions | weight_distributions | false | array | object | |
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_groups对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
available_traffic | available_traffic | integer(int32) | integer(int32) |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
entities | entities | array | EntitiesVo |
id | integer(int64) | ||
kind | string | ||
name | string | ||
status | string | ||
weight | integer(int64) | ||
id | 主键 | integer(int64) | integer(int64) |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
policy | policy | string | |
project_id | project_id | integer(int64) | integer(int64) |
public_entities | public_entities | array | |
weight_distributions | weight_distributions | array |
响应示例:
{
"archived": true,
"available_traffic": 0,
"created": "",
"description": "",
"entities": [
{
"id": 0,
"kind": "",
"name": "",
"status": "",
"weight": 0
}
],
"id": 0,
"last_modified": "",
"name": "",
"policy": "",
"project_id": 0,
"public_entities": [],
"weight_distributions": []
}
eoc_groups-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/groups
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_groups-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_groups对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
available_traffic | available_traffic | integer(int32) | integer(int32) |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
entities | entities | array | EntitiesVo |
id | integer(int64) | ||
kind | string | ||
name | string | ||
status | string | ||
weight | integer(int64) | ||
id | 主键 | integer(int64) | integer(int64) |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
policy | policy | string | |
project_id | project_id | integer(int64) | integer(int64) |
public_entities | public_entities | array | |
weight_distributions | weight_distributions | array |
响应示例:
[
{
"archived": true,
"available_traffic": 0,
"created": "",
"description": "",
"entities": [
{
"id": 0,
"kind": "",
"name": "",
"status": "",
"weight": 0
}
],
"id": 0,
"last_modified": "",
"name": "",
"policy": "",
"project_id": 0,
"public_entities": [],
"weight_distributions": []
}
]
eoc_groups-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/groups
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_groups-添加
请求示例:
{
"archived": true,
"available_traffic": 0,
"created": "",
"description": "",
"entities": [
{
"id": 0,
"kind": "",
"name": "",
"status": "",
"weight": 0
}
],
"id": 0,
"last_modified": "",
"name": "",
"policy": "",
"project_id": 0,
"public_entities": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
groups | eoc_groups | body | true | eoc_groups对象 | eoc_groups对象 |
archived | archived | false | boolean | ||
available_traffic | available_traffic | false | integer(int32) | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
entities | entities | false | array | EntitiesVo | |
id | false | integer | |||
kind | false | string | |||
name | false | string | |||
status | false | string | |||
weight | false | integer | |||
id | 主键 | false | integer(int64) | ||
last_modified | 更新日期 | false | string(date-time) | ||
name | name | false | string | ||
policy | policy | false | string | ||
project_id | project_id | false | integer(int64) | ||
public_entities | public_entities | false | array | object | |
weight_distributions | weight_distributions | false | array | object | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_groups对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
available_traffic | available_traffic | integer(int32) | integer(int32) |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
entities | entities | array | EntitiesVo |
id | integer(int64) | ||
kind | string | ||
name | string | ||
status | string | ||
weight | integer(int64) | ||
id | 主键 | integer(int64) | integer(int64) |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
policy | policy | string | |
project_id | project_id | integer(int64) | integer(int64) |
public_entities | public_entities | array | |
weight_distributions | weight_distributions | array |
响应示例:
{
"archived": true,
"available_traffic": 0,
"created": "",
"description": "",
"entities": [
{
"id": 0,
"kind": "",
"name": "",
"status": "",
"weight": 0
}
],
"id": 0,
"last_modified": "",
"name": "",
"policy": "",
"project_id": 0,
"public_entities": [],
"weight_distributions": []
}
eoc_layer
eoc_layer-复制
接口地址:/jeecg-boot/api/v1/layer/duplicate
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer-复制
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer_id | layer_id | query | true | integer(int64) | |
project_id | project_id | query | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_layer-通过id查询
接口地址:/jeecg-boot/api/v1/layers/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_layer对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | |
create_time | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
earliest_original | 最早的原创 | string(date-time) | string(date-time) |
enabled | boolean | ||
experiment_ids | 实验ID | array | |
holdback | 阻碍 | integer(int32) | integer(int32) |
id | layerc层ID | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
secondary_metrics | 次要指标 | array | |
section_ids | 章节ID | array | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
view_ids | 查看ID | array | |
weight_distributions | 权重分布 | array |
响应示例:
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
eoc_layer-编辑
接口地址:/jeecg-boot/api/v1/layers/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer-编辑
请求示例:
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
layer | eoc_layer | body | true | eoc_layer对象 | eoc_layer对象 |
activation_options | 激活选项 | false | string | ||
activation_type | 激活类型 | false | string | ||
archived | 是否存档 | false | boolean | ||
changes | layer层变化 | false | array | object | |
create_time | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
decision_metadata | 决策元数据 | false | object | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string(date-time) | ||
earliest_original | 最早的原创 | false | string(date-time) | ||
enabled | false | boolean | |||
experiment_ids | 实验ID | false | array | integer | |
holdback | 阻碍 | false | integer(int32) | ||
id | layerc层ID | false | integer(int64) | ||
integration_settings | 集成设置 | false | array | object | |
last_modified | 最后修改时间 | false | string(date-time) | ||
latest | 最新 | false | string(date-time) | ||
layer_results_api_token | 层结果API令牌 | false | string | ||
metrics | 主要指标 | false | array | object | |
metrics_scope | 指标范围 | false | string | ||
name | 名称 | false | string | ||
outlier_filter | 离群值过滤器 | false | object | ||
policy | 政策 | false | string | ||
primary_metric | 主要指标 | false | object | ||
project_id | 工程项目ID | false | integer(int64) | ||
secondary_metrics | 次要指标 | false | array | object | |
section_ids | 章节ID | false | array | integer | |
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
url_targeting | 网址定位 | false | UrlTargeting | UrlTargeting | |
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | 权重分布 | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_layer对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | |
create_time | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
earliest_original | 最早的原创 | string(date-time) | string(date-time) |
enabled | boolean | ||
experiment_ids | 实验ID | array | |
holdback | 阻碍 | integer(int32) | integer(int32) |
id | layerc层ID | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
secondary_metrics | 次要指标 | array | |
section_ids | 章节ID | array | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
view_ids | 查看ID | array | |
weight_distributions | 权重分布 | array |
响应示例:
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
eoc_layer-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/layers
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_layer对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
activation_options | 激活选项 | string | |
activation_type | 激活类型 | string | |
archived | 是否存档 | boolean | |
changes | layer层变化 | array | |
create_time | 创建时间1 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
decision_metadata | 决策元数据 | object | |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
earliest_original | 最早的原创 | string(date-time) | string(date-time) |
enabled | boolean | ||
experiment_ids | 实验ID | array | |
holdback | 阻碍 | integer(int32) | integer(int32) |
id | layerc层ID | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_results_api_token | 层结果API令牌 | string | |
metrics | 主要指标 | array | |
metrics_scope | 指标范围 | string | |
name | 名称 | string | |
outlier_filter | 离群值过滤器 | object | |
policy | 政策 | string | |
primary_metric | 主要指标 | object | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
secondary_metrics | 次要指标 | array | |
section_ids | 章节ID | array | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
url_targeting | 网址定位 | UrlTargeting | UrlTargeting |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
view_ids | 查看ID | array | |
weight_distributions | 权重分布 | array |
响应示例:
[
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
]
eoc_layer-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/layers
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer-添加
请求示例:
{
"activation_options": "",
"activation_type": "",
"archived": true,
"changes": [],
"create_time": "",
"created": "",
"decision_metadata": {},
"description": "",
"earliest": "",
"earliest_original": "",
"enabled": true,
"experiment_ids": [],
"holdback": 0,
"id": 0,
"integration_settings": [],
"last_modified": "",
"latest": "",
"layer_results_api_token": "",
"metrics": [],
"metrics_scope": "",
"name": "",
"outlier_filter": {},
"policy": "",
"primary_metric": {},
"project_id": 0,
"secondary_metrics": [],
"section_ids": [],
"stats_config": {},
"status": "",
"type": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"view_ids": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer | eoc_layer | body | true | eoc_layer对象 | eoc_layer对象 |
activation_options | 激活选项 | false | string | ||
activation_type | 激活类型 | false | string | ||
archived | 是否存档 | false | boolean | ||
changes | layer层变化 | false | array | object | |
create_time | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
decision_metadata | 决策元数据 | false | object | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string(date-time) | ||
earliest_original | 最早的原创 | false | string(date-time) | ||
enabled | false | boolean | |||
experiment_ids | 实验ID | false | array | integer | |
holdback | 阻碍 | false | integer(int32) | ||
id | layerc层ID | false | integer(int64) | ||
integration_settings | 集成设置 | false | array | object | |
last_modified | 最后修改时间 | false | string(date-time) | ||
latest | 最新 | false | string(date-time) | ||
layer_results_api_token | 层结果API令牌 | false | string | ||
metrics | 主要指标 | false | array | object | |
metrics_scope | 指标范围 | false | string | ||
name | 名称 | false | string | ||
outlier_filter | 离群值过滤器 | false | object | ||
policy | 政策 | false | string | ||
primary_metric | 主要指标 | false | object | ||
project_id | 工程项目ID | false | integer(int64) | ||
secondary_metrics | 次要指标 | false | array | object | |
section_ids | 章节ID | false | array | integer | |
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
url_targeting | 网址定位 | false | UrlTargeting | UrlTargeting | |
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | 权重分布 | false | array | object | |
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_layer-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/layers/summaries
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_layer_experiment
eoc_layer_experiment-查询所有实验名称
接口地址:/jeecg-boot/api/v1/layer_experiments
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer_experiment-查询所有实验名称
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象0 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_id | 层ID | integer(int64) | integer(int64) |
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array |
响应示例:
[
{
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_experiment_results_api_token": "",
"layer_id": 0,
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"use_custom_weight_distributions": true,
"version_traffic_adjustable": true,
"view_ids": []
}
]
eoc_layer_experiment-分页列表查询
接口地址:/jeecg-boot/api/v1/layer_experiments/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer_experiment-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
allocation_policy | 分配策略 | query | false | string | |
archived | query | false | boolean | ||
audience_conditions | 受众条件 | query | false | string | |
audience_ids | 受众ID | query | false | array | integer |
audience_match_type | 受众匹配类型 | query | false | string | |
audience_name | 受众名字 | query | false | string | |
bucketing_strategy | 分桶策略 | query | false | string | |
changes.innerMap | query | false | object | ||
confidence_level | query | false | integer(int32) | ||
create_time | 创建时间 | query | false | string(date-time) | |
createBy | 创建人 | query | false | string | |
created | 创建时间1 | query | false | string(date-time) | |
description | 描述 | query | false | string | |
earliest | 最早 | query | false | string(date-time) | |
enabled | query | false | boolean | ||
environments.innerMap | query | false | object | ||
feature_flag_id | 功能标志ID | query | false | integer(int64) | |
feature_flag_key | 功能标志key键 | query | false | string | |
feature_flag_name | 功能标志名字 | query | false | string | |
forced_variations[0].innerMap | query | false | object | ||
id | id | query | false | integer(int64) | |
integration_settings[0].innerMap | query | false | object | ||
is_launched | 是否已启动 | query | false | boolean | |
ispushexperiment | query | false | boolean | ||
key | 关键key值 | query | false | string | |
last_modified | 上一次修改时间 | query | false | string(date-time) | |
latest | 最新 | query | false | string(date-time) | |
layer_experiment_results_api_token | 层实验结果api令牌 | query | false | string | |
layer_id | 层ID | query | false | integer(int64) | |
metrics | metrics | query | false | array | object |
mode_params.innerMap | query | false | object | ||
multivariate_traffic_policy | 多变量流量策略 | query | false | string | |
name | 名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
percentage_included | 包含百分比 | query | false | integer(int32) | |
platform | 平台 | query | false | string | |
project_id | 工程项目ID | query | false | integer(int64) | |
project_name | 项目名称 | query | false | string | |
push_experiment | 推送实验数据 | query | false | string | |
schedule.innerMap | query | false | object | ||
stats_config.innerMap | query | false | object | ||
status | 状态 | query | false | string | |
type | 类型 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新时间 | query | false | string(date-time) | |
use_custom_weight_distributions | 是否使用自定义权重分布 | query | false | boolean | |
version_traffic_adjustable | query | false | boolean | ||
view_ids | 查看ID | query | false | array | integer |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象0 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_id | 层ID | integer(int64) | integer(int64) |
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array |
响应示例:
[
{
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_experiment_results_api_token": "",
"layer_id": 0,
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"use_custom_weight_distributions": true,
"version_traffic_adjustable": true,
"view_ids": []
}
]
eoc_layer_experiment-通过id查询
接口地址:/jeecg-boot/api/v1/layer_experiments/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer_experiment-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_changes | array | ||
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | integer(int32) | |
layer_id | 层ID | integer(int64) | integer(int64) |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | ||
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | |
weight_distributions | array |
响应示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
eoc_layer_experiment-编辑
接口地址:/jeecg-boot/api/v1/layer_experiments/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer_experiment-编辑
请求示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
layerExperimentVo | eoc_layer_experiment | body | true | eoc_experiment对象 | eoc_experiment对象 |
actual_status | false | string | |||
allocation_policy | 分配策略 | false | string | ||
archived | false | boolean | |||
audience_conditions | 受众条件 | false | string | ||
audience_ids | 受众ID | false | array | integer | |
audience_match_type | 受众匹配类型 | false | string | ||
audience_name | 受众名字 | false | string | ||
bucketing_strategy | 分桶策略 | false | string | ||
changes | 改变 | false | object | ||
confidence_level | false | integer(int32) | |||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string(date-time) | ||
created | 创建时间1 | false | string(date-time) | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string(date-time) | ||
enabled | false | boolean | |||
environments | environments | false | object | ||
feature_flag_id | 功能标志ID | false | integer(int64) | ||
feature_flag_key | 功能标志key键 | false | string | ||
feature_flag_name | 功能标志名字 | false | string | ||
forced_variations | 强制变化 | false | array | object | |
id | id | false | integer(int64) | ||
integration_settings | 集成设置 | false | array | object | |
is_launched | 是否已启动 | false | boolean | ||
ispushexperiment | false | boolean | |||
key | 关键key值 | false | string | ||
last_modified | 上一次修改时间 | false | string(date-time) | ||
latest | 最新 | false | string(date-time) | ||
layer_changes | false | array | object | ||
layer_experiment_results_api_token | 层实验结果api令牌 | false | string | ||
layer_holdback | false | integer(int32) | |||
layer_id | 层ID | false | integer(int64) | ||
layer_policy | false | string | |||
layer_results_api_token | false | string | |||
layer_status | false | string | |||
layer_view_ids | false | array | integer | ||
metrics | metrics | false | array | object | |
mode_params | false | object | |||
multivariate_traffic_policy | 多变量流量策略 | false | string | ||
name | 名称 | false | string | ||
percentage_included | 包含百分比 | false | integer(int32) | ||
platform | 平台 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
project_name | 项目名称 | false | string | ||
push_experiment | 推送实验数据 | false | string | ||
schedule | 日程表 | false | object | ||
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) | ||
url_targeting | false | UrlTargeting | UrlTargeting | ||
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
use_custom_weight_distributions | 是否使用自定义权重分布 | false | boolean | ||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
version_traffic_adjustable | false | boolean | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | false | array | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_changes | array | ||
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | integer(int32) | |
layer_id | 层ID | integer(int64) | integer(int64) |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | ||
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | |
weight_distributions | array |
响应示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
eoc_layer_experiment-编辑
接口地址:/jeecg-boot/api/v1/layer_experiments/{id}/variations/{variation_id}/views/{view_id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer_experiment-编辑
请求示例:
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
action | eoc_variation_action | body | true | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | false | array | object | |
project_id | false | integer(int64) | |||
share_link | share_link | false | string | ||
variation_id | false | integer(int64) | |||
view_id | 主键 | false | integer(int64) | ||
id | id | path | true | integer(int64) | |
variation_id | variation_id | path | true | integer(int64) | |
view_id | view_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_changes | array | ||
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | integer(int32) | |
layer_id | 层ID | integer(int64) | integer(int64) |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | ||
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | |
weight_distributions | array |
响应示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
eoc_layer_experiments-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/layer_experiments
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_layer_experiments-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_changes | array | ||
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | integer(int32) | |
layer_id | 层ID | integer(int64) | integer(int64) |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | ||
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | |
weight_distributions | array |
响应示例:
[
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
]
eoc_layer_experiment-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/layer_experiments
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_layer_experiment-添加
请求示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layerExperimentVo | eoc_layer_experiment | body | true | eoc_experiment对象 | eoc_experiment对象 |
actual_status | false | string | |||
allocation_policy | 分配策略 | false | string | ||
archived | false | boolean | |||
audience_conditions | 受众条件 | false | string | ||
audience_ids | 受众ID | false | array | integer | |
audience_match_type | 受众匹配类型 | false | string | ||
audience_name | 受众名字 | false | string | ||
bucketing_strategy | 分桶策略 | false | string | ||
changes | 改变 | false | object | ||
confidence_level | false | integer(int32) | |||
createBy | 创建人 | false | string | ||
create_time | 创建时间 | false | string(date-time) | ||
created | 创建时间1 | false | string(date-time) | ||
description | 描述 | false | string | ||
earliest | 最早 | false | string(date-time) | ||
enabled | false | boolean | |||
environments | environments | false | object | ||
feature_flag_id | 功能标志ID | false | integer(int64) | ||
feature_flag_key | 功能标志key键 | false | string | ||
feature_flag_name | 功能标志名字 | false | string | ||
forced_variations | 强制变化 | false | array | object | |
id | id | false | integer(int64) | ||
integration_settings | 集成设置 | false | array | object | |
is_launched | 是否已启动 | false | boolean | ||
ispushexperiment | false | boolean | |||
key | 关键key值 | false | string | ||
last_modified | 上一次修改时间 | false | string(date-time) | ||
latest | 最新 | false | string(date-time) | ||
layer_changes | false | array | object | ||
layer_experiment_results_api_token | 层实验结果api令牌 | false | string | ||
layer_holdback | false | integer(int32) | |||
layer_id | 层ID | false | integer(int64) | ||
layer_policy | false | string | |||
layer_results_api_token | false | string | |||
layer_status | false | string | |||
layer_view_ids | false | array | integer | ||
metrics | metrics | false | array | object | |
mode_params | false | object | |||
multivariate_traffic_policy | 多变量流量策略 | false | string | ||
name | 名称 | false | string | ||
percentage_included | 包含百分比 | false | integer(int32) | ||
platform | 平台 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
project_name | 项目名称 | false | string | ||
push_experiment | 推送实验数据 | false | string | ||
schedule | 日程表 | false | object | ||
stats_config | 统计配置 | false | object | ||
status | 状态 | false | string | ||
type | 类型 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) | ||
url_targeting | false | UrlTargeting | UrlTargeting | ||
activation_code | false | string | |||
activation_type | false | string | |||
api_name | false | string | |||
conditions | false | string | |||
deactivation_enabled | false | boolean | |||
edit_url | false | string | |||
undo_on_deactivation | false | boolean | |||
view_id | false | integer | |||
use_custom_weight_distributions | 是否使用自定义权重分布 | false | boolean | ||
variations | false | array | eoc_variation对象 | ||
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string | |||
default_ruleset_id | false | integer | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer | |||
name | 名字 | false | string | ||
project_id | false | integer | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer | ||
weight | 比重 | false | integer | ||
weight_fixed | false | integer | |||
weight_min | false | integer | |||
version_traffic_adjustable | false | boolean | |||
view_ids | 查看ID | false | array | integer | |
weight_distributions | false | array | object | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_experiment对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | integer(int32) | |
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | string(date-time) |
created | 创建时间1 | string(date-time) | string(date-time) |
description | 描述 | string | |
earliest | 最早 | string(date-time) | string(date-time) |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | integer(int64) |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | |
id | id | integer(int64) | integer(int64) |
integration_settings | 集成设置 | array | |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | string(date-time) |
latest | 最新 | string(date-time) | string(date-time) |
layer_changes | array | ||
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | integer(int32) | |
layer_id | 层ID | integer(int64) | integer(int64) |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | ||
metrics | metrics | array | |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | integer(int32) |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | integer(int64) |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | string(date-time) |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer(int64) | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | |
weight_distributions | array |
响应示例:
{
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
}
实验表-添加
接口地址:/jeecg-boot/experiment/eocLayerExperiment/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
实验表-添加
请求示例:
{
"createBy": "",
"description": "",
"id": 0,
"ispushexperiment": true,
"layerId": 0,
"metrics_ids": [],
"name": "",
"owners": [],
"projectId": "",
"pushExperiment": "",
"status": 0,
"step": 0,
"tags": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pushExperimentVo | pushExperimentVo | body | true | PushExperimentVo | PushExperimentVo |
createBy | false | string | |||
description | false | string | |||
id | false | integer(int64) | |||
ispushexperiment | false | boolean | |||
layerId | false | integer(int64) | |||
metrics_ids | false | array | object | ||
name | false | string | |||
owners | false | array | string | ||
projectId | false | string | |||
pushExperiment | false | string | |||
status | false | integer(int32) | |||
step | false | integer(int32) | |||
tags | false | array | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验表-编辑
接口地址:/jeecg-boot/experiment/eocLayerExperiment/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
实验表-添加
请求示例:
{
"createBy": "",
"description": "",
"id": 0,
"ispushexperiment": true,
"layerId": 0,
"metrics_ids": [],
"name": "",
"owners": [],
"projectId": "",
"pushExperiment": "",
"status": 0,
"step": 0,
"tags": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pushExperimentVo | pushExperimentVo | body | true | PushExperimentVo | PushExperimentVo |
createBy | false | string | |||
description | false | string | |||
id | false | integer(int64) | |||
ispushexperiment | false | boolean | |||
layerId | false | integer(int64) | |||
metrics_ids | false | array | object | ||
name | false | string | |||
owners | false | array | string | ||
projectId | false | string | |||
pushExperiment | false | string | |||
status | false | integer(int32) | |||
step | false | integer(int32) | |||
tags | false | array | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_experiment对象» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_experiment对象 | eoc_experiment对象 |
actual_status | string | ||
allocation_policy | 分配策略 | string | |
archived | boolean | ||
audience_conditions | 受众条件 | string | |
audience_ids | 受众ID | array | integer |
audience_match_type | 受众匹配类型 | string | |
audience_name | 受众名字 | string | |
bucketing_strategy | 分桶策略 | string | |
changes | 改变 | object | |
confidence_level | integer(int32) | ||
createBy | 创建人 | string | |
create_time | 创建时间 | string(date-time) | |
created | 创建时间1 | string(date-time) | |
description | 描述 | string | |
earliest | 最早 | string(date-time) | |
enabled | boolean | ||
environments | environments | object | |
feature_flag_id | 功能标志ID | integer(int64) | |
feature_flag_key | 功能标志key键 | string | |
feature_flag_name | 功能标志名字 | string | |
forced_variations | 强制变化 | array | object |
id | id | integer(int64) | |
integration_settings | 集成设置 | array | object |
is_launched | 是否已启动 | boolean | |
ispushexperiment | boolean | ||
key | 关键key值 | string | |
last_modified | 上一次修改时间 | string(date-time) | |
latest | 最新 | string(date-time) | |
layer_changes | array | object | |
layer_experiment_results_api_token | 层实验结果api令牌 | string | |
layer_holdback | integer(int32) | ||
layer_id | 层ID | integer(int64) | |
layer_policy | string | ||
layer_results_api_token | string | ||
layer_status | string | ||
layer_view_ids | array | integer | |
metrics | metrics | array | object |
mode_params | object | ||
multivariate_traffic_policy | 多变量流量策略 | string | |
name | 名称 | string | |
percentage_included | 包含百分比 | integer(int32) | |
platform | 平台 | string | |
project_id | 工程项目ID | integer(int64) | |
project_name | 项目名称 | string | |
push_experiment | 推送实验数据 | string | |
schedule | 日程表 | object | |
stats_config | 统计配置 | object | |
status | 状态 | string | |
type | 类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新时间 | string(date-time) | |
url_targeting | UrlTargeting | UrlTargeting | |
activation_code | string | ||
activation_type | string | ||
api_name | string | ||
conditions | string | ||
deactivation_enabled | boolean | ||
edit_url | string | ||
undo_on_deactivation | boolean | ||
view_id | integer | ||
use_custom_weight_distributions | 是否使用自定义权重分布 | boolean | |
variations | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
version_traffic_adjustable | boolean | ||
view_ids | 查看ID | array | integer |
weight_distributions | array | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"actual_status": "",
"allocation_policy": "",
"archived": true,
"audience_conditions": "",
"audience_ids": [],
"audience_match_type": "",
"audience_name": "",
"bucketing_strategy": "",
"changes": {},
"confidence_level": 0,
"createBy": "",
"create_time": "",
"created": "",
"description": "",
"earliest": "",
"enabled": true,
"environments": {},
"feature_flag_id": 0,
"feature_flag_key": "",
"feature_flag_name": "",
"forced_variations": [],
"id": 0,
"integration_settings": [],
"is_launched": true,
"ispushexperiment": true,
"key": "",
"last_modified": "",
"latest": "",
"layer_changes": [],
"layer_experiment_results_api_token": "",
"layer_holdback": 0,
"layer_id": 0,
"layer_policy": "",
"layer_results_api_token": "",
"layer_status": "",
"layer_view_ids": [],
"metrics": [],
"mode_params": {},
"multivariate_traffic_policy": "",
"name": "",
"percentage_included": 0,
"platform": "",
"project_id": 0,
"project_name": "",
"push_experiment": "",
"schedule": {},
"stats_config": {},
"status": "",
"type": "",
"updateBy": "",
"updateTime": "",
"url_targeting": {
"activation_code": "",
"activation_type": "",
"api_name": "",
"conditions": "",
"deactivation_enabled": true,
"edit_url": "",
"undo_on_deactivation": true,
"view_id": 0
},
"use_custom_weight_distributions": true,
"variations": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"version_traffic_adjustable": true,
"view_ids": [],
"weight_distributions": []
},
"success": true,
"timestamp": 0
}
推送实验 用户属性
接口地址:/jeecg-boot/experiment/eocLayerExperiment/getPushLayerAttributeList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
推送实验 用户属性
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«PushAttributeVo»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | PushAttributeVo |
description | string | ||
id | integer(int64) | ||
inner_key | string | ||
key | string | ||
name | string | ||
op | array | object | |
options | array | object | |
owner | array | integer | |
product_ids | array | integer | |
source_type | string | ||
type | string | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"description": "",
"id": 0,
"inner_key": "",
"key": "",
"name": "",
"op": [],
"options": [],
"owner": [],
"product_ids": [],
"source_type": "",
"type": ""
}
],
"success": true,
"timestamp": 0
}
eoc_live
eoc_live-编辑
接口地址:/jeecg-boot/api/v1/layers/{layer_id}/live/
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_live-编辑
请求示例:
{
"active": true,
"commit_id": 0,
"created": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"project_code_revision": 0,
"project_id": 0,
"tag_name": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer_id | layer_id | path | true | integer(int64) | |
live | eoc_live | body | true | eoc_live对象 | eoc_live对象 |
active | active | false | boolean | ||
commit_id | commit_id | false | integer(int64) | ||
created | 创建日期 | false | string(date-time) | ||
id | 主键 | false | integer(int64) | ||
last_modified | false | string(date-time) | |||
layer_id | layer_id | false | integer(int64) | ||
project_code_revision | project_code_revision | false | integer(int32) | ||
project_id | project_id | false | integer(int64) | ||
tag_name | tag_name | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_live对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
active | active | boolean | |
commit_id | commit_id | integer(int64) | integer(int64) |
created | 创建日期 | string(date-time) | string(date-time) |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_id | layer_id | integer(int64) | integer(int64) |
project_code_revision | project_code_revision | integer(int32) | integer(int32) |
project_id | project_id | integer(int64) | integer(int64) |
tag_name | tag_name | string |
响应示例:
{
"active": true,
"commit_id": 0,
"created": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"project_code_revision": 0,
"project_id": 0,
"tag_name": ""
}
eoc_live-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/live
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_live-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_live对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
active | active | boolean | |
commit_id | commit_id | integer(int64) | integer(int64) |
created | 创建日期 | string(date-time) | string(date-time) |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_id | layer_id | integer(int64) | integer(int64) |
project_code_revision | project_code_revision | integer(int32) | integer(int32) |
project_id | project_id | integer(int64) | integer(int64) |
tag_name | tag_name | string |
响应示例:
[
{
"active": true,
"commit_id": 0,
"created": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"project_code_revision": 0,
"project_id": 0,
"tag_name": ""
}
]
eoc_live-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/live
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_live-添加
请求示例:
{
"active": true,
"commit_id": 0,
"created": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"project_code_revision": 0,
"project_id": 0,
"tag_name": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
live | eoc_live | body | true | eoc_live对象 | eoc_live对象 |
active | active | false | boolean | ||
commit_id | commit_id | false | integer(int64) | ||
created | 创建日期 | false | string(date-time) | ||
id | 主键 | false | integer(int64) | ||
last_modified | false | string(date-time) | |||
layer_id | layer_id | false | integer(int64) | ||
project_code_revision | project_code_revision | false | integer(int32) | ||
project_id | project_id | false | integer(int64) | ||
tag_name | tag_name | false | string | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_live对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
active | active | boolean | |
commit_id | commit_id | integer(int64) | integer(int64) |
created | 创建日期 | string(date-time) | string(date-time) |
id | 主键 | integer(int64) | integer(int64) |
last_modified | string(date-time) | string(date-time) | |
layer_id | layer_id | integer(int64) | integer(int64) |
project_code_revision | project_code_revision | integer(int32) | integer(int32) |
project_id | project_id | integer(int64) | integer(int64) |
tag_name | tag_name | string |
响应示例:
{
"active": true,
"commit_id": 0,
"created": "",
"id": 0,
"last_modified": "",
"layer_id": 0,
"project_code_revision": 0,
"project_id": 0,
"tag_name": ""
}
eoc_oauth_clients
eoc_eoc_oauth_clients-根据accountID和filter查询eoc_oauth_clients
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/oauth_clients
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_eoc_oauth_clients-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_oauth_clients对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
client_id | string | ||
client_secret | client_secret | string | |
client_type | client_type | string | |
id | 主键 | integer(int64) | integer(int64) |
master_label | master_label | string | |
redirect_uris | redirect_uris | array |
响应示例:
[
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
]
eoc_oauth_clients-添加
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/oauth_clients
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_oauth_clients-添加
请求示例:
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) | |
oauthClients | eoc_oauth_clients | body | true | eoc_oauth_clients对象 | eoc_oauth_clients对象 |
account_id | account_id | false | integer(int64) | ||
client_id | false | string | |||
client_secret | client_secret | false | string | ||
client_type | client_type | false | string | ||
id | 主键 | false | integer(int64) | ||
master_label | master_label | false | string | ||
redirect_uris | redirect_uris | false | array | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_oauth_clients对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
client_id | string | ||
client_secret | client_secret | string | |
client_type | client_type | string | |
id | 主键 | integer(int64) | integer(int64) |
master_label | master_label | string | |
redirect_uris | redirect_uris | array |
响应示例:
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
eoc_oauth_clients-批量删除
接口地址:/jeecg-boot/api/v1/oauth_clients/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oauth_clients-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oauth_clients-分页列表查询
接口地址:/jeecg-boot/api/v1/oauth_clients/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oauth_clients-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | query | false | integer(int64) | |
client_id | query | false | string | ||
client_secret | client_secret | query | false | string | |
client_type | client_type | query | false | string | |
id | 主键 | query | false | integer(int64) | |
master_label | master_label | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
redirect_uris | redirect_uris | query | false | array | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_oauth_clients对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_oauth_clients对象» | IPage«eoc_oauth_clients对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_oauth_clients对象 | |
account_id | account_id | integer | |
client_id | string | ||
client_secret | client_secret | string | |
client_type | client_type | string | |
id | 主键 | integer | |
master_label | master_label | string | |
redirect_uris | redirect_uris | array | string |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_oauth_clients-通过id查询
接口地址:/jeecg-boot/api/v1/oauth_clients/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oauth_clients-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_oauth_clients对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_oauth_clients对象 | eoc_oauth_clients对象 |
account_id | account_id | integer(int64) | |
client_id | string | ||
client_secret | client_secret | string | |
client_type | client_type | string | |
id | 主键 | integer(int64) | |
master_label | master_label | string | |
redirect_uris | redirect_uris | array | string |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
},
"success": true,
"timestamp": 0
}
eoc_oauth_clients-编辑
接口地址:/jeecg-boot/api/v1/oauth_clients/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_oauth_clients-编辑
请求示例:
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
oauthClients | eoc_oauth_clients | body | true | eoc_oauth_clients对象 | eoc_oauth_clients对象 |
account_id | account_id | false | integer(int64) | ||
client_id | false | string | |||
client_secret | client_secret | false | string | ||
client_type | client_type | false | string | ||
id | 主键 | false | integer(int64) | ||
master_label | master_label | false | string | ||
redirect_uris | redirect_uris | false | array | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_oauth_clients对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
client_id | string | ||
client_secret | client_secret | string | |
client_type | client_type | string | |
id | 主键 | integer(int64) | integer(int64) |
master_label | master_label | string | |
redirect_uris | redirect_uris | array |
响应示例:
{
"account_id": 0,
"client_id": "",
"client_secret": "",
"client_type": "",
"id": 0,
"master_label": "",
"redirect_uris": []
}
eoc_oauth_clients-通过id删除
接口地址:/jeecg-boot/api/v1/oauth_clients/{id}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oauth_clients-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event
eoc_oem_event-添加
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_oem_event-添加
请求示例:
{
"activatedTime": "",
"attributesEntityId": "",
"attributesKey": "",
"attributesType": "",
"attributesValue": "",
"clientName": "",
"envName": "",
"eventId": 0,
"eventKey": "",
"eventName": "",
"eventType": "",
"experimentId": 0,
"experimentName": "",
"flagId": 0,
"flagKey": "",
"flagName": "",
"id": "",
"projectId": 0,
"projectName": "",
"severTime": "",
"timestamp": "",
"variationId": 0,
"variationName": "",
"visitorId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
visitorEvent | event | body | true | event对象Req | event对象Req |
activatedTime | 激活时间 | false | string(date-time) | ||
attributesEntityId | 属性id | false | string | ||
attributesKey | 属性key | false | string | ||
attributesType | 事件类型 | false | string | ||
attributesValue | 属性值 | false | string | ||
clientName | sdk名称 | false | string | ||
envName | envName | false | string | ||
eventId | 事件ID | false | integer(int32) | ||
eventKey | 事件KEY | false | string | ||
eventName | 事件名称 | false | string | ||
eventType | 事件类型 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
flagId | flagKey | false | integer(int64) | ||
flagKey | flagKey | false | string | ||
flagName | flagKey | false | string | ||
id | 主键 | false | string | ||
projectId | 项目ID | false | integer(int32) | ||
projectName | 项目名称 | false | string | ||
severTime | 服务时间 | false | string(date-time) | ||
timestamp | 服务时间 | false | string(date-time) | ||
variationId | 版本ID | false | integer(int32) | ||
variationName | 版本名称 | false | string | ||
visitorId | 访客ID | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event-通过id删除
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oem_event-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event-批量删除
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oem_event-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event-编辑
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_oem_event-编辑
请求示例:
{
"activatedTime": "",
"attributesEntityId": "",
"attributesKey": "",
"attributesType": "",
"attributesValue": "",
"clientName": "",
"envName": "",
"eventId": 0,
"eventKey": "",
"eventName": "",
"eventType": "",
"experimentId": 0,
"experimentName": "",
"flagId": 0,
"flagKey": "",
"flagName": "",
"id": "",
"projectId": 0,
"projectName": "",
"severTime": "",
"timestamp": "",
"variationId": 0,
"variationName": "",
"visitorId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
visitorEvent | event | body | true | event对象Req | event对象Req |
activatedTime | 激活时间 | false | string(date-time) | ||
attributesEntityId | 属性id | false | string | ||
attributesKey | 属性key | false | string | ||
attributesType | 事件类型 | false | string | ||
attributesValue | 属性值 | false | string | ||
clientName | sdk名称 | false | string | ||
envName | envName | false | string | ||
eventId | 事件ID | false | integer(int32) | ||
eventKey | 事件KEY | false | string | ||
eventName | 事件名称 | false | string | ||
eventType | 事件类型 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
flagId | flagKey | false | integer(int64) | ||
flagKey | flagKey | false | string | ||
flagName | flagKey | false | string | ||
id | 主键 | false | string | ||
projectId | 项目ID | false | integer(int32) | ||
projectName | 项目名称 | false | string | ||
severTime | 服务时间 | false | string(date-time) | ||
timestamp | 服务时间 | false | string(date-time) | ||
variationId | 版本ID | false | integer(int32) | ||
variationName | 版本名称 | false | string | ||
visitorId | 访客ID | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event-编辑
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_oem_event-编辑
请求示例:
{
"activatedTime": "",
"attributesEntityId": "",
"attributesKey": "",
"attributesType": "",
"attributesValue": "",
"clientName": "",
"envName": "",
"eventId": 0,
"eventKey": "",
"eventName": "",
"eventType": "",
"experimentId": 0,
"experimentName": "",
"flagId": 0,
"flagKey": "",
"flagName": "",
"id": "",
"projectId": 0,
"projectName": "",
"severTime": "",
"timestamp": "",
"variationId": 0,
"variationName": "",
"visitorId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
visitorEvent | event | body | true | event对象Req | event对象Req |
activatedTime | 激活时间 | false | string(date-time) | ||
attributesEntityId | 属性id | false | string | ||
attributesKey | 属性key | false | string | ||
attributesType | 事件类型 | false | string | ||
attributesValue | 属性值 | false | string | ||
clientName | sdk名称 | false | string | ||
envName | envName | false | string | ||
eventId | 事件ID | false | integer(int32) | ||
eventKey | 事件KEY | false | string | ||
eventName | 事件名称 | false | string | ||
eventType | 事件类型 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
flagId | flagKey | false | integer(int64) | ||
flagKey | flagKey | false | string | ||
flagName | flagKey | false | string | ||
id | 主键 | false | string | ||
projectId | 项目ID | false | integer(int32) | ||
projectName | 项目名称 | false | string | ||
severTime | 服务时间 | false | string(date-time) | ||
timestamp | 服务时间 | false | string(date-time) | ||
variationId | 版本ID | false | integer(int32) | ||
variationName | 版本名称 | false | string | ||
visitorId | 访客ID | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_oem_event-分页列表查询
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oem_event-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
activatedTime | 激活时间 | query | false | string(date-time) | |
attributesEntityId | 属性id | query | false | string | |
attributesKey | 属性key | query | false | string | |
attributesType | 事件类型 | query | false | string | |
attributesValue | 属性值 | query | false | string | |
clientName | sdk名称 | query | false | string | |
envName | envName | query | false | string | |
eventId | 事件ID | query | false | integer(int32) | |
eventKey | 事件KEY | query | false | string | |
eventName | 事件名称 | query | false | string | |
eventType | 事件类型 | query | false | string | |
experimentId | 实验ID | query | false | integer(int32) | |
experimentName | 实验名称 | query | false | string | |
flagId | flagKey | query | false | integer(int64) | |
flagKey | flagKey | query | false | string | |
flagName | flagKey | query | false | string | |
id | 主键 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目ID | query | false | integer(int32) | |
projectName | 项目名称 | query | false | string | |
severTime | 服务时间 | query | false | string(date-time) | |
timestamp | 服务时间 | query | false | string(date-time) | |
variationId | 版本ID | query | false | integer(int32) | |
variationName | 版本名称 | query | false | string | |
visitorId | 访客ID | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«event对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«event对象» | IPage«event对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | event对象Res | |
activatedTime | 激活时间 | string | |
attributes | 属性 | array | object |
attributesEntityId | 属性id | string | |
attributesKey | 属性key | string | |
attributesType | 事件类型 | string | |
attributesValue | 属性值 | string | |
clientName | sdk名称 | string | |
decisionsData | decisions数据 | array | object |
dividingBuckets | 分桶数据 | array | object |
envName | envName | string | |
eventId | 事件ID | string | |
eventKey | 事件KEY | string | |
eventType | 事件类型 | string | |
events | 事件 | array | eoc_event_global对象 |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
experimentId | 实验ID | string | |
flagId | flagKey | integer | |
flagKey | flagKey | string | |
flagName | flagKey | string | |
id | 主键 | string | |
projectId | 项目ID | integer | |
projectName | 项目名称 | string | |
severTime | 服务时间 | string | |
timestamp | 服务时间 | string | |
variationId | 版本ID | string | |
variationKey | 版本KEY | string | |
visitorId | 访客ID | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"activatedTime": "",
"attributes": [],
"attributesEntityId": "",
"attributesKey": "",
"attributesType": "",
"attributesValue": "",
"clientName": "",
"decisionsData": [],
"dividingBuckets": [],
"envName": "",
"eventId": "",
"eventKey": "",
"eventType": "",
"events": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"experimentId": "",
"flagId": 0,
"flagKey": "",
"flagName": "",
"id": "",
"projectId": 0,
"projectName": "",
"severTime": "",
"timestamp": "",
"variationId": "",
"variationKey": "",
"visitorId": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_oem_event-通过id查询
接口地址:/jeecg-boot/oem.visitorEvent/visitorEvent/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_oem_event-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«event对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | event对象Res | event对象Res |
activatedTime | 激活时间 | string(date-time) | |
attributes | 属性 | array | object |
attributesEntityId | 属性id | string | |
attributesKey | 属性key | string | |
attributesType | 事件类型 | string | |
attributesValue | 属性值 | string | |
clientName | sdk名称 | string | |
decisionsData | decisions数据 | array | object |
dividingBuckets | 分桶数据 | array | object |
envName | envName | string | |
eventId | 事件ID | string | |
eventKey | 事件KEY | string | |
eventType | 事件类型 | string | |
events | 事件 | array | eoc_event_global对象 |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
experimentId | 实验ID | string | |
flagId | flagKey | integer(int64) | |
flagKey | flagKey | string | |
flagName | flagKey | string | |
id | 主键 | string | |
projectId | 项目ID | integer(int32) | |
projectName | 项目名称 | string | |
severTime | 服务时间 | string(date-time) | |
timestamp | 服务时间 | string(date-time) | |
variationId | 版本ID | string | |
variationKey | 版本KEY | string | |
visitorId | 访客ID | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"activatedTime": "",
"attributes": [],
"attributesEntityId": "",
"attributesKey": "",
"attributesType": "",
"attributesValue": "",
"clientName": "",
"decisionsData": [],
"dividingBuckets": [],
"envName": "",
"eventId": "",
"eventKey": "",
"eventType": "",
"events": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"experimentId": "",
"flagId": 0,
"flagKey": "",
"flagName": "",
"id": "",
"projectId": 0,
"projectName": "",
"severTime": "",
"timestamp": "",
"variationId": "",
"variationKey": "",
"visitorId": ""
},
"success": true,
"timestamp": 0
}
eoc_plugins
eoc_plugins-通过id删除
接口地址:/jeecg-boot/api/v1/plugins/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_plugins-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_plugins-批量删除
接口地址:/jeecg-boot/api/v1/plugins/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_plugins-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_plugins-分页列表查询
接口地址:/jeecg-boot/api/v1/plugins/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_plugins-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
archived | archived | query | false | boolean | |
created | 创建日期 | query | false | string(date-time) | |
description | description | query | false | string | |
edit_page_url | edit_page_url | query | false | string | |
form_schema[0].innerMap | query | false | object | ||
id | 主键 | query | false | integer(int64) | |
is_enabled_in_client | is_enabled_in_client | query | false | boolean | |
last_modified | 更新日期 | query | false | string(date-time) | |
name | name | query | false | string | |
options.innerMap | query | false | object | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
plugin_id | plugin_id | query | false | integer(int64) | |
plugin_type | plugin_type | query | false | string | |
plugin_type_settings.innerMap | query | false | object | ||
project_id | project_id | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_plugins对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_plugins对象» | IPage«eoc_plugins对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_plugins对象 | |
archived | archived | boolean | |
created | 创建日期 | string | |
description | description | string | |
edit_page_url | edit_page_url | string | |
form_schema | form_schema | array | object |
id | 主键 | integer | |
is_enabled_in_client | is_enabled_in_client | boolean | |
last_modified | 更新日期 | string | |
name | name | string | |
options | options | object | |
plugin_id | plugin_id | integer | |
plugin_type | plugin_type | string | |
plugin_type_settings | plugin_type_settings | object | |
project_id | project_id | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_plugins-通过id查询
接口地址:/jeecg-boot/api/v1/plugins/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_plugins-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_plugins对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
edit_page_url | edit_page_url | string | |
form_schema | form_schema | array | |
id | 主键 | integer(int64) | integer(int64) |
is_enabled_in_client | is_enabled_in_client | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
options | options | object | |
plugin_id | plugin_id | integer(int64) | integer(int64) |
plugin_type | plugin_type | string | |
plugin_type_settings | plugin_type_settings | object | |
project_id | project_id | integer(int64) | integer(int64) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
eoc_plugins-编辑
接口地址:/jeecg-boot/api/v1/plugins/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_plugins-编辑
请求示例:
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
plugins | eoc_plugins | body | true | eoc_plugins对象 | eoc_plugins对象 |
archived | archived | false | boolean | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
edit_page_url | edit_page_url | false | string | ||
form_schema | form_schema | false | array | object | |
id | 主键 | false | integer(int64) | ||
is_enabled_in_client | is_enabled_in_client | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
name | name | false | string | ||
options | options | false | object | ||
plugin_id | plugin_id | false | integer(int64) | ||
plugin_type | plugin_type | false | string | ||
plugin_type_settings | plugin_type_settings | false | object | ||
project_id | project_id | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_plugins对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
edit_page_url | edit_page_url | string | |
form_schema | form_schema | array | |
id | 主键 | integer(int64) | integer(int64) |
is_enabled_in_client | is_enabled_in_client | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
options | options | object | |
plugin_id | plugin_id | integer(int64) | integer(int64) |
plugin_type | plugin_type | string | |
plugin_type_settings | plugin_type_settings | object | |
project_id | project_id | integer(int64) | integer(int64) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
eoc_plugins-通过id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/plugins
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_plugins-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_plugins对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
edit_page_url | edit_page_url | string | |
form_schema | form_schema | array | |
id | 主键 | integer(int64) | integer(int64) |
is_enabled_in_client | is_enabled_in_client | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
options | options | object | |
plugin_id | plugin_id | integer(int64) | integer(int64) |
plugin_type | plugin_type | string | |
plugin_type_settings | plugin_type_settings | object | |
project_id | project_id | integer(int64) | integer(int64) |
响应示例:
[
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
]
eoc_plugins-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/plugins
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_plugins-添加
请求示例:
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
plugins | eoc_plugins | body | true | eoc_plugins对象 | eoc_plugins对象 |
archived | archived | false | boolean | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
edit_page_url | edit_page_url | false | string | ||
form_schema | form_schema | false | array | object | |
id | 主键 | false | integer(int64) | ||
is_enabled_in_client | is_enabled_in_client | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
name | name | false | string | ||
options | options | false | object | ||
plugin_id | plugin_id | false | integer(int64) | ||
plugin_type | plugin_type | false | string | ||
plugin_type_settings | plugin_type_settings | false | object | ||
project_id | project_id | false | integer(int64) | ||
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_plugins对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
archived | archived | boolean | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
edit_page_url | edit_page_url | string | |
form_schema | form_schema | array | |
id | 主键 | integer(int64) | integer(int64) |
is_enabled_in_client | is_enabled_in_client | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
name | name | string | |
options | options | object | |
plugin_id | plugin_id | integer(int64) | integer(int64) |
plugin_type | plugin_type | string | |
plugin_type_settings | plugin_type_settings | object | |
project_id | project_id | integer(int64) | integer(int64) |
响应示例:
{
"archived": true,
"created": "",
"description": "",
"edit_page_url": "",
"form_schema": [],
"id": 0,
"is_enabled_in_client": true,
"last_modified": "",
"name": "",
"options": {},
"plugin_id": 0,
"plugin_type": "",
"plugin_type_settings": {},
"project_id": 0
}
eoc_preferences
eoc_preferences-通过id查询
接口地址:/jeecg-boot/api/v1/users/{email}/preferences
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_preferences-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_preferences对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_level_user_history | account_level_user_history | array | |
current_account_id | current_account_id | integer(int64) | integer(int64) |
string | |||
id | 主键 | integer(int64) | integer(int64) |
last_viewed_project_id | last_viewed_project_id | integer(int64) | integer(int64) |
project_sort_order | project_sort_order | array | |
user_id | user_id | string |
响应示例:
[
{
"account_level_user_history": [],
"current_account_id": 0,
"email": "",
"id": 0,
"last_viewed_project_id": 0,
"project_sort_order": [],
"user_id": ""
}
]
eoc_preferences-添加
接口地址:/jeecg-boot/api/v1/users/{email}/preferences
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_preferences-添加
请求示例:
{
"account_level_user_history": [],
"current_account_id": 0,
"email": "",
"id": 0,
"last_viewed_project_id": 0,
"project_sort_order": [],
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
path | true | string | |||
preferences | eoc_preferences | body | true | eoc_preferences对象 | eoc_preferences对象 |
account_level_user_history | account_level_user_history | false | array | object | |
current_account_id | current_account_id | false | integer(int64) | ||
false | string | ||||
id | 主键 | false | integer(int64) | ||
last_viewed_project_id | last_viewed_project_id | false | integer(int64) | ||
project_sort_order | project_sort_order | false | array | string | |
user_id | user_id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_preferences对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_level_user_history | account_level_user_history | array | |
current_account_id | current_account_id | integer(int64) | integer(int64) |
string | |||
id | 主键 | integer(int64) | integer(int64) |
last_viewed_project_id | last_viewed_project_id | integer(int64) | integer(int64) |
project_sort_order | project_sort_order | array | |
user_id | user_id | string |
响应示例:
{
"account_level_user_history": [],
"current_account_id": 0,
"email": "",
"id": 0,
"last_viewed_project_id": 0,
"project_sort_order": [],
"user_id": ""
}
eoc_preferences-编辑
接口地址:/jeecg-boot/api/v1/users/{email}/preferences
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_preferences-编辑
请求示例:
{
"account_level_user_history": [],
"current_account_id": 0,
"email": "",
"id": 0,
"last_viewed_project_id": 0,
"project_sort_order": [],
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
path | true | string | |||
preferences | eoc_preferences | body | true | eoc_preferences对象 | eoc_preferences对象 |
account_level_user_history | account_level_user_history | false | array | object | |
current_account_id | current_account_id | false | integer(int64) | ||
false | string | ||||
id | 主键 | false | integer(int64) | ||
last_viewed_project_id | last_viewed_project_id | false | integer(int64) | ||
project_sort_order | project_sort_order | false | array | string | |
user_id | user_id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_preferences对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_level_user_history | account_level_user_history | array | |
current_account_id | current_account_id | integer(int64) | integer(int64) |
string | |||
id | 主键 | integer(int64) | integer(int64) |
last_viewed_project_id | last_viewed_project_id | integer(int64) | integer(int64) |
project_sort_order | project_sort_order | array | |
user_id | user_id | string |
响应示例:
{
"account_level_user_history": [],
"current_account_id": 0,
"email": "",
"id": 0,
"last_viewed_project_id": 0,
"project_sort_order": [],
"user_id": ""
}
eoc_project
eoc_project-通过filter查询
接口地址:/jeecg-boot/api/v1/projects
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-通过filter查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_project对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
allowed_origins | 允许的来源 | array | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | integer(int32) |
cdn_revision | cdn修订版本 | integer(int32) | integer(int32) |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | string(date-time) |
code_revision | 代码修订次数 | integer(int32) | integer(int32) |
collaborator_roles | 合作者角色 | array | |
createTime | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | integer(int32) |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | integer(int64) |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | integer(int32) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | integer(int32) |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | |
project_platforms | 项目平台 | array | |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean |
响应示例:
[
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
]
eoc_project-添加
接口地址:/jeecg-boot/api/v1/projects
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_project-添加
请求示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project | eoc_project | body | true | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | false | integer(int64) | ||
allowed_origins | 允许的来源 | false | array | object | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | false | boolean | ||
bot_filtering | 机器过滤器 | false | boolean | ||
cache_ttl | 缓存TTL | false | integer(int32) | ||
cdn_revision | cdn修订版本 | false | integer(int32) | ||
client_build_settings | 客户端构建设置 | false | object | ||
client_options | 客户端选项 | false | object | ||
code_last_modified | 最后修改代码的日期 | false | string(date-time) | ||
code_revision | 代码修订次数 | false | integer(int32) | ||
collaborator_roles | 合作者角色 | false | array | object | |
createTime | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
dcp_service_id | DCP服务ID | false | string | ||
default_timezone | 默认时区 | false | string | ||
default_timezone_name | 默认时区名称 | false | string | ||
delivery_mode | 交付模式 | false | string | ||
description | 描述 | false | string | ||
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | false | string | ||
enable_force_variation | 是否强力改变 | false | boolean | ||
exclude_disabled_experiments | 是否排除禁用的实验 | false | boolean | ||
exclude_inactive_goals | 是否排除非活动目标 | false | boolean | ||
exclude_names | 是否排除名字 | false | boolean | ||
experiment_confidence_threshold | 实验置信度阈值 | false | integer(int32) | ||
has_access_to_environments | 是否可以访问环境 | false | boolean | ||
id | 另一个ID | false | integer(int64) | ||
image_cdn_host_prefix | 图像cdn主机前缀 | false | string | ||
include_jquery | 是否包含jquery | false | boolean | ||
insecure_preview | 开启不安全预览 | false | boolean | ||
installation_verified | 安装验证 | false | boolean | ||
ip_anonymization | 开启IP匿名化 | false | boolean | ||
ip_filter | IP过滤器 | false | string | ||
is_flags_enabled | 是否启用标志 | false | boolean | ||
is_shared | 是否分享 | false | boolean | ||
jira_integration | jira集成 | false | object | ||
js_file_size | js文件大小 | false | integer(int32) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
library | library | false | string | ||
manifest_version | 版本清单 | false | integer(int32) | ||
opted_into_apps_beta | 选择加入应用版测试 | false | boolean | ||
p13n_results_api_token | p13n结果api令牌 | false | string | ||
preview_js_file_name | 预览js文件名 | false | string | ||
project_javascript | 项目js | false | string | ||
project_name | 项目名称 | false | string | ||
project_permissions | 项目权限 | false | array | string | |
project_platforms | 项目平台 | false | array | object | |
project_status | 项目状态 | false | string | ||
recommender_service_ids | 推荐服务ID | false | array | object | |
running_experiment_limit | 运行实验限制 | false | string | ||
sdk_version | SDK版本 | false | string | ||
sdks | sdks | false | array | object | |
send_flag_decisions | 发送标志决定 | false | boolean | ||
socket_token | 通信令牌 | false | string | ||
third_party_platform | 第三方平台 | false | string | ||
token | 令牌 | false | string | ||
trim_unused_pages | 修剪未使用的页面 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_project对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
allowed_origins | 允许的来源 | array | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | integer(int32) |
cdn_revision | cdn修订版本 | integer(int32) | integer(int32) |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | string(date-time) |
code_revision | 代码修订次数 | integer(int32) | integer(int32) |
collaborator_roles | 合作者角色 | array | |
createTime | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | integer(int32) |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | integer(int64) |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | integer(int32) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | integer(int32) |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | |
project_platforms | 项目平台 | array | |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean |
响应示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
eoc_project-分页列表查询
接口地址:/jeecg-boot/api/v1/projects/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | 用户ID | query | false | integer(int64) | |
allowed_origins | 允许的来源 | query | false | array | object |
allowed_origins.componentType | query | false | string | ||
allowed_origins.relatedArray | query | false | object | ||
ask_visitors_for_exact_location | 询问访问者的确切位置 | query | false | boolean | |
bot_filtering | 机器过滤器 | query | false | boolean | |
cache_ttl | 缓存TTL | query | false | integer(int32) | |
cdn_revision | cdn修订版本 | query | false | integer(int32) | |
client_build_settings.innerMap | query | false | object | ||
client_options.innerMap | query | false | object | ||
code_last_modified | 最后修改代码的日期 | query | false | string(date-time) | |
code_revision | 代码修订次数 | query | false | integer(int32) | |
collaborator_roles | 合作者角色 | query | false | array | object |
collaborator_roles.componentType | query | false | string | ||
collaborator_roles.relatedArray | query | false | object | ||
created | 创建时间 | query | false | string(date-time) | |
createTime | 创建时间2 | query | false | string(date-time) | |
dcp_service_id | DCP服务ID | query | false | string | |
default_timezone | 默认时区 | query | false | string | |
default_timezone_name | 默认时区名称 | query | false | string | |
delivery_mode | 交付模式 | query | false | string | |
description | 描述 | query | false | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | query | false | string | |
enable_force_variation | 是否强力改变 | query | false | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | query | false | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | query | false | boolean | |
exclude_names | 是否排除名字 | query | false | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | query | false | integer(int32) | |
has_access_to_environments | 是否可以访问环境 | query | false | boolean | |
id | 另一个ID | query | false | integer(int64) | |
image_cdn_host_prefix | 图像cdn主机前缀 | query | false | string | |
include_jquery | 是否包含jquery | query | false | boolean | |
insecure_preview | 开启不安全预览 | query | false | boolean | |
installation_verified | 安装验证 | query | false | boolean | |
ip_anonymization | 开启IP匿名化 | query | false | boolean | |
ip_filter | IP过滤器 | query | false | string | |
is_flags_enabled | 是否启用标志 | query | false | boolean | |
is_shared | 是否分享 | query | false | boolean | |
jira_integration.innerMap | query | false | object | ||
js_file_size | js文件大小 | query | false | integer(int32) | |
last_modified | 最后修改时间 | query | false | string(date-time) | |
library | library | query | false | string | |
manifest_version | 版本清单 | query | false | integer(int32) | |
opted_into_apps_beta | 选择加入应用版测试 | query | false | boolean | |
p13n_results_api_token | p13n结果api令牌 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
preview_js_file_name | 预览js文件名 | query | false | string | |
project_javascript | 项目js | query | false | string | |
project_name | 项目名称 | query | false | string | |
project_permissions | 项目权限 | query | false | array | string |
project_platforms | 项目平台 | query | false | array | object |
project_platforms.componentType | query | false | string | ||
project_platforms.relatedArray | query | false | object | ||
project_status | 项目状态 | query | false | string | |
recommender_service_ids | 推荐服务ID | query | false | array | object |
recommender_service_ids.componentType | query | false | string | ||
recommender_service_ids.relatedArray | query | false | object | ||
running_experiment_limit | 运行实验限制 | query | false | string | |
sdk_version | SDK版本 | query | false | string | |
sdks | sdks | query | false | array | object |
sdks.componentType | query | false | string | ||
sdks.relatedArray | query | false | object | ||
send_flag_decisions | 发送标志决定 | query | false | boolean | |
socket_token | 通信令牌 | query | false | string | |
third_party_platform | 第三方平台 | query | false | string | |
token | 令牌 | query | false | string | |
trim_unused_pages | 修剪未使用的页面 | query | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_project对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
allowed_origins | 允许的来源 | array | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | integer(int32) |
cdn_revision | cdn修订版本 | integer(int32) | integer(int32) |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | string(date-time) |
code_revision | 代码修订次数 | integer(int32) | integer(int32) |
collaborator_roles | 合作者角色 | array | |
createTime | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | integer(int32) |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | integer(int64) |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | integer(int32) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | integer(int32) |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | |
project_platforms | 项目平台 | array | |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean |
响应示例:
[
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
]
eoc_project-通过id查询
接口地址:/jeecg-boot/api/v1/projects/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_project对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
allowed_origins | 允许的来源 | array | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | integer(int32) |
cdn_revision | cdn修订版本 | integer(int32) | integer(int32) |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | string(date-time) |
code_revision | 代码修订次数 | integer(int32) | integer(int32) |
collaborator_roles | 合作者角色 | array | |
createTime | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | integer(int32) |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | integer(int64) |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | integer(int32) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | integer(int32) |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | |
project_platforms | 项目平台 | array | |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean |
响应示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
eoc_project-编辑
接口地址:/jeecg-boot/api/v1/projects/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_project-编辑
请求示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
project | eoc_project | body | true | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | false | integer(int64) | ||
allowed_origins | 允许的来源 | false | array | object | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | false | boolean | ||
bot_filtering | 机器过滤器 | false | boolean | ||
cache_ttl | 缓存TTL | false | integer(int32) | ||
cdn_revision | cdn修订版本 | false | integer(int32) | ||
client_build_settings | 客户端构建设置 | false | object | ||
client_options | 客户端选项 | false | object | ||
code_last_modified | 最后修改代码的日期 | false | string(date-time) | ||
code_revision | 代码修订次数 | false | integer(int32) | ||
collaborator_roles | 合作者角色 | false | array | object | |
createTime | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
dcp_service_id | DCP服务ID | false | string | ||
default_timezone | 默认时区 | false | string | ||
default_timezone_name | 默认时区名称 | false | string | ||
delivery_mode | 交付模式 | false | string | ||
description | 描述 | false | string | ||
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | false | string | ||
enable_force_variation | 是否强力改变 | false | boolean | ||
exclude_disabled_experiments | 是否排除禁用的实验 | false | boolean | ||
exclude_inactive_goals | 是否排除非活动目标 | false | boolean | ||
exclude_names | 是否排除名字 | false | boolean | ||
experiment_confidence_threshold | 实验置信度阈值 | false | integer(int32) | ||
has_access_to_environments | 是否可以访问环境 | false | boolean | ||
id | 另一个ID | false | integer(int64) | ||
image_cdn_host_prefix | 图像cdn主机前缀 | false | string | ||
include_jquery | 是否包含jquery | false | boolean | ||
insecure_preview | 开启不安全预览 | false | boolean | ||
installation_verified | 安装验证 | false | boolean | ||
ip_anonymization | 开启IP匿名化 | false | boolean | ||
ip_filter | IP过滤器 | false | string | ||
is_flags_enabled | 是否启用标志 | false | boolean | ||
is_shared | 是否分享 | false | boolean | ||
jira_integration | jira集成 | false | object | ||
js_file_size | js文件大小 | false | integer(int32) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
library | library | false | string | ||
manifest_version | 版本清单 | false | integer(int32) | ||
opted_into_apps_beta | 选择加入应用版测试 | false | boolean | ||
p13n_results_api_token | p13n结果api令牌 | false | string | ||
preview_js_file_name | 预览js文件名 | false | string | ||
project_javascript | 项目js | false | string | ||
project_name | 项目名称 | false | string | ||
project_permissions | 项目权限 | false | array | string | |
project_platforms | 项目平台 | false | array | object | |
project_status | 项目状态 | false | string | ||
recommender_service_ids | 推荐服务ID | false | array | object | |
running_experiment_limit | 运行实验限制 | false | string | ||
sdk_version | SDK版本 | false | string | ||
sdks | sdks | false | array | object | |
send_flag_decisions | 发送标志决定 | false | boolean | ||
socket_token | 通信令牌 | false | string | ||
third_party_platform | 第三方平台 | false | string | ||
token | 令牌 | false | string | ||
trim_unused_pages | 修剪未使用的页面 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_project对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | 用户ID | integer(int64) | integer(int64) |
allowed_origins | 允许的来源 | array | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | integer(int32) |
cdn_revision | cdn修订版本 | integer(int32) | integer(int32) |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | string(date-time) |
code_revision | 代码修订次数 | integer(int32) | integer(int32) |
collaborator_roles | 合作者角色 | array | |
createTime | 创建时间2 | string(date-time) | string(date-time) |
created | 创建时间 | string(date-time) | string(date-time) |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | integer(int32) |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | integer(int64) |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | integer(int32) |
last_modified | 最后修改时间 | string(date-time) | string(date-time) |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | integer(int32) |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | |
project_platforms | 项目平台 | array | |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean |
响应示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
eoc_project
接口地址:/jeecg-boot/api/v1/projects/{id}/tag_groups
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
map | map | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_project-getPermission
接口地址:/jeecg-boot/flags/internal/projects/{id}/permissions
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-getPermission
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_result
result-获取实验结果
接口地址:/jeecg-boot/experiments/results
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
result-获取实验结果
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experiment_name | experiment_name | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ResultVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
begin | string | ||
end | string | ||
environmentKey | string | ||
environmentName | string | ||
experimentName | string | ||
metrics | array | ||
projectId | integer(int64) | integer(int64) | |
projectName | string | ||
reach | object | ||
statsConfig | object |
响应示例:
[
{
"begin": "",
"end": "",
"environmentKey": "",
"environmentName": "",
"experimentName": "",
"metrics": [],
"projectId": 0,
"projectName": "",
"reach": {},
"statsConfig": {}
}
]
results-功能
接口地址:/jeecg-boot/experiments/{experimentId}/results
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
results-功能
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentId | experimentId | path | true | integer(int64) | |
queryMap | queryMap | body | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
timeseries-功能
接口地址:/jeecg-boot/experiments/{experimentId}/timeseries
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
timeseries-功能
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentId | experimentId | path | true | integer(int64) | |
queryMap | queryMap | body | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_snippets
eoc_project-通过filter查询
接口地址:/jeecg-boot/api/v1/snippets
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-通过filter查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_snippets对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | is_archived | boolean | |
cache_ttl | cache_ttl | integer(int32) | integer(int32) |
client_build_settings | client_build_settings | object | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
enable_force_variation | enable_force_variation | boolean | |
exclude_conditions | exclude_conditions | array | |
exclude_names | exclude_names | boolean | |
exclude_view_ids | exclude_view_ids | array | |
exclude_view_names | exclude_view_names | array | |
id | 主键 | integer(int64) | integer(int64) |
include_conditions | include_conditions | array | |
include_view_ids | include_view_ids | array | |
include_view_names | include_view_names | array | |
insecure_preview | insecure_preview | boolean | |
ip_anonymization | ip_anonymization | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
latest_file_size | latest_file_size | string | |
library | library | string | |
name | name | string | |
project_ids | project_ids | array | |
project_names | project_names | array | |
resource_id | resource_id | string | |
revision | revision | integer(int32) | integer(int32) |
rum_sampling_rate | rum_sampling_rate | string | |
trim_unused_pages | trim_unused_pages | boolean |
响应示例:
[
{
"account_id": 0,
"archived": true,
"cache_ttl": 0,
"client_build_settings": {},
"created": "",
"description": "",
"enable_force_variation": true,
"exclude_conditions": [],
"exclude_names": true,
"exclude_view_ids": [],
"exclude_view_names": [],
"id": 0,
"include_conditions": [],
"include_view_ids": [],
"include_view_names": [],
"insecure_preview": true,
"ip_anonymization": true,
"last_modified": "",
"latest_file_size": "",
"library": "",
"name": "",
"project_ids": [],
"project_names": [],
"resource_id": "",
"revision": 0,
"rum_sampling_rate": "",
"trim_unused_pages": true
}
]
eoc_snippets-添加
接口地址:/jeecg-boot/api/v1/snippets
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_snippets-添加
请求示例:
{
"account_id": 0,
"archived": true,
"cache_ttl": 0,
"client_build_settings": {},
"created": "",
"description": "",
"enable_force_variation": true,
"exclude_conditions": [],
"exclude_names": true,
"exclude_view_ids": [],
"exclude_view_names": [],
"id": 0,
"include_conditions": [],
"include_view_ids": [],
"include_view_names": [],
"insecure_preview": true,
"ip_anonymization": true,
"last_modified": "",
"latest_file_size": "",
"library": "",
"name": "",
"project_ids": [],
"project_names": [],
"resource_id": "",
"revision": 0,
"rum_sampling_rate": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
snippets | eoc_snippets | body | true | eoc_snippets对象 | eoc_snippets对象 |
account_id | account_id | false | integer(int64) | ||
archived | is_archived | false | boolean | ||
cache_ttl | cache_ttl | false | integer(int32) | ||
client_build_settings | client_build_settings | false | object | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
enable_force_variation | enable_force_variation | false | boolean | ||
exclude_conditions | exclude_conditions | false | array | object | |
exclude_names | exclude_names | false | boolean | ||
exclude_view_ids | exclude_view_ids | false | array | integer | |
exclude_view_names | exclude_view_names | false | array | string | |
id | 主键 | false | integer(int64) | ||
include_conditions | include_conditions | false | array | object | |
include_view_ids | include_view_ids | false | array | integer | |
include_view_names | include_view_names | false | array | string | |
insecure_preview | insecure_preview | false | boolean | ||
ip_anonymization | ip_anonymization | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
latest_file_size | latest_file_size | false | string | ||
library | library | false | string | ||
name | name | false | string | ||
project_ids | project_ids | false | array | integer | |
project_names | project_names | false | array | string | |
resource_id | resource_id | false | string | ||
revision | revision | false | integer(int32) | ||
rum_sampling_rate | rum_sampling_rate | false | string | ||
trim_unused_pages | trim_unused_pages | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_snippets对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | is_archived | boolean | |
cache_ttl | cache_ttl | integer(int32) | integer(int32) |
client_build_settings | client_build_settings | object | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
enable_force_variation | enable_force_variation | boolean | |
exclude_conditions | exclude_conditions | array | |
exclude_names | exclude_names | boolean | |
exclude_view_ids | exclude_view_ids | array | |
exclude_view_names | exclude_view_names | array | |
id | 主键 | integer(int64) | integer(int64) |
include_conditions | include_conditions | array | |
include_view_ids | include_view_ids | array | |
include_view_names | include_view_names | array | |
insecure_preview | insecure_preview | boolean | |
ip_anonymization | ip_anonymization | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
latest_file_size | latest_file_size | string | |
library | library | string | |
name | name | string | |
project_ids | project_ids | array | |
project_names | project_names | array | |
resource_id | resource_id | string | |
revision | revision | integer(int32) | integer(int32) |
rum_sampling_rate | rum_sampling_rate | string | |
trim_unused_pages | trim_unused_pages | boolean |
响应示例:
{
"account_id": 0,
"archived": true,
"cache_ttl": 0,
"client_build_settings": {},
"created": "",
"description": "",
"enable_force_variation": true,
"exclude_conditions": [],
"exclude_names": true,
"exclude_view_ids": [],
"exclude_view_names": [],
"id": 0,
"include_conditions": [],
"include_view_ids": [],
"include_view_names": [],
"insecure_preview": true,
"ip_anonymization": true,
"last_modified": "",
"latest_file_size": "",
"library": "",
"name": "",
"project_ids": [],
"project_names": [],
"resource_id": "",
"revision": 0,
"rum_sampling_rate": "",
"trim_unused_pages": true
}
eoc_snippets-编辑
接口地址:/jeecg-boot/api/v1/snippets/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_snippets-编辑
请求示例:
{
"account_id": 0,
"archived": true,
"cache_ttl": 0,
"client_build_settings": {},
"created": "",
"description": "",
"enable_force_variation": true,
"exclude_conditions": [],
"exclude_names": true,
"exclude_view_ids": [],
"exclude_view_names": [],
"id": 0,
"include_conditions": [],
"include_view_ids": [],
"include_view_names": [],
"insecure_preview": true,
"ip_anonymization": true,
"last_modified": "",
"latest_file_size": "",
"library": "",
"name": "",
"project_ids": [],
"project_names": [],
"resource_id": "",
"revision": 0,
"rum_sampling_rate": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
snippets | eoc_snippets | body | true | eoc_snippets对象 | eoc_snippets对象 |
account_id | account_id | false | integer(int64) | ||
archived | is_archived | false | boolean | ||
cache_ttl | cache_ttl | false | integer(int32) | ||
client_build_settings | client_build_settings | false | object | ||
created | 创建日期 | false | string(date-time) | ||
description | description | false | string | ||
enable_force_variation | enable_force_variation | false | boolean | ||
exclude_conditions | exclude_conditions | false | array | object | |
exclude_names | exclude_names | false | boolean | ||
exclude_view_ids | exclude_view_ids | false | array | integer | |
exclude_view_names | exclude_view_names | false | array | string | |
id | 主键 | false | integer(int64) | ||
include_conditions | include_conditions | false | array | object | |
include_view_ids | include_view_ids | false | array | integer | |
include_view_names | include_view_names | false | array | string | |
insecure_preview | insecure_preview | false | boolean | ||
ip_anonymization | ip_anonymization | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
latest_file_size | latest_file_size | false | string | ||
library | library | false | string | ||
name | name | false | string | ||
project_ids | project_ids | false | array | integer | |
project_names | project_names | false | array | string | |
resource_id | resource_id | false | string | ||
revision | revision | false | integer(int32) | ||
rum_sampling_rate | rum_sampling_rate | false | string | ||
trim_unused_pages | trim_unused_pages | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_snippets对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
archived | is_archived | boolean | |
cache_ttl | cache_ttl | integer(int32) | integer(int32) |
client_build_settings | client_build_settings | object | |
created | 创建日期 | string(date-time) | string(date-time) |
description | description | string | |
enable_force_variation | enable_force_variation | boolean | |
exclude_conditions | exclude_conditions | array | |
exclude_names | exclude_names | boolean | |
exclude_view_ids | exclude_view_ids | array | |
exclude_view_names | exclude_view_names | array | |
id | 主键 | integer(int64) | integer(int64) |
include_conditions | include_conditions | array | |
include_view_ids | include_view_ids | array | |
include_view_names | include_view_names | array | |
insecure_preview | insecure_preview | boolean | |
ip_anonymization | ip_anonymization | boolean | |
last_modified | 更新日期 | string(date-time) | string(date-time) |
latest_file_size | latest_file_size | string | |
library | library | string | |
name | name | string | |
project_ids | project_ids | array | |
project_names | project_names | array | |
resource_id | resource_id | string | |
revision | revision | integer(int32) | integer(int32) |
rum_sampling_rate | rum_sampling_rate | string | |
trim_unused_pages | trim_unused_pages | boolean |
响应示例:
{
"account_id": 0,
"archived": true,
"cache_ttl": 0,
"client_build_settings": {},
"created": "",
"description": "",
"enable_force_variation": true,
"exclude_conditions": [],
"exclude_names": true,
"exclude_view_ids": [],
"exclude_view_names": [],
"id": 0,
"include_conditions": [],
"include_view_ids": [],
"include_view_names": [],
"insecure_preview": true,
"ip_anonymization": true,
"last_modified": "",
"latest_file_size": "",
"library": "",
"name": "",
"project_ids": [],
"project_names": [],
"resource_id": "",
"revision": 0,
"rum_sampling_rate": "",
"trim_unused_pages": true
}
eoc_support_info
eoc_support_info-根据account_id查询support_info
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/support_info
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_support_info-根据id查询account
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_support_info对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_executive | 客户经理 | string | |
admin_account_id | 主键 | string | |
has_priority_support | 是否优先支持 | boolean | |
technical_account_manager | 技术客户经理 | string |
响应示例:
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
eoc_support_info-添加
接口地址:/jeecg-boot/api/v1/support_info
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_support_info-添加
请求示例:
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
supportInfo | eoc_support_info | body | true | eoc_support_info对象 | eoc_support_info对象 |
account_executive | 客户经理 | false | string | ||
admin_account_id | 主键 | false | string | ||
has_priority_support | 是否优先支持 | false | boolean | ||
technical_account_manager | 技术客户经理 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-添加
接口地址:/jeecg-boot/api/v1/support_info/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_support_info-添加
请求示例:
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
supportInfo | eoc_support_info | body | true | eoc_support_info对象 | eoc_support_info对象 |
account_executive | 客户经理 | false | string | ||
admin_account_id | 主键 | false | string | ||
has_priority_support | 是否优先支持 | false | boolean | ||
technical_account_manager | 技术客户经理 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-通过id删除
接口地址:/jeecg-boot/api/v1/support_info/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_support_info-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-批量删除
接口地址:/jeecg-boot/api/v1/support_info/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_support_info-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-编辑
接口地址:/jeecg-boot/api/v1/support_info/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_support_info-编辑
请求示例:
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
supportInfo | eoc_support_info | body | true | eoc_support_info对象 | eoc_support_info对象 |
account_executive | 客户经理 | false | string | ||
admin_account_id | 主键 | false | string | ||
has_priority_support | 是否优先支持 | false | boolean | ||
technical_account_manager | 技术客户经理 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-编辑
接口地址:/jeecg-boot/api/v1/support_info/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_support_info-编辑
请求示例:
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
supportInfo | eoc_support_info | body | true | eoc_support_info对象 | eoc_support_info对象 |
account_executive | 客户经理 | false | string | ||
admin_account_id | 主键 | false | string | ||
has_priority_support | 是否优先支持 | false | boolean | ||
technical_account_manager | 技术客户经理 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_support_info-分页列表查询
接口地址:/jeecg-boot/api/v1/support_info/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_support_info-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_executive | 客户经理 | query | false | string | |
admin_account_id | 主键 | query | false | string | |
has_priority_support | 是否优先支持 | query | false | boolean | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
technical_account_manager | 技术客户经理 | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_support_info对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_support_info对象» | IPage«eoc_support_info对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_support_info对象 | |
account_executive | 客户经理 | string | |
admin_account_id | 主键 | string | |
has_priority_support | 是否优先支持 | boolean | |
technical_account_manager | 技术客户经理 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_support_info-通过id查询
接口地址:/jeecg-boot/api/v1/support_info/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_support_info-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_support_info对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_support_info对象 | eoc_support_info对象 |
account_executive | 客户经理 | string | |
admin_account_id | 主键 | string | |
has_priority_support | 是否优先支持 | boolean | |
technical_account_manager | 技术客户经理 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_executive": "",
"admin_account_id": "",
"has_priority_support": true,
"technical_account_manager": ""
},
"success": true,
"timestamp": 0
}
eoc_targeting_conditions
eoc_targeting_conditions -查询
接口地址:/jeecg-boot/api/v1/targeting_conditions
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_targeting_conditions -添加
接口地址:/jeecg-boot/api/v1/targeting_conditions
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -添加
请求示例:
{
"compatible_audiences": [],
"deprecated": "",
"deprecated_by": {},
"fields": {},
"help_link": "",
"help_text": "",
"hidden": {},
"id": "",
"permission_required": {},
"platform_configuration": {},
"title": "",
"upsell": {},
"used_by": [],
"value_is_case_insensitive": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
targetingConditions | eoc_targeting_conditions | body | true | eoc_targeting_conditions对象 | eoc_targeting_conditions对象 |
compatible_audiences | compatible_audiences | false | array | string | |
deprecated | deprecated | false | string | ||
deprecated_by | deprecated_by | false | object | ||
fields | fields | false | object | ||
help_link | help_link | false | string | ||
help_text | help_text | false | string | ||
hidden | hidden | false | object | ||
id | 主键 | false | string | ||
permission_required | permission_required | false | object | ||
platform_configuration | platform_configuration | false | object | ||
title | title | false | string | ||
upsell | upsell | false | object | ||
used_by | used_by | false | array | string | |
value_is_case_insensitive | value_is_case_insensitive | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_targeting_conditions对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
compatible_audiences | compatible_audiences | array | |
deprecated | deprecated | string | |
deprecated_by | deprecated_by | object | |
fields | fields | object | |
help_link | help_link | string | |
help_text | help_text | string | |
hidden | hidden | object | |
id | 主键 | string | |
permission_required | permission_required | object | |
platform_configuration | platform_configuration | object | |
title | title | string | |
upsell | upsell | object | |
used_by | used_by | array | |
value_is_case_insensitive | value_is_case_insensitive | boolean |
响应示例:
{
"compatible_audiences": [],
"deprecated": "",
"deprecated_by": {},
"fields": {},
"help_link": "",
"help_text": "",
"hidden": {},
"id": "",
"permission_required": {},
"platform_configuration": {},
"title": "",
"upsell": {},
"used_by": [],
"value_is_case_insensitive": true
}
eoc_targeting_conditions -通过id删除
接口地址:/jeecg-boot/api/v1/targeting_conditions/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_targeting_conditions -批量删除
接口地址:/jeecg-boot/api/v1/targeting_conditions/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_targeting_conditions -编辑
接口地址:/jeecg-boot/api/v1/targeting_conditions/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -编辑
请求示例:
{
"compatible_audiences": [],
"deprecated": "",
"deprecated_by": {},
"fields": {},
"help_link": "",
"help_text": "",
"hidden": {},
"id": "",
"permission_required": {},
"platform_configuration": {},
"title": "",
"upsell": {},
"used_by": [],
"value_is_case_insensitive": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
targetingConditions | eoc_targeting_conditions | body | true | eoc_targeting_conditions对象 | eoc_targeting_conditions对象 |
compatible_audiences | compatible_audiences | false | array | string | |
deprecated | deprecated | false | string | ||
deprecated_by | deprecated_by | false | object | ||
fields | fields | false | object | ||
help_link | help_link | false | string | ||
help_text | help_text | false | string | ||
hidden | hidden | false | object | ||
id | 主键 | false | string | ||
permission_required | permission_required | false | object | ||
platform_configuration | platform_configuration | false | object | ||
title | title | false | string | ||
upsell | upsell | false | object | ||
used_by | used_by | false | array | string | |
value_is_case_insensitive | value_is_case_insensitive | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_targeting_conditions -编辑
接口地址:/jeecg-boot/api/v1/targeting_conditions/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -编辑
请求示例:
{
"compatible_audiences": [],
"deprecated": "",
"deprecated_by": {},
"fields": {},
"help_link": "",
"help_text": "",
"hidden": {},
"id": "",
"permission_required": {},
"platform_configuration": {},
"title": "",
"upsell": {},
"used_by": [],
"value_is_case_insensitive": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
targetingConditions | eoc_targeting_conditions | body | true | eoc_targeting_conditions对象 | eoc_targeting_conditions对象 |
compatible_audiences | compatible_audiences | false | array | string | |
deprecated | deprecated | false | string | ||
deprecated_by | deprecated_by | false | object | ||
fields | fields | false | object | ||
help_link | help_link | false | string | ||
help_text | help_text | false | string | ||
hidden | hidden | false | object | ||
id | 主键 | false | string | ||
permission_required | permission_required | false | object | ||
platform_configuration | platform_configuration | false | object | ||
title | title | false | string | ||
upsell | upsell | false | object | ||
used_by | used_by | false | array | string | |
value_is_case_insensitive | value_is_case_insensitive | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_targeting_conditions -分页列表查询
接口地址:/jeecg-boot/api/v1/targeting_conditions/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_targeting_conditions -分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compatible_audiences | compatible_audiences | query | false | array | string |
deprecated | deprecated | query | false | string | |
deprecated_by.innerMap | query | false | object | ||
fields.innerMap | query | false | object | ||
help_link | help_link | query | false | string | |
help_text | help_text | query | false | string | |
hidden.innerMap | query | false | object | ||
id | 主键 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
permission_required.innerMap | query | false | object | ||
platform_configuration.innerMap | query | false | object | ||
title | title | query | false | string | |
upsell.innerMap | query | false | object | ||
used_by | used_by | query | false | array | string |
value_is_case_insensitive | value_is_case_insensitive | query | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_targeting_conditions对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_targeting_conditions对象» | IPage«eoc_targeting_conditions对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_targeting_conditions对象 | |
compatible_audiences | compatible_audiences | array | string |
deprecated | deprecated | string | |
deprecated_by | deprecated_by | object | |
fields | fields | object | |
help_link | help_link | string | |
help_text | help_text | string | |
hidden | hidden | object | |
id | 主键 | string | |
permission_required | permission_required | object | |
platform_configuration | platform_configuration | object | |
title | title | string | |
upsell | upsell | object | |
used_by | used_by | array | string |
value_is_case_insensitive | value_is_case_insensitive | boolean | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"compatible_audiences": [],
"deprecated": "",
"deprecated_by": {},
"fields": {},
"help_link": "",
"help_text": "",
"hidden": {},
"id": "",
"permission_required": {},
"platform_configuration": {},
"title": "",
"upsell": {},
"used_by": [],
"value_is_case_insensitive": true
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_user
eoc_user-根据id查询user
接口地址:/jeecg-boot/api/v1/users/
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-根据id查询user
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | UserVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
communication_preference | string | ||
country | string | ||
created | string(date-time) | string(date-time) | |
string | |||
email_address | string | ||
email_change_requested | string | ||
email_verified | boolean | ||
first_name | string | ||
id | string | ||
job_department | string | ||
job_role | string | ||
last_name | string | ||
locale | string | ||
phone_number | string | ||
profile_image | string | ||
two_factor_enrolled | boolean | ||
zip_code | string |
响应示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"phone_number": "",
"profile_image": "",
"two_factor_enrolled": true,
"zip_code": ""
}
eoc_user-添加
接口地址:/jeecg-boot/api/v1/users/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user-添加
请求示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user | eoc_user | body | true | eoc_user对象 | eoc_user对象 |
communication_preference | false | string | |||
country | false | string | |||
created | false | string(date-time) | |||
email_address | false | string | |||
email_change_requested | 邮箱改变请求 | false | string | ||
email_verified | false | boolean | |||
first_name | first_name | false | string | ||
id | 主键 | false | string | ||
job_department | false | string | |||
job_role | 工作角色 | false | string | ||
last_name | last_name | false | string | ||
locale | false | string | |||
password | false | string | |||
phone_number | 手机号 | false | string | ||
profile_image | 概要图片 | false | string | ||
salt | false | string | |||
two_factor_enrolled | false | boolean | |||
username | 用户名 | false | string | ||
zip_code | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user-通过id删除
接口地址:/jeecg-boot/api/v1/users/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user-批量删除
接口地址:/jeecg-boot/api/v1/users/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user-编辑
接口地址:/jeecg-boot/api/v1/users/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user-编辑
请求示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user | eoc_user | body | true | eoc_user对象 | eoc_user对象 |
communication_preference | false | string | |||
country | false | string | |||
created | false | string(date-time) | |||
email_address | false | string | |||
email_change_requested | 邮箱改变请求 | false | string | ||
email_verified | false | boolean | |||
first_name | first_name | false | string | ||
id | 主键 | false | string | ||
job_department | false | string | |||
job_role | 工作角色 | false | string | ||
last_name | last_name | false | string | ||
locale | false | string | |||
password | false | string | |||
phone_number | 手机号 | false | string | ||
profile_image | 概要图片 | false | string | ||
salt | false | string | |||
two_factor_enrolled | false | boolean | |||
username | 用户名 | false | string | ||
zip_code | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user-编辑
接口地址:/jeecg-boot/api/v1/users/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user-编辑
请求示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user | eoc_user | body | true | eoc_user对象 | eoc_user对象 |
communication_preference | false | string | |||
country | false | string | |||
created | false | string(date-time) | |||
email_address | false | string | |||
email_change_requested | 邮箱改变请求 | false | string | ||
email_verified | false | boolean | |||
first_name | first_name | false | string | ||
id | 主键 | false | string | ||
job_department | false | string | |||
job_role | 工作角色 | false | string | ||
last_name | last_name | false | string | ||
locale | false | string | |||
password | false | string | |||
phone_number | 手机号 | false | string | ||
profile_image | 概要图片 | false | string | ||
salt | false | string | |||
two_factor_enrolled | false | boolean | |||
username | 用户名 | false | string | ||
zip_code | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user-分页列表查询
接口地址:/jeecg-boot/api/v1/users/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
communication_preference | query | false | string | ||
country | query | false | string | ||
created | query | false | string(date-time) | ||
email_address | query | false | string | ||
email_change_requested | 邮箱改变请求 | query | false | string | |
email_verified | query | false | boolean | ||
first_name | first_name | query | false | string | |
id | 主键 | query | false | string | |
job_department | query | false | string | ||
job_role | 工作角色 | query | false | string | |
last_name | last_name | query | false | string | |
locale | query | false | string | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
password | query | false | string | ||
phone_number | 手机号 | query | false | string | |
profile_image | 概要图片 | query | false | string | |
salt | query | false | string | ||
two_factor_enrolled | query | false | boolean | ||
username | 用户名 | query | false | string | |
zip_code | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_user对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_user对象» | IPage«eoc_user对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_user对象 | |
communication_preference | string | ||
country | string | ||
created | string | ||
email_address | string | ||
email_change_requested | 邮箱改变请求 | string | |
email_verified | boolean | ||
first_name | first_name | string | |
id | 主键 | string | |
job_department | string | ||
job_role | 工作角色 | string | |
last_name | last_name | string | |
locale | string | ||
password | string | ||
phone_number | 手机号 | string | |
profile_image | 概要图片 | string | |
salt | string | ||
two_factor_enrolled | boolean | ||
username | 用户名 | string | |
zip_code | string | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_user-通过id查询
接口地址:/jeecg-boot/api/v1/users/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_user对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_user对象 | eoc_user对象 |
communication_preference | string | ||
country | string | ||
created | string(date-time) | ||
email_address | string | ||
email_change_requested | 邮箱改变请求 | string | |
email_verified | boolean | ||
first_name | first_name | string | |
id | 主键 | string | |
job_department | string | ||
job_role | 工作角色 | string | |
last_name | last_name | string | |
locale | string | ||
password | string | ||
phone_number | 手机号 | string | |
profile_image | 概要图片 | string | |
salt | string | ||
two_factor_enrolled | boolean | ||
username | 用户名 | string | |
zip_code | string | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
},
"success": true,
"timestamp": 0
}
eoc_user-根据id查询user
接口地址:/jeecg-boot/api/v1/users/{user_id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-根据id查询user
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user_id | user_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | UserVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
communication_preference | string | ||
country | string | ||
created | string(date-time) | string(date-time) | |
string | |||
email_address | string | ||
email_change_requested | string | ||
email_verified | boolean | ||
first_name | string | ||
id | string | ||
job_department | string | ||
job_role | string | ||
last_name | string | ||
locale | string | ||
phone_number | string | ||
profile_image | string | ||
two_factor_enrolled | boolean | ||
zip_code | string |
响应示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"phone_number": "",
"profile_image": "",
"two_factor_enrolled": true,
"zip_code": ""
}
eoc_user-编辑
接口地址:/jeecg-boot/api/v1/users/{user_id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user-编辑
请求示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"password": "",
"phone_number": "",
"profile_image": "",
"salt": "",
"two_factor_enrolled": true,
"username": "",
"zip_code": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user | eoc_user | body | true | eoc_user对象 | eoc_user对象 |
communication_preference | false | string | |||
country | false | string | |||
created | false | string(date-time) | |||
email_address | false | string | |||
email_change_requested | 邮箱改变请求 | false | string | ||
email_verified | false | boolean | |||
first_name | first_name | false | string | ||
id | 主键 | false | string | ||
job_department | false | string | |||
job_role | 工作角色 | false | string | ||
last_name | last_name | false | string | ||
locale | false | string | |||
password | false | string | |||
phone_number | 手机号 | false | string | ||
profile_image | 概要图片 | false | string | ||
salt | false | string | |||
two_factor_enrolled | false | boolean | |||
username | 用户名 | false | string | ||
zip_code | false | string | |||
user_id | user_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | UserVo |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
communication_preference | string | ||
country | string | ||
created | string(date-time) | string(date-time) | |
string | |||
email_address | string | ||
email_change_requested | string | ||
email_verified | boolean | ||
first_name | string | ||
id | string | ||
job_department | string | ||
job_role | string | ||
last_name | string | ||
locale | string | ||
phone_number | string | ||
profile_image | string | ||
two_factor_enrolled | boolean | ||
zip_code | string |
响应示例:
{
"communication_preference": "",
"country": "",
"created": "",
"email": "",
"email_address": "",
"email_change_requested": "",
"email_verified": true,
"first_name": "",
"id": "",
"job_department": "",
"job_role": "",
"last_name": "",
"locale": "",
"phone_number": "",
"profile_image": "",
"two_factor_enrolled": true,
"zip_code": ""
}
eoc_user-根据id查询user
接口地址:/jeecg-boot/api/v1/users/{user_id}/email_settings
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user-根据id查询user
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
user_id | user_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_user_role
eoc_user_role-根据accountID和filter查询user_role
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/user_roles
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | UserRoleVo |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
display_role_name | string | ||
string | |||
enum_role_name | string | ||
first_name | string | ||
id | string | ||
last_name | string | ||
locale | string | ||
org_role | string | ||
phone | string | ||
profile_image | string | ||
project_id | integer(int64) | integer(int64) | |
project_roles | array | ||
role_name | string | ||
unique_id | string | ||
user_created | string(date-time) | string(date-time) | |
user_id | string | ||
user_unique_id | string |
响应示例:
[
{
"display_role_name": "",
"email": "",
"enum_role_name": "",
"first_name": "",
"id": "",
"last_name": "",
"locale": "",
"org_role": "",
"phone": "",
"profile_image": "",
"project_id": 0,
"project_roles": [],
"role_name": "",
"unique_id": "",
"user_created": "",
"user_id": "",
"user_unique_id": ""
}
]
eoc_user_role-根据accountID和urlId查询user_role
接口地址:/jeecg-boot/api/v1/accounts/{account_id}/user_roles/{user_id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_project-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | path | true | integer(int64) | |
user_id | user_id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
eoc_user_role-添加
接口地址:/jeecg-boot/api/v1/user_role/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user_role-添加
请求示例:
{
"account_id": 0,
"collaborator_status": "",
"created": "",
"id": 0,
"is_v2": true,
"last_modified": "",
"project_id": 0,
"role_name": "",
"sso_id": "",
"unique_id": "",
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
userRole | eoc_user_role | body | true | eoc_user_role对象 | eoc_user_role对象 |
account_id | 账户id | false | integer(int64) | ||
collaborator_status | 合作者状态 | false | string | ||
created | false | string(date-time) | |||
id | 主键 | false | integer(int64) | ||
is_v2 | 是否是v2 | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
project_id | false | integer(int64) | |||
role_name | 角色名称 | false | string | ||
sso_id | 单点登录id | false | string | ||
unique_id | 唯一id | false | string | ||
user_id | 用户id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user_role-通过id删除
接口地址:/jeecg-boot/api/v1/user_role/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user_role-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user_role-批量删除
接口地址:/jeecg-boot/api/v1/user_role/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user_role-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user_role-编辑
接口地址:/jeecg-boot/api/v1/user_role/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user_role-编辑
请求示例:
{
"account_id": 0,
"collaborator_status": "",
"created": "",
"id": 0,
"is_v2": true,
"last_modified": "",
"project_id": 0,
"role_name": "",
"sso_id": "",
"unique_id": "",
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
userRole | eoc_user_role | body | true | eoc_user_role对象 | eoc_user_role对象 |
account_id | 账户id | false | integer(int64) | ||
collaborator_status | 合作者状态 | false | string | ||
created | false | string(date-time) | |||
id | 主键 | false | integer(int64) | ||
is_v2 | 是否是v2 | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
project_id | false | integer(int64) | |||
role_name | 角色名称 | false | string | ||
sso_id | 单点登录id | false | string | ||
unique_id | 唯一id | false | string | ||
user_id | 用户id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user_role-编辑
接口地址:/jeecg-boot/api/v1/user_role/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_user_role-编辑
请求示例:
{
"account_id": 0,
"collaborator_status": "",
"created": "",
"id": 0,
"is_v2": true,
"last_modified": "",
"project_id": 0,
"role_name": "",
"sso_id": "",
"unique_id": "",
"user_id": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
userRole | eoc_user_role | body | true | eoc_user_role对象 | eoc_user_role对象 |
account_id | 账户id | false | integer(int64) | ||
collaborator_status | 合作者状态 | false | string | ||
created | false | string(date-time) | |||
id | 主键 | false | integer(int64) | ||
is_v2 | 是否是v2 | false | boolean | ||
last_modified | 更新日期 | false | string(date-time) | ||
project_id | false | integer(int64) | |||
role_name | 角色名称 | false | string | ||
sso_id | 单点登录id | false | string | ||
unique_id | 唯一id | false | string | ||
user_id | 用户id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_user_role-分页列表查询
接口地址:/jeecg-boot/api/v1/user_role/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user_role-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | 账户id | query | false | integer(int64) | |
collaborator_status | 合作者状态 | query | false | string | |
created | query | false | string(date-time) | ||
id | 主键 | query | false | integer(int64) | |
is_v2 | 是否是v2 | query | false | boolean | |
last_modified | 更新日期 | query | false | string(date-time) | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | query | false | integer(int64) | ||
role_name | 角色名称 | query | false | string | |
sso_id | 单点登录id | query | false | string | |
unique_id | 唯一id | query | false | string | |
user_id | 用户id | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_user_role对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_user_role对象» | IPage«eoc_user_role对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_user_role对象 | |
account_id | 账户id | integer | |
collaborator_status | 合作者状态 | string | |
created | string | ||
id | 主键 | integer | |
is_v2 | 是否是v2 | boolean | |
last_modified | 更新日期 | string | |
project_id | integer | ||
role_name | 角色名称 | string | |
sso_id | 单点登录id | string | |
unique_id | 唯一id | string | |
user_id | 用户id | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"collaborator_status": "",
"created": "",
"id": 0,
"is_v2": true,
"last_modified": "",
"project_id": 0,
"role_name": "",
"sso_id": "",
"unique_id": "",
"user_id": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_user_role-通过id查询
接口地址:/jeecg-boot/api/v1/user_role/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_user_role-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_user_role对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_user_role对象 | eoc_user_role对象 |
account_id | 账户id | integer(int64) | |
collaborator_status | 合作者状态 | string | |
created | string(date-time) | ||
id | 主键 | integer(int64) | |
is_v2 | 是否是v2 | boolean | |
last_modified | 更新日期 | string(date-time) | |
project_id | integer(int64) | ||
role_name | 角色名称 | string | |
sso_id | 单点登录id | string | |
unique_id | 唯一id | string | |
user_id | 用户id | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"collaborator_status": "",
"created": "",
"id": 0,
"is_v2": true,
"last_modified": "",
"project_id": 0,
"role_name": "",
"sso_id": "",
"unique_id": "",
"user_id": ""
},
"success": true,
"timestamp": 0
}
eoc_variation
eoc_variation-添加
接口地址:/jeecg-boot/ab.variation/variation/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation-添加
请求示例:
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variation | eoc_variation | body | true | eoc_variation对象 | eoc_variation对象 |
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string(date-time) | |||
default_ruleset_id | false | integer(int64) | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer(int64) | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer(int64) | |||
name | 名字 | false | string | ||
project_id | false | integer(int64) | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer(int64) | ||
weight | 比重 | false | integer(int64) | ||
weight_fixed | false | integer(int32) | |||
weight_min | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation-查询所有事件
接口地址:/jeecg-boot/ab.variation/variation/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-查询所有事件
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
api_name | API名字 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
created_time | query | false | string(date-time) | ||
default_ruleset_id | query | false | integer(int64) | ||
description | 描述 | query | false | string | |
experiment_section_id | query | false | integer(int64) | ||
feature_enabled | 是否启用功能 | query | false | boolean | |
flag_variation_key | query | false | string | ||
layer_experiment_id | query | false | integer(int64) | ||
name | 名字 | query | false | string | |
project_id | query | false | integer(int64) | ||
status | 地位 | query | false | string | |
variable_values.innerMap | query | false | object | ||
variation_id | 版本ID | query | false | integer(int64) | |
weight | 比重 | query | false | integer(int64) | |
weight_fixed | query | false | integer(int32) | ||
weight_min | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_variation对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_variation对象 |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"success": true,
"timestamp": 0
}
eoc_variation-通过id删除
接口地址:/jeecg-boot/ab.variation/variation/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation-批量删除
接口地址:/jeecg-boot/ab.variation/variation/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation-编辑
接口地址:/jeecg-boot/ab.variation/variation/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation-编辑
请求示例:
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variation | eoc_variation | body | true | eoc_variation对象 | eoc_variation对象 |
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string(date-time) | |||
default_ruleset_id | false | integer(int64) | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer(int64) | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer(int64) | |||
name | 名字 | false | string | ||
project_id | false | integer(int64) | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer(int64) | ||
weight | 比重 | false | integer(int64) | ||
weight_fixed | false | integer(int32) | |||
weight_min | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation-编辑
接口地址:/jeecg-boot/ab.variation/variation/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation-编辑
请求示例:
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variation | eoc_variation | body | true | eoc_variation对象 | eoc_variation对象 |
api_name | API名字 | false | string | ||
archived | 是否存档 | false | boolean | ||
created_time | false | string(date-time) | |||
default_ruleset_id | false | integer(int64) | |||
description | 描述 | false | string | ||
experiment_section_id | false | integer(int64) | |||
feature_enabled | 是否启用功能 | false | boolean | ||
flag_variation_key | false | string | |||
layer_experiment_id | false | integer(int64) | |||
name | 名字 | false | string | ||
project_id | false | integer(int64) | |||
status | 地位 | false | string | ||
variable_values | 变量值 | false | object | ||
variation_id | 版本ID | false | integer(int64) | ||
weight | 比重 | false | integer(int64) | ||
weight_fixed | false | integer(int32) | |||
weight_min | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation-分页列表查询
接口地址:/jeecg-boot/ab.variation/variation/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
api_name | API名字 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
created_time | query | false | string(date-time) | ||
default_ruleset_id | query | false | integer(int64) | ||
description | 描述 | query | false | string | |
experiment_section_id | query | false | integer(int64) | ||
feature_enabled | 是否启用功能 | query | false | boolean | |
flag_variation_key | query | false | string | ||
layer_experiment_id | query | false | integer(int64) | ||
name | 名字 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | query | false | integer(int64) | ||
status | 地位 | query | false | string | |
variable_values.innerMap | query | false | object | ||
variation_id | 版本ID | query | false | integer(int64) | |
weight | 比重 | query | false | integer(int64) | |
weight_fixed | query | false | integer(int32) | ||
weight_min | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_variation对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_variation对象» | IPage«eoc_variation对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_variation对象 | |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string | ||
default_ruleset_id | integer | ||
description | 描述 | string | |
experiment_section_id | integer | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer | ||
name | 名字 | string | |
project_id | integer | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer | |
weight | 比重 | integer | |
weight_fixed | integer | ||
weight_min | integer | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_variation-通过layer_experiment_id查询
接口地址:/jeecg-boot/ab.variation/variation/queryByExperimentId
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-通过layer_experiment_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
layer_experiment_id | layer_experiment_id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_variation对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_variation对象 |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
}
],
"success": true,
"timestamp": 0
}
eoc_variation-通过id查询
接口地址:/jeecg-boot/ab.variation/variation/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_variation对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_variation对象 | eoc_variation对象 |
api_name | API名字 | string | |
archived | 是否存档 | boolean | |
created_time | string(date-time) | ||
default_ruleset_id | integer(int64) | ||
description | 描述 | string | |
experiment_section_id | integer(int64) | ||
feature_enabled | 是否启用功能 | boolean | |
flag_variation_key | string | ||
layer_experiment_id | integer(int64) | ||
name | 名字 | string | |
project_id | integer(int64) | ||
status | 地位 | string | |
variable_values | 变量值 | object | |
variation_id | 版本ID | integer(int64) | |
weight | 比重 | integer(int64) | |
weight_fixed | integer(int32) | ||
weight_min | integer(int32) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"api_name": "",
"archived": true,
"created_time": "",
"default_ruleset_id": 0,
"description": "",
"experiment_section_id": 0,
"feature_enabled": true,
"flag_variation_key": "",
"layer_experiment_id": 0,
"name": "",
"project_id": 0,
"status": "",
"variable_values": {},
"variation_id": 0,
"weight": 0,
"weight_fixed": 0,
"weight_min": 0
},
"success": true,
"timestamp": 0
}
eoc_variation_action
eoc_variation_action-添加
接口地址:/jeecg-boot/ab.variation_action/variationAction/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation_action-添加
请求示例:
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variationAction | eoc_variation_action | body | true | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | false | array | object | |
project_id | false | integer(int64) | |||
share_link | share_link | false | string | ||
variation_id | false | integer(int64) | |||
view_id | 主键 | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation_action-通过id删除
接口地址:/jeecg-boot/ab.variation_action/variationAction/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation_action-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation_action-批量删除
接口地址:/jeecg-boot/ab.variation_action/variationAction/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation_action-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation_action-编辑
接口地址:/jeecg-boot/ab.variation_action/variationAction/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation_action-编辑
请求示例:
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variationAction | eoc_variation_action | body | true | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | false | array | object | |
project_id | false | integer(int64) | |||
share_link | share_link | false | string | ||
variation_id | false | integer(int64) | |||
view_id | 主键 | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation_action-编辑
接口地址:/jeecg-boot/ab.variation_action/variationAction/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_variation_action-编辑
请求示例:
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
variationAction | eoc_variation_action | body | true | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | false | array | object | |
project_id | false | integer(int64) | |||
share_link | share_link | false | string | ||
variation_id | false | integer(int64) | |||
view_id | 主键 | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_variation_action-分页列表查询
接口地址:/jeecg-boot/ab.variation_action/variationAction/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation_action-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
changes[0].innerMap | query | false | object | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | query | false | integer(int64) | ||
share_link | share_link | query | false | string | |
variation_id | query | false | integer(int64) | ||
view_id | 主键 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_variation_action对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_variation_action对象» | IPage«eoc_variation_action对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_variation_action对象 | |
changes | changes | array | object |
project_id | integer | ||
share_link | share_link | string | |
variation_id | integer | ||
view_id | 主键 | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_variation_action-通过id查询
接口地址:/jeecg-boot/ab.variation_action/variationAction/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_variation_action-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_variation_action对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_variation_action对象 | eoc_variation_action对象 |
changes | changes | array | object |
project_id | integer(int64) | ||
share_link | share_link | string | |
variation_id | integer(int64) | ||
view_id | 主键 | integer(int64) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"changes": [],
"project_id": 0,
"share_link": "",
"variation_id": 0,
"view_id": 0
},
"success": true,
"timestamp": 0
}
eoc_views
eoc_views-通过filter查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/views
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
[
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
]
eoc_views-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/views
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_views-添加
请求示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) | |
views | eoc_views | body | true | eoc_views对象 | eoc_views对象 |
account_id | account_id | false | integer(int64) | ||
activation_code | activation_code | false | string | ||
activation_type | activation_type | false | string | ||
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
category | category | false | string | ||
conditions | conditions | false | string | ||
created | 创建日期 | false | string(date-time) | ||
deactivation_enabled | deactivation_enabled | false | boolean | ||
description | description | false | string | ||
edit_url | edit_url | false | string | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
metadata | metadata | false | string | ||
name | name | false | string | ||
override_page_trimming | override_page_trimming | false | boolean | ||
page_type | page_type | false | string | ||
platform | platform | false | string | ||
project_id | project_id | false | integer(int64) | ||
single_use | single_use | false | boolean | ||
undo_on_deactivation | undo_on_deactivation | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
eoc_views-通过filter查询
接口地址:/jeecg-boot/api/v1/views
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-通过filter查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
[
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
]
eoc_views-通过id删除
接口地址:/jeecg-boot/api/v1/views/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_views-分页列表查询
接口地址:/jeecg-boot/api/v1/views/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | account_id | query | false | integer(int64) | |
activation_code | activation_code | query | false | string | |
activation_type | activation_type | query | false | string | |
api_name | api_name | query | false | string | |
archived | archived | query | false | boolean | |
category | category | query | false | string | |
conditions | conditions | query | false | string | |
created | 创建日期 | query | false | string(date-time) | |
deactivation_enabled | deactivation_enabled | query | false | boolean | |
description | description | query | false | string | |
edit_url | edit_url | query | false | string | |
id | 主键 | query | false | integer(int64) | |
last_modified | last_modified | query | false | string(date-time) | |
metadata | metadata | query | false | string | |
name | name | query | false | string | |
override_page_trimming | override_page_trimming | query | false | boolean | |
page_type | page_type | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | platform | query | false | string | |
project_id | project_id | query | false | integer(int64) | |
single_use | single_use | query | false | boolean | |
undo_on_deactivation | undo_on_deactivation | query | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_views对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_views对象» | IPage«eoc_views对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_views对象 | |
account_id | account_id | integer | |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string | |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer | |
last_modified | last_modified | string | |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer | |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
eoc_views-通过id查询
接口地址:/jeecg-boot/api/v1/views/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_views对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_views对象 | eoc_views对象 |
account_id | account_id | integer(int64) | |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | |
last_modified | last_modified | string(date-time) | |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
},
"success": true,
"timestamp": 0
}
eoc_views-通过filter查询
接口地址:/jeecg-boot/api/v1/views/{id}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-通过filter查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
eoc_views-编辑
接口地址:/jeecg-boot/api/v1/views/{id}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_views-编辑
请求示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
views | eoc_views | body | true | eoc_views对象 | eoc_views对象 |
account_id | account_id | false | integer(int64) | ||
activation_code | activation_code | false | string | ||
activation_type | activation_type | false | string | ||
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
category | category | false | string | ||
conditions | conditions | false | string | ||
created | 创建日期 | false | string(date-time) | ||
deactivation_enabled | deactivation_enabled | false | boolean | ||
description | description | false | string | ||
edit_url | edit_url | false | string | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
metadata | metadata | false | string | ||
name | name | false | string | ||
override_page_trimming | override_page_trimming | false | boolean | ||
page_type | page_type | false | string | ||
platform | platform | false | string | ||
project_id | project_id | false | integer(int64) | ||
single_use | single_use | false | boolean | ||
undo_on_deactivation | undo_on_deactivation | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
eoc_views-编辑
接口地址:/jeecg-boot/api/v1/views/{id}
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_views-编辑
请求示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) | |
views | eoc_views | body | true | eoc_views对象 | eoc_views对象 |
account_id | account_id | false | integer(int64) | ||
activation_code | activation_code | false | string | ||
activation_type | activation_type | false | string | ||
api_name | api_name | false | string | ||
archived | archived | false | boolean | ||
category | category | false | string | ||
conditions | conditions | false | string | ||
created | 创建日期 | false | string(date-time) | ||
deactivation_enabled | deactivation_enabled | false | boolean | ||
description | description | false | string | ||
edit_url | edit_url | false | string | ||
id | 主键 | false | integer(int64) | ||
last_modified | last_modified | false | string(date-time) | ||
metadata | metadata | false | string | ||
name | name | false | string | ||
override_page_trimming | override_page_trimming | false | boolean | ||
page_type | page_type | false | string | ||
platform | platform | false | string | ||
project_id | project_id | false | integer(int64) | ||
single_use | single_use | false | boolean | ||
undo_on_deactivation | undo_on_deactivation | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_views对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
account_id | account_id | integer(int64) | integer(int64) |
activation_code | activation_code | string | |
activation_type | activation_type | string | |
api_name | api_name | string | |
archived | archived | boolean | |
category | category | string | |
conditions | conditions | string | |
created | 创建日期 | string(date-time) | string(date-time) |
deactivation_enabled | deactivation_enabled | boolean | |
description | description | string | |
edit_url | edit_url | string | |
id | 主键 | integer(int64) | integer(int64) |
last_modified | last_modified | string(date-time) | string(date-time) |
metadata | metadata | string | |
name | name | string | |
override_page_trimming | override_page_trimming | boolean | |
page_type | page_type | string | |
platform | platform | string | |
project_id | project_id | integer(int64) | integer(int64) |
single_use | single_use | boolean | |
undo_on_deactivation | undo_on_deactivation | boolean |
响应示例:
{
"account_id": 0,
"activation_code": "",
"activation_type": "",
"api_name": "",
"archived": true,
"category": "",
"conditions": "",
"created": "",
"deactivation_enabled": true,
"description": "",
"edit_url": "",
"id": 0,
"last_modified": "",
"metadata": "",
"name": "",
"override_page_trimming": true,
"page_type": "",
"platform": "",
"project_id": 0,
"single_use": true,
"undo_on_deactivation": true
}
eoc_views-批量删除
接口地址:/jeecg-boot/api/v1/viewsdeleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_views-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
eoc_webhook
eoc_webhook-通过project_id查询
接口地址:/jeecg-boot/api/v1/projects/{project_id}/webhooks
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_webhook-通过project_id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_webhook对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
active | 是否激活 | boolean | |
events | 事件 | array | |
id | webhook_ID | integer(int64) | integer(int64) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
url | 网址 | string | |
validated | 是否验证 | boolean |
响应示例:
[
{
"active": true,
"events": [],
"id": 0,
"project_id": 0,
"url": "",
"validated": true
}
]
eoc_webhook-添加
接口地址:/jeecg-boot/api/v1/projects/{project_id}/webhooks
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
eoc_webhook-添加
请求示例:
{
"active": true,
"events": [],
"id": 0,
"project_id": 0,
"url": "",
"validated": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
project_id | project_id | path | true | integer(int64) | |
webhook | eoc_webhook | body | true | eoc_webhook对象 | eoc_webhook对象 |
active | 是否激活 | false | boolean | ||
events | 事件 | false | array | string | |
id | webhook_ID | false | integer(int64) | ||
project_id | 工程项目ID | false | integer(int64) | ||
url | 网址 | false | string | ||
validated | 是否验证 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | eoc_webhook对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
active | 是否激活 | boolean | |
events | 事件 | array | |
id | webhook_ID | integer(int64) | integer(int64) |
project_id | 工程项目ID | integer(int64) | integer(int64) |
url | 网址 | string | |
validated | 是否验证 | boolean |
响应示例:
{
"active": true,
"events": [],
"id": 0,
"project_id": 0,
"url": "",
"validated": true
}
eoc_webhook-通过id删除
接口地址:/jeecg-boot/api/v1/webhooks/{id}
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
eoc_webhook-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | path | true | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
retention-controller
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:OPTIONS
请求数据类型:application/json
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
留存报告导出excel
接口地址:/jeecg-boot/api/v1/returningVisitorDetail/exportXls
请求方式:HEAD
请求数据类型:application/json
响应数据类型:*/*
接口描述:
留存报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
same-priod-controller
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:OPTIONS
请求数据类型:application/json
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
同期群报告导出excel
接口地址:/jeecg-boot/api/v1/samePriodDetail/exportXls
请求方式:HEAD
请求数据类型:application/json
响应数据类型:*/*
接口描述:
同期群报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
params | params | query | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
事件属性表
事件属性表-添加
接口地址:/jeecg-boot/experiment/eocEventProperties/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件属性表-添加
请求示例:
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventProperties | 事件属性表 | body | true | eoc_event_properties对象 | eoc_event_properties对象 |
accountId | 账户id | false | integer(int64) | ||
apiName | 存储名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件属性描述 | false | string | ||
eventId | 所属事件 | false | string | ||
eventList | 事件list | false | array | eoc_event对象 | |
account_id | 用户ID | false | integer | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer | ||
last_modified | 最后修改时间 | false | string | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer | ||
id | 主键 | false | string | ||
isUserSet | 是否用户创建 | false | integer(int32) | ||
name | 事件属性名 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
propContent | 属性内容 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件属性表-列表查询
接口地址:/jeecg-boot/experiment/eocEventProperties/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
apiName | 存储名称 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件属性描述 | query | false | string | |
eventId | 所属事件 | query | false | string | |
eventList[0].account_id | 用户ID | query | false | integer(int64) | |
eventList[0].api_name | API名称 | query | false | string | |
eventList[0].archived | 是否存档 | query | false | boolean | |
eventList[0].category | 类别 | query | false | string | |
eventList[0].config.innerMap | query | false | object | ||
eventList[0].created | 创建时间 | query | false | string(date-time) | |
eventList[0].createTime | 创建时间1 | query | false | string(date-time) | |
eventList[0].description | 描述 | query | false | string | |
eventList[0].event_filter.innerMap | query | false | object | ||
eventList[0].event_type | 事件类型 | query | false | string | |
eventList[0].id | 事件ID | query | false | integer(int64) | |
eventList[0].last_modified | 最后修改时间 | query | false | string(date-time) | |
eventList[0].name | 名字 | query | false | string | |
eventList[0].project_id | 工程项目ID | query | false | integer(int64) | |
eventList[0].propertiesId | 事件属性ID | query | false | array | string |
eventList[0].variation_specific | 是否具有变异特性 | query | false | boolean | |
eventList[0].view_id | 视图ID | query | false | integer(int64) | |
id | 主键 | query | false | string | |
isUserSet | 是否用户创建 | query | false | integer(int32) | |
name | 事件属性名 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
propContent | 属性内容 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event_properties对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event_properties对象» | IPage«eoc_event_properties对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event_properties对象 | |
accountId | 账户id | integer | |
apiName | 存储名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件属性描述 | string | |
eventId | 所属事件 | string | |
eventList | 事件list | array | eoc_event对象 |
account_id | 用户ID | integer | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer | |
last_modified | 最后修改时间 | string | |
name | 名字 | string | |
project_id | 工程项目ID | integer | |
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer | |
id | 主键 | string | |
isUserSet | 是否用户创建 | integer | |
name | 事件属性名 | string | |
projectId | 项目id | integer | |
propContent | 属性内容 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
事件属性表-通过id删除
接口地址:/jeecg-boot/experiment/eocEventProperties/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件属性表-批量删除
接口地址:/jeecg-boot/experiment/eocEventProperties/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件属性表-编辑
接口地址:/jeecg-boot/experiment/eocEventProperties/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件属性表-编辑
请求示例:
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventProperties | 事件属性表 | body | true | eoc_event_properties对象 | eoc_event_properties对象 |
accountId | 账户id | false | integer(int64) | ||
apiName | 存储名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件属性描述 | false | string | ||
eventId | 所属事件 | false | string | ||
eventList | 事件list | false | array | eoc_event对象 | |
account_id | 用户ID | false | integer | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer | ||
last_modified | 最后修改时间 | false | string | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer | ||
id | 主键 | false | string | ||
isUserSet | 是否用户创建 | false | integer(int32) | ||
name | 事件属性名 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
propContent | 属性内容 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件属性表-编辑
接口地址:/jeecg-boot/experiment/eocEventProperties/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件属性表-编辑
请求示例:
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventProperties | 事件属性表 | body | true | eoc_event_properties对象 | eoc_event_properties对象 |
accountId | 账户id | false | integer(int64) | ||
apiName | 存储名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件属性描述 | false | string | ||
eventId | 所属事件 | false | string | ||
eventList | 事件list | false | array | eoc_event对象 | |
account_id | 用户ID | false | integer | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer | ||
last_modified | 最后修改时间 | false | string | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer | ||
id | 主键 | false | string | ||
isUserSet | 是否用户创建 | false | integer(int32) | ||
name | 事件属性名 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
propContent | 属性内容 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件属性定义-导出
接口地址:/jeecg-boot/experiment/eocEventProperties/exportCsv/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件属性定义-导出
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
事件属性定义-导入
接口地址:/jeecg-boot/experiment/eocEventProperties/importCsc/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件属性定义-导入
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | 非HTTP状态码,返回值JSON code字段值,描述:无token | |
403 | Forbidden | |
404 | Not Found | |
500 | 非HTTP状态码,返回值JSON code字段值,描述:成功 |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
事件属性表-分页列表查询
接口地址:/jeecg-boot/experiment/eocEventProperties/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
apiName | 存储名称 | query | false | string | |
cnameFuzzy | query | false | string | ||
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件属性描述 | query | false | string | |
endDate | query | false | string | ||
eventId | 所属事件 | query | false | string | |
eventList[0].account_id | 用户ID | query | false | integer(int64) | |
eventList[0].api_name | API名称 | query | false | string | |
eventList[0].archived | 是否存档 | query | false | boolean | |
eventList[0].category | 类别 | query | false | string | |
eventList[0].config.innerMap | query | false | object | ||
eventList[0].created | 创建时间 | query | false | string(date-time) | |
eventList[0].createTime | 创建时间1 | query | false | string(date-time) | |
eventList[0].description | 描述 | query | false | string | |
eventList[0].event_filter.innerMap | query | false | object | ||
eventList[0].event_type | 事件类型 | query | false | string | |
eventList[0].id | 事件ID | query | false | integer(int64) | |
eventList[0].last_modified | 最后修改时间 | query | false | string(date-time) | |
eventList[0].name | 名字 | query | false | string | |
eventList[0].project_id | 工程项目ID | query | false | integer(int64) | |
eventList[0].propertiesId | 事件属性ID | query | false | array | string |
eventList[0].variation_specific | 是否具有变异特性 | query | false | boolean | |
eventList[0].view_id | 视图ID | query | false | integer(int64) | |
id | 主键 | query | false | string | |
isUserSet | 是否用户创建 | query | false | integer(int32) | |
name | 事件属性名 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目id | query | false | integer(int64) | |
propContent | 属性内容 | query | false | string | |
startDate | query | false | string | ||
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event_properties对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event_properties对象» | IPage«eoc_event_properties对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event_properties对象 | |
accountId | 账户id | integer | |
apiName | 存储名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件属性描述 | string | |
eventId | 所属事件 | string | |
eventList | 事件list | array | eoc_event对象 |
account_id | 用户ID | integer | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer | |
last_modified | 最后修改时间 | string | |
name | 名字 | string | |
project_id | 工程项目ID | integer | |
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer | |
id | 主键 | string | |
isUserSet | 是否用户创建 | integer | |
name | 事件属性名 | string | |
projectId | 项目id | integer | |
propContent | 属性内容 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
事件属性表-通过id查询
接口地址:/jeecg-boot/experiment/eocEventProperties/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_event_properties对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_event_properties对象 | eoc_event_properties对象 |
accountId | 账户id | integer(int64) | |
apiName | 存储名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
description | 事件属性描述 | string | |
eventId | 所属事件 | string | |
eventList | 事件list | array | eoc_event对象 |
account_id | 用户ID | integer | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer | |
last_modified | 最后修改时间 | string | |
name | 名字 | string | |
project_id | 工程项目ID | integer | |
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer | |
id | 主键 | string | |
isUserSet | 是否用户创建 | integer(int32) | |
name | 事件属性名 | string | |
projectId | 项目id | integer(int64) | |
propContent | 属性内容 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
事件属性表-根据ID数组查询
接口地址:/jeecg-boot/experiment/eocEventProperties/querybyids
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件属性表-ID数组查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_event_properties对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_event_properties对象 |
accountId | 账户id | integer(int64) | |
apiName | 存储名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
description | 事件属性描述 | string | |
eventId | 所属事件 | string | |
eventList | 事件list | array | eoc_event对象 |
account_id | 用户ID | integer | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer | |
last_modified | 最后修改时间 | string | |
name | 名字 | string | |
project_id | 工程项目ID | integer | |
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer | |
id | 主键 | string | |
isUserSet | 是否用户创建 | integer(int32) | |
name | 事件属性名 | string | |
projectId | 项目id | integer(int64) | |
propContent | 属性内容 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"apiName": "",
"createBy": "",
"createTime": "",
"description": "",
"eventId": "",
"eventList": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"id": "",
"isUserSet": 0,
"name": "",
"projectId": 0,
"propContent": "",
"updateBy": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
事件表
事件表-添加
接口地址:/jeecg-boot/experiment/eocEventLists/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件表-添加
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventLists | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-查询所有事件
接口地址:/jeecg-boot/experiment/eocEventLists/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-查询所有事件
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
cname | 事件名称 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件描述 | query | false | string | |
id | id | query | false | string | |
isUserCreate | 是否用户创建 | query | false | integer(int32) | |
name | 事件存储名 | query | false | string | |
platform | 事件平台 | query | false | string | |
propertiesId | 事件属性ID | query | false | string | |
status | 事件状态 | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_event_global对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_event_global对象 |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer(int32) | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer(int32) | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
事件表-通过id删除
接口地址:/jeecg-boot/experiment/eocEventLists/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-批量删除
接口地址:/jeecg-boot/experiment/eocEventLists/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-编辑
接口地址:/jeecg-boot/experiment/eocEventLists/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件表-编辑
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventLists | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-编辑
接口地址:/jeecg-boot/experiment/eocEventLists/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件表-编辑
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventLists | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-分页列表查询
接口地址:/jeecg-boot/experiment/eocEventLists/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
cname | 事件名称 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件描述 | query | false | string | |
id | id | query | false | string | |
isUserCreate | 是否用户创建 | query | false | integer(int32) | |
name | 事件存储名 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | 事件平台 | query | false | string | |
propertiesId | 事件属性ID | query | false | string | |
status | 事件状态 | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event_global对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event_global对象» | IPage«eoc_event_global对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event_global对象 | |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
事件表-通过id查询
接口地址:/jeecg-boot/experiment/eocEventLists/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_event_global对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer(int32) | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer(int32) | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
全局事件
全局事件-添加
接口地址:/jeecg-boot/events/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-添加
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象Req | eoc_event对象Req |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
全局事件-归档反归档
接口地址:/jeecg-boot/events/archived
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-归档反归档
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象Req | eoc_event对象Req |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-归档反归档
接口地址:/jeecg-boot/events/archived
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-归档反归档
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象Req | eoc_event对象Req |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-通过id删除
接口地址:/jeecg-boot/events/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-编辑
接口地址:/jeecg-boot/events/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-编辑
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象Req | eoc_event对象Req |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-编辑
接口地址:/jeecg-boot/events/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-编辑
请求示例:
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
event | eoc_event | body | true | eoc_event对象Req | eoc_event对象Req |
account_id | 用户ID | false | integer(int64) | ||
api_name | API名称 | false | string | ||
archived | 是否存档 | false | boolean | ||
category | 类别 | false | string | ||
config | 配置 | false | object | ||
createTime | 创建时间1 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
description | 描述 | false | string | ||
event_filter | 事件过滤器 | false | object | ||
event_type | 事件类型 | false | string | ||
id | 事件ID | false | integer(int64) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
name | 名字 | false | string | ||
project_id | 工程项目ID | false | integer(int64) | ||
propertiesId | 事件属性ID | false | array | string | |
variation_specific | 是否具有变异特性 | false | boolean | ||
view_id | 视图ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件定义-导出
接口地址:/jeecg-boot/events/exportCsv/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件定义-导出
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
事件定义-导入
接口地址:/jeecg-boot/events/importCsv/projectId/{projectId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
事件定义-导出
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
全局事件-分页列表查询
接口地址:/jeecg-boot/events/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
account_id | 用户ID | query | false | integer(int64) | |
api_name | API名称 | query | false | string | |
archived | 是否存档 | query | false | boolean | |
category | 类别 | query | false | string | |
cnameFuzzy | query | false | string | ||
config.innerMap | query | false | object | ||
created | 创建时间 | query | false | string(date-time) | |
createTime | 创建时间1 | query | false | string(date-time) | |
description | 描述 | query | false | string | |
endDate | query | false | string | ||
event_filter.innerMap | query | false | object | ||
event_type | 事件类型 | query | false | string | |
id | 事件ID | query | false | integer(int64) | |
last_modified | 最后修改时间 | query | false | string(date-time) | |
name | 名字 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
project_id | 工程项目ID | query | false | integer(int64) | |
propertiesId | 事件属性ID | query | false | array | string |
startDate | query | false | string | ||
superArchived | query | false | string | ||
timeRange | query | false | string | ||
variation_specific | 是否具有变异特性 | query | false | boolean | |
view_id | 视图ID | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event对象» | IPage«eoc_event对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event对象Res | |
account_id | 用户ID | integer | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer | |
last_modified | 最后修改时间 | string | |
metricsSingleList | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
name | 名字 | string | |
project_id | 工程项目ID | integer | |
propertieIds | string | ||
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"name": "",
"project_id": 0,
"propertieIds": "",
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
全局事件-通过id查询
接口地址:/jeecg-boot/events/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_event对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_event对象Res | eoc_event对象Res |
account_id | 用户ID | integer(int64) | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | |
created | 创建时间 | string(date-time) | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | |
last_modified | 最后修改时间 | string(date-time) | |
metricsSingleList | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | |
propertieIds | string | ||
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"name": "",
"project_id": 0,
"propertieIds": "",
"propertiesId": [],
"variation_specific": true,
"view_id": 0
},
"success": true,
"timestamp": 0
}
全局事件-添加
接口地址:/jeecg-boot/experiment/eocEventGlobal/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-添加
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventGlobal | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-列表查询
接口地址:/jeecg-boot/experiment/eocEventGlobal/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
cname | 事件名称 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件描述 | query | false | string | |
eventGlobalId | 全局事件 | query | false | string | |
eventGlobalName | 全局事件名称 | query | false | string | |
experimentIds | query | false | array | string | |
id | 主键 | query | false | string | |
isUserCreate | 是否用户创建 | query | false | integer(int32) | |
key | query | false | string | ||
name | 事件存储名 | query | false | string | |
platform | 事件平台 | query | false | string | |
propertiesId | 事件属性ID | query | false | array | string |
status | 事件状态 | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event_global对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event_global对象» | IPage«eoc_event_global对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event_global对象 | |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
活跃状态数据和勾选数据查询
接口地址:/jeecg-boot/experiment/eocEventGlobal/canEditList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
活跃状态数据和勾选数据查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
cname | 事件名称 | query | false | string | |
cnameFuzzy | query | false | string | ||
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件描述 | query | false | string | |
endDate | query | false | string | ||
eventGlobalId | 全局事件 | query | false | string | |
eventGlobalName | 全局事件名称 | query | false | string | |
experimentIds | query | false | array | string | |
id | 主键 | query | false | string | |
ids | query | false | array | string | |
isUserCreate | 是否用户创建 | query | false | integer(int32) | |
key | query | false | string | ||
name | 事件存储名 | query | false | string | |
platform | 事件平台 | query | false | string | |
projectId | query | false | integer(int64) | ||
propertiesId | 事件属性ID | query | false | array | string |
startDate | query | false | string | ||
status | 事件状态 | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_event对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_event对象 |
account_id | 用户ID | integer(int64) | |
api_name | API名称 | string | |
archived | 是否存档 | boolean | |
category | 类别 | string | |
config | 配置 | object | |
createTime | 创建时间1 | string(date-time) | |
created | 创建时间 | string(date-time) | |
description | 描述 | string | |
event_filter | 事件过滤器 | object | |
event_type | 事件类型 | string | |
id | 事件ID | integer(int64) | |
last_modified | 最后修改时间 | string(date-time) | |
name | 名字 | string | |
project_id | 工程项目ID | integer(int64) | |
propertiesId | 事件属性ID | array | string |
variation_specific | 是否具有变异特性 | boolean | |
view_id | 视图ID | integer(int64) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"account_id": 0,
"api_name": "",
"archived": true,
"category": "",
"config": {},
"createTime": "",
"created": "",
"description": "",
"event_filter": {},
"event_type": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"propertiesId": [],
"variation_specific": true,
"view_id": 0
}
],
"success": true,
"timestamp": 0
}
全局事件-通过id删除
接口地址:/jeecg-boot/experiment/eocEventGlobal/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-批量删除
接口地址:/jeecg-boot/experiment/eocEventGlobal/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-编辑
接口地址:/jeecg-boot/experiment/eocEventGlobal/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-编辑
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventGlobal | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-编辑
接口地址:/jeecg-boot/experiment/eocEventGlobal/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
全局事件-编辑
请求示例:
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocEventGlobal | 全局事件 | body | true | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
description | 事件描述 | false | string | ||
eventGlobalId | 全局事件 | false | string | ||
eventGlobalName | 全局事件名称 | false | string | ||
experimentIds | false | array | string | ||
id | 主键 | false | string | ||
isUserCreate | 是否用户创建 | false | integer(int32) | ||
key | false | string | |||
name | 事件存储名 | false | string | ||
platform | 事件平台 | false | string | ||
propertiesId | 事件属性ID | false | array | string | |
status | 事件状态 | false | integer(int32) | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-分页列表查询
接口地址:/jeecg-boot/experiment/eocEventGlobal/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
cname | 事件名称 | query | false | string | |
cnameFuzzy | query | false | string | ||
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
description | 事件描述 | query | false | string | |
endDate | query | false | string | ||
eventGlobalId | 全局事件 | query | false | string | |
eventGlobalName | 全局事件名称 | query | false | string | |
experimentIds | query | false | array | string | |
id | 主键 | query | false | string | |
ids | query | false | array | string | |
isUserCreate | 是否用户创建 | query | false | integer(int32) | |
key | query | false | string | ||
name | 事件存储名 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | 事件平台 | query | false | string | |
projectId | query | false | integer(int64) | ||
propertiesId | 事件属性ID | query | false | array | string |
startDate | query | false | string | ||
status | 事件状态 | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_event_global对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_event_global对象» | IPage«eoc_event_global对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_event_global对象 | |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
全局事件-通过id查询
接口地址:/jeecg-boot/experiment/eocEventGlobal/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_event_global对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_event_global对象 | eoc_event_global对象 |
cname | 事件名称 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
description | 事件描述 | string | |
eventGlobalId | 全局事件 | string | |
eventGlobalName | 全局事件名称 | string | |
experimentIds | array | string | |
id | 主键 | string | |
isUserCreate | 是否用户创建 | integer(int32) | |
key | string | ||
name | 事件存储名 | string | |
platform | 事件平台 | string | |
propertiesId | 事件属性ID | array | string |
status | 事件状态 | integer(int32) | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"cname": "",
"createBy": "",
"createTime": "",
"description": "",
"eventGlobalId": "",
"eventGlobalName": "",
"experimentIds": [],
"id": "",
"isUserCreate": 0,
"key": "",
"name": "",
"platform": "",
"propertiesId": [],
"status": 0,
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
分流服务状态
监视分流服务状态-分页列表查询
接口地址:/jeecg-boot/oem.monitor/bucketMonitor/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
监视分流服务状态-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
address | 接收器IP地址 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
queryPeriod | 统计范围 | query | false | string | |
timePerExperiment | 实验平均用时 | query | false | number(double) | |
timePerRequest | 请求平均用时 | query | false | number(double) | |
totalDisableNum | 未抽中实验总数 | query | false | integer(int64) | |
totalEnableNum | 抽中实验总数 | query | false | integer(int64) | |
totalErrorNum | 处理失败总数 | query | false | integer(int64) | |
totalExperimentNum | 实验总数 | query | false | integer(int64) | |
totalProcessed | 请求处理成功总数 | query | false | integer(int64) | |
totalRequest | 总请求数 | query | false | integer(int64) | |
totalTime | 请求处理总用时 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«分流分桶服务统计»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | 分流分桶服务统计 |
address | 接收器IP地址 | string | |
queryPeriod | 统计范围 | string | |
timePerExperiment | 实验平均用时 | number(double) | |
timePerRequest | 请求平均用时 | number(double) | |
totalDisableNum | 未抽中实验总数 | integer(int64) | |
totalEnableNum | 抽中实验总数 | integer(int64) | |
totalErrorNum | 处理失败总数 | integer(int64) | |
totalExperimentNum | 实验总数 | integer(int64) | |
totalProcessed | 请求处理成功总数 | integer(int64) | |
totalRequest | 总请求数 | integer(int64) | |
totalTime | 请求处理总用时 | integer(int64) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"address": "",
"queryPeriod": "",
"timePerExperiment": 0,
"timePerRequest": 0,
"totalDisableNum": 0,
"totalEnableNum": 0,
"totalErrorNum": 0,
"totalExperimentNum": 0,
"totalProcessed": 0,
"totalRequest": 0,
"totalTime": 0
}
],
"success": true,
"timestamp": 0
}
填值规则
填值规则-添加
接口地址:/jeecg-boot/sys/fillRule/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
填值规则-添加
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleClass": "",
"ruleCode": "",
"ruleName": "",
"ruleParams": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysFillRule | 填值规则 | body | true | sys_fill_rule对象 | sys_fill_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键ID | false | string | ||
ruleClass | 规则实现类 | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleName | 规则名称 | false | string | ||
ruleParams | 规则参数 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-通过id删除
接口地址:/jeecg-boot/sys/fillRule/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
填值规则-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-批量删除
接口地址:/jeecg-boot/sys/fillRule/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
填值规则-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-编辑
接口地址:/jeecg-boot/sys/fillRule/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
填值规则-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleClass": "",
"ruleCode": "",
"ruleName": "",
"ruleParams": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysFillRule | 填值规则 | body | true | sys_fill_rule对象 | sys_fill_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键ID | false | string | ||
ruleClass | 规则实现类 | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleName | 规则名称 | false | string | ||
ruleParams | 规则参数 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-编辑
接口地址:/jeecg-boot/sys/fillRule/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
填值规则-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleClass": "",
"ruleCode": "",
"ruleName": "",
"ruleParams": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysFillRule | 填值规则 | body | true | sys_fill_rule对象 | sys_fill_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键ID | false | string | ||
ruleClass | 规则实现类 | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleName | 规则名称 | false | string | ||
ruleParams | 规则参数 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-分页列表查询
接口地址:/jeecg-boot/sys/fillRule/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
填值规则-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人 | query | false | string | |
createTime | 创建时间 | query | false | string(date-time) | |
id | 主键ID | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
ruleClass | 规则实现类 | query | false | string | |
ruleCode | 规则Code | query | false | string | |
ruleName | 规则名称 | query | false | string | |
ruleParams | 规则参数 | query | false | string | |
updateBy | 修改人 | query | false | string | |
updateTime | 修改时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
填值规则-通过id查询
接口地址:/jeecg-boot/sys/fillRule/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
填值规则-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理
多数据源管理-添加
接口地址:/jeecg-boot/sys/dataSource/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
多数据源管理-添加
请求示例:
{
"code": "",
"createBy": "",
"createTime": "",
"dbDriver": "",
"dbName": "",
"dbPassword": "",
"dbType": "",
"dbUrl": "",
"dbUsername": "",
"id": "",
"name": "",
"remark": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDataSource | 多数据源管理 | body | true | sys_data_source对象 | sys_data_source对象 |
code | 数据源编码 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dbDriver | 驱动类 | false | string | ||
dbName | 数据库名称 | false | string | ||
dbPassword | 密码 | false | string | ||
dbType | 数据库类型 | false | string | ||
dbUrl | 数据源地址 | false | string | ||
dbUsername | 用户名 | false | string | ||
id | id | false | string | ||
name | 数据源名称 | false | string | ||
remark | 备注 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-通过id删除
接口地址:/jeecg-boot/sys/dataSource/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
多数据源管理-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-批量删除
接口地址:/jeecg-boot/sys/dataSource/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
多数据源管理-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-编辑
接口地址:/jeecg-boot/sys/dataSource/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
多数据源管理-编辑
请求示例:
{
"code": "",
"createBy": "",
"createTime": "",
"dbDriver": "",
"dbName": "",
"dbPassword": "",
"dbType": "",
"dbUrl": "",
"dbUsername": "",
"id": "",
"name": "",
"remark": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDataSource | 多数据源管理 | body | true | sys_data_source对象 | sys_data_source对象 |
code | 数据源编码 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dbDriver | 驱动类 | false | string | ||
dbName | 数据库名称 | false | string | ||
dbPassword | 密码 | false | string | ||
dbType | 数据库类型 | false | string | ||
dbUrl | 数据源地址 | false | string | ||
dbUsername | 用户名 | false | string | ||
id | id | false | string | ||
name | 数据源名称 | false | string | ||
remark | 备注 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-编辑
接口地址:/jeecg-boot/sys/dataSource/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
多数据源管理-编辑
请求示例:
{
"code": "",
"createBy": "",
"createTime": "",
"dbDriver": "",
"dbName": "",
"dbPassword": "",
"dbType": "",
"dbUrl": "",
"dbUsername": "",
"id": "",
"name": "",
"remark": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDataSource | 多数据源管理 | body | true | sys_data_source对象 | sys_data_source对象 |
code | 数据源编码 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dbDriver | 驱动类 | false | string | ||
dbName | 数据库名称 | false | string | ||
dbPassword | 密码 | false | string | ||
dbType | 数据库类型 | false | string | ||
dbUrl | 数据源地址 | false | string | ||
dbUsername | 用户名 | false | string | ||
id | id | false | string | ||
name | 数据源名称 | false | string | ||
remark | 备注 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-分页列表查询
接口地址:/jeecg-boot/sys/dataSource/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
多数据源管理-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
code | 数据源编码 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dbDriver | 驱动类 | query | false | string | |
dbName | 数据库名称 | query | false | string | |
dbPassword | 密码 | query | false | string | |
dbType | 数据库类型 | query | false | string | |
dbUrl | 数据源地址 | query | false | string | |
dbUsername | 用户名 | query | false | string | |
id | id | query | false | string | |
name | 数据源名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
remark | 备注 | query | false | string | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
多数据源管理-通过id查询
接口地址:/jeecg-boot/sys/dataSource/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
多数据源管理-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
定时任务接口
停止定时任务
接口地址:/jeecg-boot/sys/quartzJob/pause
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
启动定时任务
接口地址:/jeecg-boot/sys/quartzJob/resume
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
实验审批表
实验审批表-添加
接口地址:/jeecg-boot/oem.flow/experimentApproval/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
实验审批表-添加
请求示例:
{
"createBy": "",
"createTime": "",
"doneUsers": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"proposer": "",
"status": "",
"sysOrgCode": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentApproval | 实验审批表 | body | true | eoc_oem_experiment_approval对象 | eoc_oem_experiment_approval对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
doneUsers | 关闭者 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
proposer | 申请者 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
title | 标题 | false | string | ||
todoUsers | 待处理 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验审批表-通过id删除
接口地址:/jeecg-boot/oem.flow/experimentApproval/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验审批表-批量删除
接口地址:/jeecg-boot/oem.flow/experimentApproval/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验审批表-编辑
接口地址:/jeecg-boot/oem.flow/experimentApproval/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
实验审批表-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"doneUsers": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"proposer": "",
"status": "",
"sysOrgCode": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentApproval | 实验审批表 | body | true | eoc_oem_experiment_approval对象 | eoc_oem_experiment_approval对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
doneUsers | 关闭者 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
proposer | 申请者 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
title | 标题 | false | string | ||
todoUsers | 待处理 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验审批表-编辑
接口地址:/jeecg-boot/oem.flow/experimentApproval/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
实验审批表-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"doneUsers": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"proposer": "",
"status": "",
"sysOrgCode": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
experimentApproval | 实验审批表 | body | true | eoc_oem_experiment_approval对象 | eoc_oem_experiment_approval对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
doneUsers | 关闭者 | false | string | ||
experimentId | 实验ID | false | integer(int32) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
proposer | 申请者 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
title | 标题 | false | string | ||
todoUsers | 待处理 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验审批表-分页列表查询
接口地址:/jeecg-boot/oem.flow/experimentApproval/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
doneUsers | 关闭者 | query | false | string | |
experimentId | 实验ID | query | false | integer(int32) | |
experimentName | 实验名称 | query | false | string | |
id | 主键 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
proposer | 申请者 | query | false | string | |
status | 状态 | query | false | string | |
sysOrgCode | 所属部门 | query | false | string | |
title | 标题 | query | false | string | |
todoUsers | 待处理 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_oem_experiment_approval对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_oem_experiment_approval对象» | IPage«eoc_oem_experiment_approval对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_oem_experiment_approval对象 | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
doneUsers | 关闭者 | string | |
experimentId | 实验ID | integer | |
experimentName | 实验名称 | string | |
id | 主键 | string | |
proposer | 申请者 | string | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
title | 标题 | string | |
todoUsers | 待处理 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"createBy": "",
"createTime": "",
"doneUsers": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"proposer": "",
"status": "",
"sysOrgCode": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
实验审批表-通过id查询
接口地址:/jeecg-boot/oem.flow/experimentApproval/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_oem_experiment_approval对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_oem_experiment_approval对象 | eoc_oem_experiment_approval对象 |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
doneUsers | 关闭者 | string | |
experimentId | 实验ID | integer(int32) | |
experimentName | 实验名称 | string | |
id | 主键 | string | |
proposer | 申请者 | string | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
title | 标题 | string | |
todoUsers | 待处理 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"createBy": "",
"createTime": "",
"doneUsers": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"proposer": "",
"status": "",
"sysOrgCode": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
实验审批表-执行动作
接口地址:/jeecg-boot/oem.flow/experimentApproval/relationAct
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-执行动作
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
实验表
实验表-通过id归档
接口地址:/jeecg-boot/experiment/eocLayerExperiment/archived
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-通过id归档
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string | |
type | type | query | true | string | |
dataId | dataId | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验表-通过id删除
接口地址:/jeecg-boot/experiment/eocLayerExperiment/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string | |
dataId | dataId | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
实验表-批量删除
接口地址:/jeecg-boot/experiment/eocLayerExperiment/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
全局事件-分页列表查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
archived | 是否归档 | query | false | integer(int32) | |
createBy | 创建人 | query | false | string | |
created | 创建日期 | query | false | string(date-time) | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 实验备注 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
environments | 环境 | query | false | string | |
featureFlagId | featureId | query | false | string | |
featureFlagKey | 实验值 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
ispushexperiment | 是否为推送实验 | query | false | integer(int32) | |
key | 值 | query | false | string | |
layerId | 层ID | query | false | integer(int64) | |
metrics | 指标集 | query | false | string | |
name | 实验名 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | 所属平台 | query | false | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目ID | query | false | string | |
proposer | 申请人 | query | false | string | |
pushExperiment | 推送实验数据 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 实验状态 | query | false | string | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
type | 实验类型 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_layer_experiment对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_layer_experiment对象» | IPage«eoc_layer_experiment对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_layer_experiment对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
archived | 是否归档 | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
created | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 实验备注 | string | |
doneUsers | 处理过的人 | string | |
environments | 环境 | string | |
featureFlagId | featureId | string | |
featureFlagKey | 实验值 | string | |
id | 主键 | integer | |
ispushexperiment | 是否为推送实验 | integer | |
key | 值 | string | |
layerId | 层ID | integer | |
metrics | 指标集 | string | |
name | 实验名 | string | |
platform | 所属平台 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目ID | string | |
proposer | 申请人 | string | |
pushExperiment | 推送实验数据 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 实验状态 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
type | 实验类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"archived": 0,
"createBy": "",
"createTime": "",
"created": "",
"dataId": "",
"description": "",
"doneUsers": "",
"environments": "",
"featureFlagId": "",
"featureFlagKey": "",
"id": 0,
"ispushexperiment": 0,
"key": "",
"layerId": 0,
"metrics": "",
"name": "",
"platform": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": "",
"proposer": "",
"pushExperiment": "",
"serviceImplName": "",
"status": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"type": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
全局事件-批量获取实验
接口地址:/jeecg-boot/experiment/eocLayerExperiment/lists
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-根据ID拼接而成的字符串,非数组,获取
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«EocLayerExperimentVo对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | EocLayerExperimentVo对象 |
accountName | string | ||
actStatus | string | ||
archived | integer(int32) | ||
companyName | string | ||
createBy | 创建人 | string | |
createName | string | ||
created | string(date-time) | ||
dataId | string | ||
description | string | ||
endDate | string | ||
envId | string | ||
envName | string | ||
experimentId | integer(int64) | ||
extraActStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraIdList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraKeyList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraMabList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraTimeList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extype | string | ||
featureFlagKey | string | ||
featureFlagName | string | ||
flagCreateTime | string(date-time) | ||
flagUpdateTime | string(date-time) | ||
id | integer(int64) | ||
ispushexperiment | integer(int32) | ||
layerId | integer(int64) | ||
locale | string | ||
mab | string | ||
mabType | string | ||
metricsIds | string | ||
mflow | string | ||
mid | string | ||
mtime | string | ||
mtype | string | ||
multiStatusList | array | string | |
name | string | ||
platform | string | ||
projectId | integer(int64) | ||
projectName | string | ||
projectSdkKey | string | ||
projectStatus | string | ||
pushExperiment | string | ||
startDate | string | ||
status | string | ||
timeRange | string | ||
type | string | ||
updateTime | string(date-time) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountName": "",
"actStatus": "",
"archived": 0,
"companyName": "",
"createBy": "",
"createName": "",
"created": "",
"dataId": "",
"description": "",
"endDate": "",
"envId": "",
"envName": "",
"experimentId": 0,
"extraActStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraIdList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraKeyList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraMabList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraTimeList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extype": "",
"featureFlagKey": "",
"featureFlagName": "",
"flagCreateTime": "",
"flagUpdateTime": "",
"id": 0,
"ispushexperiment": 0,
"layerId": 0,
"locale": "",
"mab": "",
"mabType": "",
"metricsIds": "",
"mflow": "",
"mid": "",
"mtime": "",
"mtype": "",
"multiStatusList": [],
"name": "",
"platform": "",
"projectId": 0,
"projectName": "",
"projectSdkKey": "",
"projectStatus": "",
"pushExperiment": "",
"startDate": "",
"status": "",
"timeRange": "",
"type": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
指标详情-查询审核列表
接口地址:/jeecg-boot/experiment/eocLayerExperiment/myList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-分页审核实验列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
archived | 是否归档 | query | false | integer(int32) | |
createBy | 创建人 | query | false | string | |
created | 创建日期 | query | false | string(date-time) | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 实验备注 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
environments | 环境 | query | false | string | |
featureFlagId | featureId | query | false | string | |
featureFlagKey | 实验值 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
ispushexperiment | 是否为推送实验 | query | false | integer(int32) | |
key | 值 | query | false | string | |
layerId | 层ID | query | false | integer(int64) | |
metrics | 指标集 | query | false | string | |
name | 实验名 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | 所属平台 | query | false | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目ID | query | false | string | |
proposer | 申请人 | query | false | string | |
pushExperiment | 推送实验数据 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 实验状态 | query | false | string | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
type | 实验类型 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_layer_experiment对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_layer_experiment对象» | IPage«eoc_layer_experiment对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_layer_experiment对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
archived | 是否归档 | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
created | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 实验备注 | string | |
doneUsers | 处理过的人 | string | |
environments | 环境 | string | |
featureFlagId | featureId | string | |
featureFlagKey | 实验值 | string | |
id | 主键 | integer | |
ispushexperiment | 是否为推送实验 | integer | |
key | 值 | string | |
layerId | 层ID | integer | |
metrics | 指标集 | string | |
name | 实验名 | string | |
platform | 所属平台 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目ID | string | |
proposer | 申请人 | string | |
pushExperiment | 推送实验数据 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 实验状态 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
type | 实验类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"archived": 0,
"createBy": "",
"createTime": "",
"created": "",
"dataId": "",
"description": "",
"doneUsers": "",
"environments": "",
"featureFlagId": "",
"featureFlagKey": "",
"id": 0,
"ispushexperiment": 0,
"key": "",
"layerId": 0,
"metrics": "",
"name": "",
"platform": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": "",
"proposer": "",
"pushExperiment": "",
"serviceImplName": "",
"status": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"type": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
全局事件-获取实验账户
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryAllAccount
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-查询当前拥有实验的账户
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«EocAccountVo»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | EocAccountVo |
accountName | string | ||
id | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountName": "",
"id": 0
}
],
"success": true,
"timestamp": 0
}
实验表-附其他表信息的列表查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryAllList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-附其他表信息的列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountName | query | false | string | ||
actStatus | query | false | string | ||
archived | query | false | integer(int32) | ||
companyName | query | false | string | ||
createBy | 创建人 | query | false | string | |
created | query | false | string(date-time) | ||
createName | query | false | string | ||
dataId | query | false | string | ||
description | query | false | string | ||
endDate | query | false | string | ||
envId | query | false | string | ||
envName | query | false | string | ||
experimentId | query | false | integer(int64) | ||
extraActStatusList[0].actStatus | query | false | string | ||
extraActStatusList[0].codeFragment | query | false | string | ||
extraActStatusList[0].created | query | false | string(date-time) | ||
extraActStatusList[0].dataFiles | query | false | string | ||
extraActStatusList[0].dataId | query | false | string | ||
extraActStatusList[0].envId | query | false | integer(int32) | ||
extraActStatusList[0].envName | query | false | string | ||
extraActStatusList[0].exId | query | false | integer(int64) | ||
extraActStatusList[0].layerId | query | false | integer(int64) | ||
extraActStatusList[0].projectStatus | query | false | string | ||
extraActStatusList[0].sdkKey | query | false | string | ||
extraActStatusList[0].status | query | false | string | ||
extraActStatusList[0].updateTime | query | false | string(date-time) | ||
extraIdList[0].actStatus | query | false | string | ||
extraIdList[0].codeFragment | query | false | string | ||
extraIdList[0].created | query | false | string(date-time) | ||
extraIdList[0].dataFiles | query | false | string | ||
extraIdList[0].dataId | query | false | string | ||
extraIdList[0].envId | query | false | integer(int32) | ||
extraIdList[0].envName | query | false | string | ||
extraIdList[0].exId | query | false | integer(int64) | ||
extraIdList[0].layerId | query | false | integer(int64) | ||
extraIdList[0].projectStatus | query | false | string | ||
extraIdList[0].sdkKey | query | false | string | ||
extraIdList[0].status | query | false | string | ||
extraIdList[0].updateTime | query | false | string(date-time) | ||
extraKeyList[0].actStatus | query | false | string | ||
extraKeyList[0].codeFragment | query | false | string | ||
extraKeyList[0].created | query | false | string(date-time) | ||
extraKeyList[0].dataFiles | query | false | string | ||
extraKeyList[0].dataId | query | false | string | ||
extraKeyList[0].envId | query | false | integer(int32) | ||
extraKeyList[0].envName | query | false | string | ||
extraKeyList[0].exId | query | false | integer(int64) | ||
extraKeyList[0].layerId | query | false | integer(int64) | ||
extraKeyList[0].projectStatus | query | false | string | ||
extraKeyList[0].sdkKey | query | false | string | ||
extraKeyList[0].status | query | false | string | ||
extraKeyList[0].updateTime | query | false | string(date-time) | ||
extraMabList[0].actStatus | query | false | string | ||
extraMabList[0].codeFragment | query | false | string | ||
extraMabList[0].created | query | false | string(date-time) | ||
extraMabList[0].dataFiles | query | false | string | ||
extraMabList[0].dataId | query | false | string | ||
extraMabList[0].envId | query | false | integer(int32) | ||
extraMabList[0].envName | query | false | string | ||
extraMabList[0].exId | query | false | integer(int64) | ||
extraMabList[0].layerId | query | false | integer(int64) | ||
extraMabList[0].projectStatus | query | false | string | ||
extraMabList[0].sdkKey | query | false | string | ||
extraMabList[0].status | query | false | string | ||
extraMabList[0].updateTime | query | false | string(date-time) | ||
extraStatusList[0].actStatus | query | false | string | ||
extraStatusList[0].codeFragment | query | false | string | ||
extraStatusList[0].created | query | false | string(date-time) | ||
extraStatusList[0].dataFiles | query | false | string | ||
extraStatusList[0].dataId | query | false | string | ||
extraStatusList[0].envId | query | false | integer(int32) | ||
extraStatusList[0].envName | query | false | string | ||
extraStatusList[0].exId | query | false | integer(int64) | ||
extraStatusList[0].layerId | query | false | integer(int64) | ||
extraStatusList[0].projectStatus | query | false | string | ||
extraStatusList[0].sdkKey | query | false | string | ||
extraStatusList[0].status | query | false | string | ||
extraStatusList[0].updateTime | query | false | string(date-time) | ||
extraTimeList[0].actStatus | query | false | string | ||
extraTimeList[0].codeFragment | query | false | string | ||
extraTimeList[0].created | query | false | string(date-time) | ||
extraTimeList[0].dataFiles | query | false | string | ||
extraTimeList[0].dataId | query | false | string | ||
extraTimeList[0].envId | query | false | integer(int32) | ||
extraTimeList[0].envName | query | false | string | ||
extraTimeList[0].exId | query | false | integer(int64) | ||
extraTimeList[0].layerId | query | false | integer(int64) | ||
extraTimeList[0].projectStatus | query | false | string | ||
extraTimeList[0].sdkKey | query | false | string | ||
extraTimeList[0].status | query | false | string | ||
extraTimeList[0].updateTime | query | false | string(date-time) | ||
extype | query | false | string | ||
featureFlagKey | query | false | string | ||
featureFlagName | query | false | string | ||
flagCreateTime | query | false | string(date-time) | ||
flagUpdateTime | query | false | string(date-time) | ||
id | query | false | integer(int64) | ||
ispushexperiment | query | false | integer(int32) | ||
layerId | query | false | integer(int64) | ||
locale | query | false | string | ||
mab | query | false | string | ||
mabType | query | false | string | ||
metricsIds | query | false | string | ||
MFlow | query | false | string | ||
MId | query | false | string | ||
MTime | query | false | string | ||
MType | query | false | string | ||
multiStatusList | query | false | array | string | |
name | query | false | string | ||
platform | query | false | string | ||
projectId | query | false | integer(int64) | ||
projectName | query | false | string | ||
projectSdkKey | query | false | string | ||
projectStatus | query | false | string | ||
pushExperiment | query | false | string | ||
startDate | query | false | string | ||
status | query | false | string | ||
timeRange | query | false | string | ||
type | query | false | string | ||
updateTime | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«EocLayerExperimentVo对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | EocLayerExperimentVo对象 |
accountName | string | ||
actStatus | string | ||
archived | integer(int32) | ||
companyName | string | ||
createBy | 创建人 | string | |
createName | string | ||
created | string(date-time) | ||
dataId | string | ||
description | string | ||
endDate | string | ||
envId | string | ||
envName | string | ||
experimentId | integer(int64) | ||
extraActStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraIdList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraKeyList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraMabList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraTimeList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extype | string | ||
featureFlagKey | string | ||
featureFlagName | string | ||
flagCreateTime | string(date-time) | ||
flagUpdateTime | string(date-time) | ||
id | integer(int64) | ||
ispushexperiment | integer(int32) | ||
layerId | integer(int64) | ||
locale | string | ||
mab | string | ||
mabType | string | ||
metricsIds | string | ||
mflow | string | ||
mid | string | ||
mtime | string | ||
mtype | string | ||
multiStatusList | array | string | |
name | string | ||
platform | string | ||
projectId | integer(int64) | ||
projectName | string | ||
projectSdkKey | string | ||
projectStatus | string | ||
pushExperiment | string | ||
startDate | string | ||
status | string | ||
timeRange | string | ||
type | string | ||
updateTime | string(date-time) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountName": "",
"actStatus": "",
"archived": 0,
"companyName": "",
"createBy": "",
"createName": "",
"created": "",
"dataId": "",
"description": "",
"endDate": "",
"envId": "",
"envName": "",
"experimentId": 0,
"extraActStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraIdList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraKeyList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraMabList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraTimeList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extype": "",
"featureFlagKey": "",
"featureFlagName": "",
"flagCreateTime": "",
"flagUpdateTime": "",
"id": 0,
"ispushexperiment": 0,
"layerId": 0,
"locale": "",
"mab": "",
"mabType": "",
"metricsIds": "",
"mflow": "",
"mid": "",
"mtime": "",
"mtype": "",
"multiStatusList": [],
"name": "",
"platform": "",
"projectId": 0,
"projectName": "",
"projectSdkKey": "",
"projectStatus": "",
"pushExperiment": "",
"startDate": "",
"status": "",
"timeRange": "",
"type": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
全局事件-获取实验项目
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryAllProject
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-根据ID拼查询当前拥有实验的项目
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_project对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_project对象 |
account_id | 用户ID | integer(int64) | |
allowed_origins | 允许的来源 | array | object |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | |
cdn_revision | cdn修订版本 | integer(int32) | |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | |
code_revision | 代码修订次数 | integer(int32) | |
collaborator_roles | 合作者角色 | array | object |
createTime | 创建时间2 | string(date-time) | |
created | 创建时间 | string(date-time) | |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | |
last_modified | 最后修改时间 | string(date-time) | |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | string |
project_platforms | 项目平台 | array | object |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | object |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | object |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
],
"success": true,
"timestamp": 0
}
实验表-通过id查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_layer_experiment对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_layer_experiment对象 | eoc_layer_experiment对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
archived | 是否归档 | integer(int32) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
created | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 实验备注 | string | |
doneUsers | 处理过的人 | string | |
environments | 环境 | string | |
featureFlagId | featureId | string | |
featureFlagKey | 实验值 | string | |
id | 主键 | integer(int64) | |
ispushexperiment | 是否为推送实验 | integer(int32) | |
key | 值 | string | |
layerId | 层ID | integer(int64) | |
metrics | 指标集 | string | |
name | 实验名 | string | |
platform | 所属平台 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目ID | string | |
proposer | 申请人 | string | |
pushExperiment | 推送实验数据 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 实验状态 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
type | 实验类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"actStatus": "",
"archived": 0,
"createBy": "",
"createTime": "",
"created": "",
"dataId": "",
"description": "",
"doneUsers": "",
"environments": "",
"featureFlagId": "",
"featureFlagKey": "",
"id": 0,
"ispushexperiment": 0,
"key": "",
"layerId": 0,
"metrics": "",
"name": "",
"platform": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": "",
"proposer": "",
"pushExperiment": "",
"serviceImplName": "",
"status": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"type": "",
"updateBy": "",
"updateTime": "",
"values": {}
},
"success": true,
"timestamp": 0
}
实验表-通过id查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryByProjectId
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
projectId | projectId | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_layer_experiment对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_layer_experiment对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
archived | 是否归档 | integer(int32) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
created | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 实验备注 | string | |
doneUsers | 处理过的人 | string | |
environments | 环境 | string | |
featureFlagId | featureId | string | |
featureFlagKey | 实验值 | string | |
id | 主键 | integer(int64) | |
ispushexperiment | 是否为推送实验 | integer(int32) | |
key | 值 | string | |
layerId | 层ID | integer(int64) | |
metrics | 指标集 | string | |
name | 实验名 | string | |
platform | 所属平台 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目ID | string | |
proposer | 申请人 | string | |
pushExperiment | 推送实验数据 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 实验状态 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
type | 实验类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"archived": 0,
"createBy": "",
"createTime": "",
"created": "",
"dataId": "",
"description": "",
"doneUsers": "",
"environments": "",
"featureFlagId": "",
"featureFlagKey": "",
"id": 0,
"ispushexperiment": 0,
"key": "",
"layerId": 0,
"metrics": "",
"name": "",
"platform": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": "",
"proposer": "",
"pushExperiment": "",
"serviceImplName": "",
"status": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"type": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
全局事件-获取实验账户
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryExperimentAllActStatust
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
全局事件-查询当前拥有实验的账户
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«actStatusType»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | actStatusType |
name | string | ||
value | string | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"name": "",
"value": ""
}
],
"success": true,
"timestamp": 0
}
账户表-归属地分组查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryLocale
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
账户表-归属地分组查询 待删除
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«string»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [],
"success": true,
"timestamp": 0
}
实验表-附其他表信息的分页列表查询
接口地址:/jeecg-boot/experiment/eocLayerExperiment/queryPageList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-附其他表信息的分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountName | query | false | string | ||
actStatus | query | false | string | ||
archived | query | false | integer(int32) | ||
companyName | query | false | string | ||
createBy | 创建人 | query | false | string | |
created | query | false | string(date-time) | ||
createName | query | false | string | ||
dataId | query | false | string | ||
description | query | false | string | ||
endDate | query | false | string | ||
envId | query | false | string | ||
envName | query | false | string | ||
experimentId | query | false | integer(int64) | ||
extraActStatusList[0].actStatus | query | false | string | ||
extraActStatusList[0].codeFragment | query | false | string | ||
extraActStatusList[0].created | query | false | string(date-time) | ||
extraActStatusList[0].dataFiles | query | false | string | ||
extraActStatusList[0].dataId | query | false | string | ||
extraActStatusList[0].envId | query | false | integer(int32) | ||
extraActStatusList[0].envName | query | false | string | ||
extraActStatusList[0].exId | query | false | integer(int64) | ||
extraActStatusList[0].layerId | query | false | integer(int64) | ||
extraActStatusList[0].projectStatus | query | false | string | ||
extraActStatusList[0].sdkKey | query | false | string | ||
extraActStatusList[0].status | query | false | string | ||
extraActStatusList[0].updateTime | query | false | string(date-time) | ||
extraIdList[0].actStatus | query | false | string | ||
extraIdList[0].codeFragment | query | false | string | ||
extraIdList[0].created | query | false | string(date-time) | ||
extraIdList[0].dataFiles | query | false | string | ||
extraIdList[0].dataId | query | false | string | ||
extraIdList[0].envId | query | false | integer(int32) | ||
extraIdList[0].envName | query | false | string | ||
extraIdList[0].exId | query | false | integer(int64) | ||
extraIdList[0].layerId | query | false | integer(int64) | ||
extraIdList[0].projectStatus | query | false | string | ||
extraIdList[0].sdkKey | query | false | string | ||
extraIdList[0].status | query | false | string | ||
extraIdList[0].updateTime | query | false | string(date-time) | ||
extraKeyList[0].actStatus | query | false | string | ||
extraKeyList[0].codeFragment | query | false | string | ||
extraKeyList[0].created | query | false | string(date-time) | ||
extraKeyList[0].dataFiles | query | false | string | ||
extraKeyList[0].dataId | query | false | string | ||
extraKeyList[0].envId | query | false | integer(int32) | ||
extraKeyList[0].envName | query | false | string | ||
extraKeyList[0].exId | query | false | integer(int64) | ||
extraKeyList[0].layerId | query | false | integer(int64) | ||
extraKeyList[0].projectStatus | query | false | string | ||
extraKeyList[0].sdkKey | query | false | string | ||
extraKeyList[0].status | query | false | string | ||
extraKeyList[0].updateTime | query | false | string(date-time) | ||
extraMabList[0].actStatus | query | false | string | ||
extraMabList[0].codeFragment | query | false | string | ||
extraMabList[0].created | query | false | string(date-time) | ||
extraMabList[0].dataFiles | query | false | string | ||
extraMabList[0].dataId | query | false | string | ||
extraMabList[0].envId | query | false | integer(int32) | ||
extraMabList[0].envName | query | false | string | ||
extraMabList[0].exId | query | false | integer(int64) | ||
extraMabList[0].layerId | query | false | integer(int64) | ||
extraMabList[0].projectStatus | query | false | string | ||
extraMabList[0].sdkKey | query | false | string | ||
extraMabList[0].status | query | false | string | ||
extraMabList[0].updateTime | query | false | string(date-time) | ||
extraStatusList[0].actStatus | query | false | string | ||
extraStatusList[0].codeFragment | query | false | string | ||
extraStatusList[0].created | query | false | string(date-time) | ||
extraStatusList[0].dataFiles | query | false | string | ||
extraStatusList[0].dataId | query | false | string | ||
extraStatusList[0].envId | query | false | integer(int32) | ||
extraStatusList[0].envName | query | false | string | ||
extraStatusList[0].exId | query | false | integer(int64) | ||
extraStatusList[0].layerId | query | false | integer(int64) | ||
extraStatusList[0].projectStatus | query | false | string | ||
extraStatusList[0].sdkKey | query | false | string | ||
extraStatusList[0].status | query | false | string | ||
extraStatusList[0].updateTime | query | false | string(date-time) | ||
extraTimeList[0].actStatus | query | false | string | ||
extraTimeList[0].codeFragment | query | false | string | ||
extraTimeList[0].created | query | false | string(date-time) | ||
extraTimeList[0].dataFiles | query | false | string | ||
extraTimeList[0].dataId | query | false | string | ||
extraTimeList[0].envId | query | false | integer(int32) | ||
extraTimeList[0].envName | query | false | string | ||
extraTimeList[0].exId | query | false | integer(int64) | ||
extraTimeList[0].layerId | query | false | integer(int64) | ||
extraTimeList[0].projectStatus | query | false | string | ||
extraTimeList[0].sdkKey | query | false | string | ||
extraTimeList[0].status | query | false | string | ||
extraTimeList[0].updateTime | query | false | string(date-time) | ||
extype | query | false | string | ||
featureFlagKey | query | false | string | ||
featureFlagName | query | false | string | ||
flagCreateTime | query | false | string(date-time) | ||
flagUpdateTime | query | false | string(date-time) | ||
id | query | false | integer(int64) | ||
ispushexperiment | query | false | integer(int32) | ||
layerId | query | false | integer(int64) | ||
locale | query | false | string | ||
mab | query | false | string | ||
mabType | query | false | string | ||
metricsIds | query | false | string | ||
MFlow | query | false | string | ||
MId | query | false | string | ||
MTime | query | false | string | ||
MType | query | false | string | ||
multiStatusList | query | false | array | string | |
name | query | false | string | ||
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
platform | query | false | string | ||
projectId | query | false | integer(int64) | ||
projectName | query | false | string | ||
projectSdkKey | query | false | string | ||
projectStatus | query | false | string | ||
pushExperiment | query | false | string | ||
startDate | query | false | string | ||
status | query | false | string | ||
timeRange | query | false | string | ||
type | query | false | string | ||
updateTime | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«EocLayerExperimentVo对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«EocLayerExperimentVo对象» | IPage«EocLayerExperimentVo对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | EocLayerExperimentVo对象 | |
accountName | string | ||
actStatus | string | ||
archived | integer | ||
companyName | string | ||
createBy | 创建人 | string | |
createName | string | ||
created | string | ||
dataId | string | ||
description | string | ||
endDate | string | ||
envId | string | ||
envName | string | ||
experimentId | integer | ||
extraActStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraIdList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraKeyList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraMabList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraStatusList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extraTimeList | array | ExtraColumn | |
actStatus | string | ||
codeFragment | string | ||
created | string | ||
dataFiles | string | ||
dataId | string | ||
envId | integer | ||
envName | string | ||
exId | integer | ||
layerId | integer | ||
projectStatus | string | ||
sdkKey | string | ||
status | string | ||
updateTime | string | ||
extype | string | ||
featureFlagKey | string | ||
featureFlagName | string | ||
flagCreateTime | string | ||
flagUpdateTime | string | ||
id | integer | ||
ispushexperiment | integer | ||
layerId | integer | ||
locale | string | ||
mab | string | ||
mabType | string | ||
metricsIds | string | ||
mflow | string | ||
mid | string | ||
mtime | string | ||
mtype | string | ||
multiStatusList | array | string | |
name | string | ||
platform | string | ||
projectId | integer | ||
projectName | string | ||
projectSdkKey | string | ||
projectStatus | string | ||
pushExperiment | string | ||
startDate | string | ||
status | string | ||
timeRange | string | ||
type | string | ||
updateTime | string | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountName": "",
"actStatus": "",
"archived": 0,
"companyName": "",
"createBy": "",
"createName": "",
"created": "",
"dataId": "",
"description": "",
"endDate": "",
"envId": "",
"envName": "",
"experimentId": 0,
"extraActStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraIdList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraKeyList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraMabList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraStatusList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extraTimeList": [
{
"actStatus": "",
"codeFragment": "",
"created": "",
"dataFiles": "",
"dataId": "",
"envId": 0,
"envName": "",
"exId": 0,
"layerId": 0,
"projectStatus": "",
"sdkKey": "",
"status": "",
"updateTime": ""
}
],
"extype": "",
"featureFlagKey": "",
"featureFlagName": "",
"flagCreateTime": "",
"flagUpdateTime": "",
"id": 0,
"ispushexperiment": 0,
"layerId": 0,
"locale": "",
"mab": "",
"mabType": "",
"metricsIds": "",
"mflow": "",
"mid": "",
"mtime": "",
"mtype": "",
"multiStatusList": [],
"name": "",
"platform": "",
"projectId": 0,
"projectName": "",
"projectSdkKey": "",
"projectStatus": "",
"pushExperiment": "",
"startDate": "",
"status": "",
"timeRange": "",
"type": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
实验审批表-执行动作
接口地址:/jeecg-boot/experiment/eocLayerExperiment/relationAct
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-执行动作
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
实验表-通过id反归档
接口地址:/jeecg-boot/experiment/eocLayerExperiment/restoreArchived
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验表-通过id反归档
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string | |
type | type | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表
客群表-添加
接口地址:/jeecg-boot/experiment/eocCustomerGroup/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
客群表-添加
请求示例:
{
"accountId": 0,
"archived": 0,
"audienceList": [
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
],
"belong": "",
"condition_type": "",
"createBy": "",
"createTime": "",
"deald": 0,
"description": "",
"endDate": "",
"filecontent": "",
"filepath": "",
"history": "",
"id": 0,
"name": "",
"projectId": 0,
"startDate": "",
"status": "",
"timeRange": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocCustomerGroup | 客群表 | body | true | eoc_customer_group对象 | eoc_customer_group对象 |
accountId | 账户id | false | integer(int64) | ||
archived | 是否归档 | false | integer(int32) | ||
audienceList | false | array | eoc_audience对象 | ||
adaptive_audience_status | 自适应受众状态 | false | string | ||
archived | 是否存档 | false | boolean | ||
compatible_with | 兼容情况 | false | string | ||
conditions | 条件 | false | string | ||
create_time | 创建时间2 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
id | 受众ID | false | integer | ||
last_modified | 最后一次修改时间 | false | string | ||
name | 名称 | false | string | ||
project_id | 工程项目ID | false | integer | ||
segment_id | 章节部分ID | false | integer | ||
segmentation | 是否分段 | false | boolean | ||
user_touched | 是否用户触摸 | false | boolean | ||
belong | 管理人 | false | string | ||
condition_type | 属性类型,与属性同步,无意义 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
deald | 是否处理 | false | integer(int32) | ||
description | 客群描述 | false | string | ||
endDate | false | string | |||
filecontent | 客群文件内容 | false | string | ||
filepath | 客群文件路径 | false | string | ||
history | 历史数据 | false | string | ||
id | 主键 | false | integer(int64) | ||
name | 客群名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
startDate | false | string | |||
status | 状态 | false | string | ||
timeRange | false | string | |||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表-通过id删除
接口地址:/jeecg-boot/experiment/eocCustomerGroup/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
客群表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表-批量删除
接口地址:/jeecg-boot/experiment/eocCustomerGroup/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
客群表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表-编辑
接口地址:/jeecg-boot/experiment/eocCustomerGroup/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
客群表-编辑
请求示例:
{
"accountId": 0,
"archived": 0,
"audienceList": [
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
],
"belong": "",
"condition_type": "",
"createBy": "",
"createTime": "",
"deald": 0,
"description": "",
"endDate": "",
"filecontent": "",
"filepath": "",
"history": "",
"id": 0,
"name": "",
"projectId": 0,
"startDate": "",
"status": "",
"timeRange": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocCustomerGroup | 客群表 | body | true | eoc_customer_group对象 | eoc_customer_group对象 |
accountId | 账户id | false | integer(int64) | ||
archived | 是否归档 | false | integer(int32) | ||
audienceList | false | array | eoc_audience对象 | ||
adaptive_audience_status | 自适应受众状态 | false | string | ||
archived | 是否存档 | false | boolean | ||
compatible_with | 兼容情况 | false | string | ||
conditions | 条件 | false | string | ||
create_time | 创建时间2 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
id | 受众ID | false | integer | ||
last_modified | 最后一次修改时间 | false | string | ||
name | 名称 | false | string | ||
project_id | 工程项目ID | false | integer | ||
segment_id | 章节部分ID | false | integer | ||
segmentation | 是否分段 | false | boolean | ||
user_touched | 是否用户触摸 | false | boolean | ||
belong | 管理人 | false | string | ||
condition_type | 属性类型,与属性同步,无意义 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
deald | 是否处理 | false | integer(int32) | ||
description | 客群描述 | false | string | ||
endDate | false | string | |||
filecontent | 客群文件内容 | false | string | ||
filepath | 客群文件路径 | false | string | ||
history | 历史数据 | false | string | ||
id | 主键 | false | integer(int64) | ||
name | 客群名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
startDate | false | string | |||
status | 状态 | false | string | ||
timeRange | false | string | |||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表-编辑
接口地址:/jeecg-boot/experiment/eocCustomerGroup/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
客群表-编辑
请求示例:
{
"accountId": 0,
"archived": 0,
"audienceList": [
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
],
"belong": "",
"condition_type": "",
"createBy": "",
"createTime": "",
"deald": 0,
"description": "",
"endDate": "",
"filecontent": "",
"filepath": "",
"history": "",
"id": 0,
"name": "",
"projectId": 0,
"startDate": "",
"status": "",
"timeRange": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocCustomerGroup | 客群表 | body | true | eoc_customer_group对象 | eoc_customer_group对象 |
accountId | 账户id | false | integer(int64) | ||
archived | 是否归档 | false | integer(int32) | ||
audienceList | false | array | eoc_audience对象 | ||
adaptive_audience_status | 自适应受众状态 | false | string | ||
archived | 是否存档 | false | boolean | ||
compatible_with | 兼容情况 | false | string | ||
conditions | 条件 | false | string | ||
create_time | 创建时间2 | false | string | ||
created | 创建时间 | false | string | ||
description | 描述 | false | string | ||
id | 受众ID | false | integer | ||
last_modified | 最后一次修改时间 | false | string | ||
name | 名称 | false | string | ||
project_id | 工程项目ID | false | integer | ||
segment_id | 章节部分ID | false | integer | ||
segmentation | 是否分段 | false | boolean | ||
user_touched | 是否用户触摸 | false | boolean | ||
belong | 管理人 | false | string | ||
condition_type | 属性类型,与属性同步,无意义 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
deald | 是否处理 | false | integer(int32) | ||
description | 客群描述 | false | string | ||
endDate | false | string | |||
filecontent | 客群文件内容 | false | string | ||
filepath | 客群文件路径 | false | string | ||
history | 历史数据 | false | string | ||
id | 主键 | false | integer(int64) | ||
name | 客群名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
startDate | false | string | |||
status | 状态 | false | string | ||
timeRange | false | string | |||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
客群表-分页列表查询
接口地址:/jeecg-boot/experiment/eocCustomerGroup/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
客群表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
archived | 是否归档 | query | false | integer(int32) | |
audienceList[0].adaptive_audience_status | 自适应受众状态 | query | false | string | |
audienceList[0].archived | 是否存档 | query | false | boolean | |
audienceList[0].compatible_with | 兼容情况 | query | false | string | |
audienceList[0].conditions | 条件 | query | false | string | |
audienceList[0].create_time | 创建时间2 | query | false | string(date-time) | |
audienceList[0].created | 创建时间 | query | false | string(date-time) | |
audienceList[0].description | 描述 | query | false | string | |
audienceList[0].id | 受众ID | query | false | integer(int64) | |
audienceList[0].last_modified | 最后一次修改时间 | query | false | string(date-time) | |
audienceList[0].name | 名称 | query | false | string | |
audienceList[0].project_id | 工程项目ID | query | false | integer(int64) | |
audienceList[0].segment_id | 章节部分ID | query | false | integer(int64) | |
audienceList[0].segmentation | 是否分段 | query | false | boolean | |
audienceList[0].user_touched | 是否用户触摸 | query | false | boolean | |
belong | 管理人 | query | false | string | |
condition_type | 属性类型,与属性同步,无意义 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
deald | 是否处理 | query | false | integer(int32) | |
description | 客群描述 | query | false | string | |
endDate | query | false | string | ||
filecontent | 客群文件内容 | query | false | string | |
filepath | 客群文件路径 | query | false | string | |
history | 历史数据 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
name | 客群名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目id | query | false | integer(int64) | |
startDate | query | false | string | ||
status | 状态 | query | false | string | |
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_customer_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_customer_group对象» | IPage«eoc_customer_group对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_customer_group对象 | |
accountId | 账户id | integer | |
archived | 是否归档 | integer | |
audienceList | array | eoc_audience对象 | |
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
id | 受众ID | integer | |
last_modified | 最后一次修改时间 | string | |
name | 名称 | string | |
project_id | 工程项目ID | integer | |
segment_id | 章节部分ID | integer | |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean | |
belong | 管理人 | string | |
condition_type | 属性类型,与属性同步,无意义 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
deald | 是否处理 | integer | |
description | 客群描述 | string | |
endDate | string | ||
filecontent | 客群文件内容 | string | |
filepath | 客群文件路径 | string | |
history | 历史数据 | string | |
id | 主键 | integer | |
name | 客群名称 | string | |
projectId | 项目id | integer | |
startDate | string | ||
status | 状态 | string | |
timeRange | string | ||
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"archived": 0,
"audienceList": [
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
],
"belong": "",
"condition_type": "",
"createBy": "",
"createTime": "",
"deald": 0,
"description": "",
"endDate": "",
"filecontent": "",
"filepath": "",
"history": "",
"id": 0,
"name": "",
"projectId": 0,
"startDate": "",
"status": "",
"timeRange": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
客群表-通过id查询
接口地址:/jeecg-boot/experiment/eocCustomerGroup/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
客群表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_customer_group对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_customer_group对象 | eoc_customer_group对象 |
accountId | 账户id | integer(int64) | |
archived | 是否归档 | integer(int32) | |
audienceList | array | eoc_audience对象 | |
adaptive_audience_status | 自适应受众状态 | string | |
archived | 是否存档 | boolean | |
compatible_with | 兼容情况 | string | |
conditions | 条件 | string | |
create_time | 创建时间2 | string | |
created | 创建时间 | string | |
description | 描述 | string | |
id | 受众ID | integer | |
last_modified | 最后一次修改时间 | string | |
name | 名称 | string | |
project_id | 工程项目ID | integer | |
segment_id | 章节部分ID | integer | |
segmentation | 是否分段 | boolean | |
user_touched | 是否用户触摸 | boolean | |
belong | 管理人 | string | |
condition_type | 属性类型,与属性同步,无意义 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
deald | 是否处理 | integer(int32) | |
description | 客群描述 | string | |
endDate | string | ||
filecontent | 客群文件内容 | string | |
filepath | 客群文件路径 | string | |
history | 历史数据 | string | |
id | 主键 | integer(int64) | |
name | 客群名称 | string | |
projectId | 项目id | integer(int64) | |
startDate | string | ||
status | 状态 | string | |
timeRange | string | ||
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"archived": 0,
"audienceList": [
{
"adaptive_audience_status": "",
"archived": true,
"compatible_with": "",
"conditions": "",
"create_time": "",
"created": "",
"description": "",
"id": 0,
"last_modified": "",
"name": "",
"project_id": 0,
"segment_id": 0,
"segmentation": true,
"user_touched": true
}
],
"belong": "",
"condition_type": "",
"createBy": "",
"createTime": "",
"deald": 0,
"description": "",
"endDate": "",
"filecontent": "",
"filepath": "",
"history": "",
"id": 0,
"name": "",
"projectId": 0,
"startDate": "",
"status": "",
"timeRange": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
客群上传文件
接口地址:/jeecg-boot/experiment/eocCustomerGroup/uploadDocument
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
客群上传文件
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
filePath | filePath | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
工作流流程任务管理
转办任务
接口地址:/jeecg-boot/flowable/task/assign
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
认领-签收任务
接口地址:/jeecg-boot/flowable/task/claim
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
审批任务
接口地址:/jeecg-boot/flowable/task/complete
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
审批任务
接口地址:/jeecg-boot/flowable/task/completeByDateId
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
委派任务
接口地址:/jeecg-boot/flowable/task/delegate
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
删除任务
接口地址:/jeecg-boot/flowable/task/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取所有可回退的节点
接口地址:/jeecg-boot/flowable/task/findReturnTaskListByDataId
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取已办任务
接口地址:/jeecg-boot/flowable/task/finishedList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pageNum | 当前页码 | query | true | integer(int32) | |
pageSize | 每页条数 | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
流程历史流转记录
接口地址:/jeecg-boot/flowable/task/flowRecord
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | dataId | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
我发起的流程
接口地址:/jeecg-boot/flowable/task/myProcess
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pageNum | 当前页码 | query | true | integer(int32) | |
pageSize | 每页条数 | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取下一节点
接口地址:/jeecg-boot/flowable/task/nextFlowNode
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取流程变量
接口地址:/jeecg-boot/flowable/task/processVariables/{taskId}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
taskId | 流程任务Id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
驳回任务
接口地址:/jeecg-boot/flowable/task/reject
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
退回任务
接口地址:/jeecg-boot/flowable/task/return
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取所有可回退的节点
接口地址:/jeecg-boot/flowable/task/returnList
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
撤回流程
接口地址:/jeecg-boot/flowable/task/revokeProcess
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
取消申请
接口地址:/jeecg-boot/flowable/task/stopProcess
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
驳回任务
接口地址:/jeecg-boot/flowable/task/taskRejectByDataId
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
退回任务
接口地址:/jeecg-boot/flowable/task/taskReturnByDataId
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取待办列表
接口地址:/jeecg-boot/flowable/task/todoList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pageNum | 当前页码 | query | true | integer(int32) | |
pageSize | 每页条数 | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
取消认领-签收任务
接口地址:/jeecg-boot/flowable/task/unClaim
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"assignee": "",
"candidateGroups": [],
"candidateUsers": [],
"comment": "",
"dataId": "",
"instanceId": "",
"targetKey": "",
"taskId": "",
"userId": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
flowTaskVo | flowTaskVo | body | true | 工作流任务相关--请求参数 | 工作流任务相关--请求参数 |
assignee | 审批人 | false | string | ||
candidateGroups | 审批组 | false | array | string | |
candidateUsers | 候选人 | false | array | string | |
comment | 任务意见 | false | string | ||
dataId | 数据Id | false | string | ||
instanceId | 流程实例Id | false | string | ||
targetKey | 节点 | false | string | ||
taskId | 任务Id | false | string | ||
userId | 用户Id | false | string | ||
values | 流程变量信息 | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
工作流流程实例管理
删除流程实例
接口地址:/jeecg-boot/flowable/instance/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
instanceId | 流程实例ID | query | true | string | |
deleteReason | 删除原因 | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
删除流程实例
接口地址:/jeecg-boot/flowable/instance/deleteByDataId
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | 流程实例关联业务ID | query | true | string | |
deleteReason | 删除原因 | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
激活或挂起流程实例
接口地址:/jeecg-boot/flowable/instance/updateState
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
instanceId | 流程实例ID | query | true | string | |
state | 1:激活,2:挂起 | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
指标告警表
指标告警表-添加
接口地址:/jeecg-boot/oem.alert/metricsAlert/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标告警表-添加
请求示例:
{
"alertRate": "",
"closedBy": "",
"closedTime": "",
"createBy": "",
"createTime": "",
"currentRate": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"metricsId": 0,
"metricsName": "",
"occuredCount": 0,
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"variationId": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
metricsAlert | 指标告警表 | body | true | eoc_oem_metrics_alert对象 | eoc_oem_metrics_alert对象 |
alertRate | 报警数值 | false | string | ||
closedBy | 关闭者 | false | string | ||
closedTime | 关闭时间 | false | string(date-time) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
currentRate | 当前数值 | false | string | ||
experimentId | 实验ID | false | integer(int64) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
metricsId | 指标ID | false | integer(int64) | ||
metricsName | 指标名称 | false | string | ||
occuredCount | 发生次数 | false | integer(int32) | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
variationId | 实验版本ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标告警表-通过id删除
接口地址:/jeecg-boot/oem.alert/metricsAlert/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标告警表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标告警表-批量删除
接口地址:/jeecg-boot/oem.alert/metricsAlert/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标告警表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标告警表-编辑
接口地址:/jeecg-boot/oem.alert/metricsAlert/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标告警表-编辑
请求示例:
{
"alertRate": "",
"closedBy": "",
"closedTime": "",
"createBy": "",
"createTime": "",
"currentRate": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"metricsId": 0,
"metricsName": "",
"occuredCount": 0,
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"variationId": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
metricsAlert | 指标告警表 | body | true | eoc_oem_metrics_alert对象 | eoc_oem_metrics_alert对象 |
alertRate | 报警数值 | false | string | ||
closedBy | 关闭者 | false | string | ||
closedTime | 关闭时间 | false | string(date-time) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
currentRate | 当前数值 | false | string | ||
experimentId | 实验ID | false | integer(int64) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
metricsId | 指标ID | false | integer(int64) | ||
metricsName | 指标名称 | false | string | ||
occuredCount | 发生次数 | false | integer(int32) | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
variationId | 实验版本ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标告警表-编辑
接口地址:/jeecg-boot/oem.alert/metricsAlert/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标告警表-编辑
请求示例:
{
"alertRate": "",
"closedBy": "",
"closedTime": "",
"createBy": "",
"createTime": "",
"currentRate": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"metricsId": 0,
"metricsName": "",
"occuredCount": 0,
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"variationId": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
metricsAlert | 指标告警表 | body | true | eoc_oem_metrics_alert对象 | eoc_oem_metrics_alert对象 |
alertRate | 报警数值 | false | string | ||
closedBy | 关闭者 | false | string | ||
closedTime | 关闭时间 | false | string(date-time) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
currentRate | 当前数值 | false | string | ||
experimentId | 实验ID | false | integer(int64) | ||
experimentName | 实验名称 | false | string | ||
id | 主键 | false | string | ||
metricsId | 指标ID | false | integer(int64) | ||
metricsName | 指标名称 | false | string | ||
occuredCount | 发生次数 | false | integer(int32) | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
variationId | 实验版本ID | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标告警表-分页列表查询
接口地址:/jeecg-boot/oem.alert/metricsAlert/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标告警表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
alertRate | 报警数值 | query | false | string | |
closedBy | 关闭者 | query | false | string | |
closedTime | 关闭时间 | query | false | string(date-time) | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
currentRate | 当前数值 | query | false | string | |
experimentId | 实验ID | query | false | integer(int64) | |
experimentName | 实验名称 | query | false | string | |
id | 主键 | query | false | string | |
metricsId | 指标ID | query | false | integer(int64) | |
metricsName | 指标名称 | query | false | string | |
occuredCount | 发生次数 | query | false | integer(int32) | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
status | 状态 | query | false | string | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
variationId | 实验版本ID | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_oem_metrics_alert对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_oem_metrics_alert对象» | IPage«eoc_oem_metrics_alert对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_oem_metrics_alert对象 | |
alertRate | 报警数值 | string | |
closedBy | 关闭者 | string | |
closedTime | 关闭时间 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
currentRate | 当前数值 | string | |
experimentId | 实验ID | integer | |
experimentName | 实验名称 | string | |
id | 主键 | string | |
metricsId | 指标ID | integer | |
metricsName | 指标名称 | string | |
occuredCount | 发生次数 | integer | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
variationId | 实验版本ID | integer | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"alertRate": "",
"closedBy": "",
"closedTime": "",
"createBy": "",
"createTime": "",
"currentRate": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"metricsId": 0,
"metricsName": "",
"occuredCount": 0,
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"variationId": 0
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标告警表-通过id查询
接口地址:/jeecg-boot/oem.alert/metricsAlert/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标告警表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_oem_metrics_alert对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_oem_metrics_alert对象 | eoc_oem_metrics_alert对象 |
alertRate | 报警数值 | string | |
closedBy | 关闭者 | string | |
closedTime | 关闭时间 | string(date-time) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
currentRate | 当前数值 | string | |
experimentId | 实验ID | integer(int64) | |
experimentName | 实验名称 | string | |
id | 主键 | string | |
metricsId | 指标ID | integer(int64) | |
metricsName | 指标名称 | string | |
occuredCount | 发生次数 | integer(int32) | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
variationId | 实验版本ID | integer(int64) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"alertRate": "",
"closedBy": "",
"closedTime": "",
"createBy": "",
"createTime": "",
"currentRate": "",
"experimentId": 0,
"experimentName": "",
"id": "",
"metricsId": 0,
"metricsName": "",
"occuredCount": 0,
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"variationId": 0
},
"success": true,
"timestamp": 0
}
指标组
指标组-添加
接口地址:/jeecg-boot/experiment/eocMetricsGroup/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标组-添加
请求示例:
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGroup | 指标组 | body | true | eoc_metrics_group对象 | eoc_metrics_group对象 |
accountId | 账户id | false | integer(int64) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | integer(int64) | ||
metricsBelong | 负责人ID | false | string | ||
metricsDesc | 指标组描述 | false | string | ||
metricsIds | 指标详情ID | false | string | ||
metricsSingleList | 关联指标 | false | array | eoc_metrics对象 | |
accountId | 账户id | false | integer | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer | ||
isRequired | 是否必看 | false | integer | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string | ||
values | false | object | |||
metricsStatus | 指标组状态 | false | integer(int32) | ||
metricsType | 指标组类型 | false | integer(int32) | ||
name | 指标组名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
事件表-查询所有事件
接口地址:/jeecg-boot/experiment/eocMetricsGroup/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-查询所有事件
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | 主键 | query | false | integer(int64) | |
metricsBelong | 负责人ID | query | false | string | |
metricsDesc | 指标组描述 | query | false | string | |
metricsIds | 指标详情ID | query | false | string | |
metricsSingleList[0].accountId | 账户id | query | false | integer(int64) | |
metricsSingleList[0].actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
metricsSingleList[0].composed | 组合指标 | query | false | string | |
metricsSingleList[0].createBy | 创建人 | query | false | string | |
metricsSingleList[0].createTime | 创建日期 | query | false | string(date-time) | |
metricsSingleList[0].dataId | 业务表id,理论唯一 | query | false | string | |
metricsSingleList[0].description | 描述 | query | false | string | |
metricsSingleList[0].doneUsers | 处理过的人 | query | false | string | |
metricsSingleList[0].dsl.innerMap | query | false | object | ||
metricsSingleList[0].dslStr | query | false | string | ||
metricsSingleList[0].formula | 公式 | query | false | string | |
metricsSingleList[0].id | 主键 | query | false | integer(int64) | |
metricsSingleList[0].isRequired | 是否必看 | query | false | integer(int32) | |
metricsSingleList[0].isshow | 是否显示 | query | false | string | |
metricsSingleList[0].metricgroupid | 指标组ID | query | false | integer(int64) | |
metricsSingleList[0].name | 指标名称 | query | false | string | |
metricsSingleList[0].num | 数字尾数 | query | false | integer(int32) | |
metricsSingleList[0].numberfromat | 数字格式 | query | false | string | |
metricsSingleList[0].priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
metricsSingleList[0].processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
metricsSingleList[0].processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
metricsSingleList[0].processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
metricsSingleList[0].projectId | 项目id | query | false | integer(int64) | |
metricsSingleList[0].proposer | 申请人 | query | false | string | |
metricsSingleList[0].serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
metricsSingleList[0].status | 指标状态 | query | false | integer(int32) | |
metricsSingleList[0].taskId | 当前的节点Id | query | false | string | |
metricsSingleList[0].taskName | 当前的节点 | query | false | string | |
metricsSingleList[0].taskNameId | 当前的节点 | query | false | string | |
metricsSingleList[0].title | 流程业务简要描述 | query | false | string | |
metricsSingleList[0].todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
metricsSingleList[0].updateBy | 更新人 | query | false | string | |
metricsSingleList[0].updateTime | 更新日期 | query | false | string(date-time) | |
metricsSingleList[0].values | query | false | object | ||
metricsStatus | 指标组状态 | query | false | integer(int32) | |
metricsType | 指标组类型 | query | false | integer(int32) | |
name | 指标组名称 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics_group对象» | IPage«eoc_metrics_group对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics_group对象 | |
accountId | 账户id | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
id | 主键 | integer | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer | |
metricsType | 指标组类型 | integer | |
name | 指标组名称 | string | |
projectId | 项目id | integer | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
事件表-活跃状态数据和勾选数据查询
接口地址:/jeecg-boot/experiment/eocMetricsGroup/canEditList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
事件表-活跃状态数据和勾选数据查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | 主键 | query | false | integer(int64) | |
metricsBelong | 负责人ID | query | false | string | |
metricsDesc | 指标组描述 | query | false | string | |
metricsIds | 指标详情ID | query | false | string | |
metricsSingleList[0].accountId | 账户id | query | false | integer(int64) | |
metricsSingleList[0].actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
metricsSingleList[0].composed | 组合指标 | query | false | string | |
metricsSingleList[0].createBy | 创建人 | query | false | string | |
metricsSingleList[0].createTime | 创建日期 | query | false | string(date-time) | |
metricsSingleList[0].dataId | 业务表id,理论唯一 | query | false | string | |
metricsSingleList[0].description | 描述 | query | false | string | |
metricsSingleList[0].doneUsers | 处理过的人 | query | false | string | |
metricsSingleList[0].dsl.innerMap | query | false | object | ||
metricsSingleList[0].dslStr | query | false | string | ||
metricsSingleList[0].formula | 公式 | query | false | string | |
metricsSingleList[0].id | 主键 | query | false | integer(int64) | |
metricsSingleList[0].isRequired | 是否必看 | query | false | integer(int32) | |
metricsSingleList[0].isshow | 是否显示 | query | false | string | |
metricsSingleList[0].metricgroupid | 指标组ID | query | false | integer(int64) | |
metricsSingleList[0].name | 指标名称 | query | false | string | |
metricsSingleList[0].num | 数字尾数 | query | false | integer(int32) | |
metricsSingleList[0].numberfromat | 数字格式 | query | false | string | |
metricsSingleList[0].priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
metricsSingleList[0].processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
metricsSingleList[0].processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
metricsSingleList[0].processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
metricsSingleList[0].projectId | 项目id | query | false | integer(int64) | |
metricsSingleList[0].proposer | 申请人 | query | false | string | |
metricsSingleList[0].serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
metricsSingleList[0].status | 指标状态 | query | false | integer(int32) | |
metricsSingleList[0].taskId | 当前的节点Id | query | false | string | |
metricsSingleList[0].taskName | 当前的节点 | query | false | string | |
metricsSingleList[0].taskNameId | 当前的节点 | query | false | string | |
metricsSingleList[0].title | 流程业务简要描述 | query | false | string | |
metricsSingleList[0].todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
metricsSingleList[0].updateBy | 更新人 | query | false | string | |
metricsSingleList[0].updateTime | 更新日期 | query | false | string(date-time) | |
metricsSingleList[0].values | query | false | object | ||
metricsStatus | 指标组状态 | query | false | integer(int32) | |
metricsType | 指标组类型 | query | false | integer(int32) | |
name | 指标组名称 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics_group对象 |
accountId | 账户id | integer(int64) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
id | 主键 | integer(int64) | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer(int32) | |
metricsType | 指标组类型 | integer(int32) | |
name | 指标组名称 | string | |
projectId | 项目id | integer(int64) | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
指标组-通过id删除
接口地址:/jeecg-boot/experiment/eocMetricsGroup/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标组-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标组-批量删除
接口地址:/jeecg-boot/experiment/eocMetricsGroup/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标组-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标组-编辑
接口地址:/jeecg-boot/experiment/eocMetricsGroup/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标组-编辑
请求示例:
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGroup | 指标组 | body | true | eoc_metrics_group对象 | eoc_metrics_group对象 |
accountId | 账户id | false | integer(int64) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | integer(int64) | ||
metricsBelong | 负责人ID | false | string | ||
metricsDesc | 指标组描述 | false | string | ||
metricsIds | 指标详情ID | false | string | ||
metricsSingleList | 关联指标 | false | array | eoc_metrics对象 | |
accountId | 账户id | false | integer | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer | ||
isRequired | 是否必看 | false | integer | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string | ||
values | false | object | |||
metricsStatus | 指标组状态 | false | integer(int32) | ||
metricsType | 指标组类型 | false | integer(int32) | ||
name | 指标组名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标组-编辑
接口地址:/jeecg-boot/experiment/eocMetricsGroup/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标组-编辑
请求示例:
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGroup | 指标组 | body | true | eoc_metrics_group对象 | eoc_metrics_group对象 |
accountId | 账户id | false | integer(int64) | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | integer(int64) | ||
metricsBelong | 负责人ID | false | string | ||
metricsDesc | 指标组描述 | false | string | ||
metricsIds | 指标详情ID | false | string | ||
metricsSingleList | 关联指标 | false | array | eoc_metrics对象 | |
accountId | 账户id | false | integer | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer | ||
isRequired | 是否必看 | false | integer | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string | ||
values | false | object | |||
metricsStatus | 指标组状态 | false | integer(int32) | ||
metricsType | 指标组类型 | false | integer(int32) | ||
name | 指标组名称 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
根据指标组查询指标组对应指标的关联实验
接口地址:/jeecg-boot/experiment/eocMetricsGroup/getExperimentsByGroupId
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
根据指标组查询指标组对应指标的关联实验
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_layer_experiment对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_layer_experiment对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
archived | 是否归档 | integer(int32) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
created | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 实验备注 | string | |
doneUsers | 处理过的人 | string | |
environments | 环境 | string | |
featureFlagId | featureId | string | |
featureFlagKey | 实验值 | string | |
id | 主键 | integer(int64) | |
ispushexperiment | 是否为推送实验 | integer(int32) | |
key | 值 | string | |
layerId | 层ID | integer(int64) | |
metrics | 指标集 | string | |
name | 实验名 | string | |
platform | 所属平台 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目ID | string | |
proposer | 申请人 | string | |
pushExperiment | 推送实验数据 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 实验状态 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
type | 实验类型 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"archived": 0,
"createBy": "",
"createTime": "",
"created": "",
"dataId": "",
"description": "",
"doneUsers": "",
"environments": "",
"featureFlagId": "",
"featureFlagKey": "",
"id": 0,
"ispushexperiment": 0,
"key": "",
"layerId": 0,
"metrics": "",
"name": "",
"platform": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": "",
"proposer": "",
"pushExperiment": "",
"serviceImplName": "",
"status": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"type": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
指标组-分页列表查询
接口地址:/jeecg-boot/experiment/eocMetricsGroup/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标组-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
endDate | query | false | string | ||
id | 主键 | query | false | integer(int64) | |
metricsBelong | 负责人ID | query | false | string | |
metricsDesc | 指标组描述 | query | false | string | |
metricsIds | 指标详情ID | query | false | string | |
metricsNameFuzzy | query | false | string | ||
metricsSingleList[0].accountId | 账户id | query | false | integer(int64) | |
metricsSingleList[0].actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
metricsSingleList[0].composed | 组合指标 | query | false | string | |
metricsSingleList[0].createBy | 创建人 | query | false | string | |
metricsSingleList[0].createTime | 创建日期 | query | false | string(date-time) | |
metricsSingleList[0].dataId | 业务表id,理论唯一 | query | false | string | |
metricsSingleList[0].description | 描述 | query | false | string | |
metricsSingleList[0].doneUsers | 处理过的人 | query | false | string | |
metricsSingleList[0].dsl.innerMap | query | false | object | ||
metricsSingleList[0].dslStr | query | false | string | ||
metricsSingleList[0].formula | 公式 | query | false | string | |
metricsSingleList[0].id | 主键 | query | false | integer(int64) | |
metricsSingleList[0].isRequired | 是否必看 | query | false | integer(int32) | |
metricsSingleList[0].isshow | 是否显示 | query | false | string | |
metricsSingleList[0].metricgroupid | 指标组ID | query | false | integer(int64) | |
metricsSingleList[0].name | 指标名称 | query | false | string | |
metricsSingleList[0].num | 数字尾数 | query | false | integer(int32) | |
metricsSingleList[0].numberfromat | 数字格式 | query | false | string | |
metricsSingleList[0].priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
metricsSingleList[0].processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
metricsSingleList[0].processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
metricsSingleList[0].processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
metricsSingleList[0].projectId | 项目id | query | false | integer(int64) | |
metricsSingleList[0].proposer | 申请人 | query | false | string | |
metricsSingleList[0].serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
metricsSingleList[0].status | 指标状态 | query | false | integer(int32) | |
metricsSingleList[0].taskId | 当前的节点Id | query | false | string | |
metricsSingleList[0].taskName | 当前的节点 | query | false | string | |
metricsSingleList[0].taskNameId | 当前的节点 | query | false | string | |
metricsSingleList[0].title | 流程业务简要描述 | query | false | string | |
metricsSingleList[0].todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
metricsSingleList[0].updateBy | 更新人 | query | false | string | |
metricsSingleList[0].updateTime | 更新日期 | query | false | string(date-time) | |
metricsSingleList[0].values | query | false | object | ||
metricsStatus | 指标组状态 | query | false | integer(int32) | |
metricsType | 指标组类型 | query | false | integer(int32) | |
name | 指标组名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目id | query | false | integer(int64) | |
startDate | query | false | string | ||
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics_group对象» | IPage«eoc_metrics_group对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics_group对象 | |
accountId | 账户id | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
id | 主键 | integer | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer | |
metricsType | 指标组类型 | integer | |
name | 指标组名称 | string | |
projectId | 项目id | integer | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标组-列表查询
接口地址:/jeecg-boot/experiment/eocMetricsGroup/lists
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标组-不分页列表查询,包括指标
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
apiName | 指标组存储名 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | 主键 | query | false | string | |
metrics | query | false | string | ||
metricsBelong | 负责人ID | query | false | string | |
metricsDesc | 指标组描述 | query | false | string | |
metricsIds | 指标详情ID | query | false | string | |
metricsStatus | 指标组状态 | query | false | integer(int32) | |
metricsType | 指标组类型 | query | false | integer(int32) | |
name | 指标组名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
search | query | false | string | ||
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
username | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics_group对象» | IPage«eoc_metrics_group对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics_group对象 | |
accountId | 账户id | integer | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
id | 主键 | integer | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer | |
metricsType | 指标组类型 | integer | |
name | 指标组名称 | string | |
projectId | 项目id | integer | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标组-通过id查询
接口地址:/jeecg-boot/experiment/eocMetricsGroup/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标组-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_metrics_group对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_metrics_group对象 | eoc_metrics_group对象 |
accountId | 账户id | integer(int64) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
id | 主键 | integer(int64) | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer(int32) | |
metricsType | 指标组类型 | integer(int32) | |
name | 指标组名称 | string | |
projectId | 项目id | integer(int64) | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
指标表
指标表-添加
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标表-添加
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"metrics": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGlobal | 指标表 | body | true | eoc_metrics_global对象 | eoc_metrics_global对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | string | ||
metrics | 指标JSON | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标表-通过id删除
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标表-批量删除
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标表-编辑
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标表-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"metrics": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGlobal | 指标表 | body | true | eoc_metrics_global对象 | eoc_metrics_global对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | string | ||
metrics | 指标JSON | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标表-编辑
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标表-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"metrics": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsGlobal | 指标表 | body | true | eoc_metrics_global对象 | eoc_metrics_global对象 |
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | 主键 | false | string | ||
metrics | 指标JSON | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标表-分页列表查询
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | 主键 | query | false | string | |
metrics | 指标JSON | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics_global对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics_global对象» | IPage«eoc_metrics_global对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics_global对象 | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
id | 主键 | string | |
metrics | 指标JSON | string | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"createBy": "",
"createTime": "",
"id": "",
"metrics": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标表-通过id查询
接口地址:/jeecg-boot/experiment/eocMetricsGlobal/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_metrics_global对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_metrics_global对象 | eoc_metrics_global对象 |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
id | 主键 | string | |
metrics | 指标JSON | string | |
sysOrgCode | 所属部门 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"createBy": "",
"createTime": "",
"id": "",
"metrics": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
指标详情
指标详情-添加
接口地址:/jeecg-boot/experiment/eocMetricsSingle/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-添加
请求示例:
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingle | 指标详情 | body | true | eoc_metrics对象 | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-列表查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/allList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
composed | 组合指标 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 描述 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
dsl.innerMap | query | false | object | ||
dslStr | query | false | string | ||
formula | 公式 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
isRequired | 是否必看 | query | false | integer(int32) | |
isshow | 是否显示 | query | false | string | |
metricgroupid | 指标组ID | query | false | integer(int64) | |
name | 指标名称 | query | false | string | |
num | 数字尾数 | query | false | integer(int32) | |
numberfromat | 数字格式 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
proposer | 申请人 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 指标状态 | query | false | integer(int32) | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics对象» | IPage«eoc_metrics对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标详情-通过id删除
接口地址:/jeecg-boot/experiment/eocMetricsSingle/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string | |
dataId | dataId | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-批量删除
接口地址:/jeecg-boot/experiment/eocMetricsSingle/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-编辑
接口地址:/jeecg-boot/experiment/eocMetricsSingle/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-编辑
请求示例:
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingle | 指标详情 | body | true | eoc_metrics对象 | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-编辑
接口地址:/jeecg-boot/experiment/eocMetricsSingle/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-编辑
请求示例:
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingle | 指标详情 | body | true | eoc_metrics对象 | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-指标查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/getAllMetricsGroup
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-根据负责人查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics_group对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics_group对象 |
accountId | 账户id | integer(int64) | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
id | 主键 | integer(int64) | |
metricsBelong | 负责人ID | string | |
metricsDesc | 指标组描述 | string | |
metricsIds | 指标详情ID | string | |
metricsSingleList | 关联指标 | array | eoc_metrics对象 |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
metricsStatus | 指标组状态 | integer(int32) | |
metricsType | 指标组类型 | integer(int32) | |
name | 指标组名称 | string | |
projectId | 项目id | integer(int64) | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"createBy": "",
"createTime": "",
"id": 0,
"metricsBelong": "",
"metricsDesc": "",
"metricsIds": "",
"metricsSingleList": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"metricsStatus": 0,
"metricsType": 0,
"name": "",
"projectId": 0,
"updateBy": "",
"updateTime": ""
}
],
"success": true,
"timestamp": 0
}
指标详情-指标查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/getAllUser
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-根据负责人查询
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«SysUser»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | SysUser |
activitiSync | integer(int32) | ||
avatar | string | ||
birthday | string(date-time) | ||
createBy | string | ||
createTime | string(date-time) | ||
delFlag | integer(int32) | ||
departIds | string | ||
string | |||
id | string | ||
orgCode | string | ||
orgCodeTxt | string | ||
password | string | ||
phone | string | ||
post | string | ||
realname | string | ||
salt | string | ||
sex | integer(int32) | ||
status | integer(int32) | ||
telephone | string | ||
updateBy | string | ||
updateTime | string(date-time) | ||
userIdentity | integer(int32) | ||
username | string | ||
workNo | string | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"activitiSync": 0,
"avatar": "",
"birthday": "",
"createBy": "",
"createTime": "",
"delFlag": 0,
"departIds": "",
"email": "",
"id": "",
"orgCode": "",
"orgCodeTxt": "",
"password": "",
"phone": "",
"post": "",
"realname": "",
"salt": "",
"sex": 0,
"status": 0,
"telephone": "",
"updateBy": "",
"updateTime": "",
"userIdentity": 0,
"username": "",
"workNo": ""
}
],
"success": true,
"timestamp": 0
}
根据指标组查询所有指标
接口地址:/jeecg-boot/experiment/eocMetricsSingle/getMetricsByGroupId
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
根据指标组查询所有指标
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
metricgroupid | metricgroupid | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
指标详情-分页列表查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
composed | 组合指标 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 描述 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
dsl.innerMap | query | false | object | ||
dslStr | query | false | string | ||
formula | 公式 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
isRequired | 是否必看 | query | false | integer(int32) | |
isshow | 是否显示 | query | false | string | |
metricgroupid | 指标组ID | query | false | integer(int64) | |
name | 指标名称 | query | false | string | |
num | 数字尾数 | query | false | integer(int32) | |
numberfromat | 数字格式 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
proposer | 申请人 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 指标状态 | query | false | integer(int32) | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics对象» | IPage«eoc_metrics对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标详情-分页列表查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/lists
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | query | false | string | ||
actStatusIsNull | 审核状态为未审核 | query | false | string | |
composed | 组合指标 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | query | false | string | ||
description | 描述 | query | false | string | |
dsl | 指标内容 | query | false | string | |
endDate | query | false | string | ||
experimentids | 关联实验数 | query | false | string | |
experimentnames | query | false | string | ||
experimentnumber | query | false | string | ||
formula | 公式 | query | false | string | |
id | 主键 | query | false | string | |
isRequired | 是否必看 | query | false | integer(int32) | |
isshow | 是否显示 | query | false | string | |
metricgroupid | 指标组ID | query | false | integer(int64) | |
metricsBelong | 负责人ID | query | false | string | |
metricsCname | 指标组名称 | query | false | string | |
metricsType | 指标组类型 | query | false | string | |
name | 名字 | query | false | string | |
num | 数字尾数 | query | false | integer(int32) | |
numberfromat | 数字格式 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
projectId | 项目id | query | false | integer(int64) | |
search | query | false | string | ||
startDate | query | false | string | ||
status | 指标状态 | query | false | integer(int32) | |
timeRange | query | false | string | ||
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics对象» | IPage«eoc_metrics对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标详情-批量添加
接口地址:/jeecg-boot/experiment/eocMetricsSingle/multiAdd
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-批量添加
请求示例:
[
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
]
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingles | 指标详情 | body | true | array | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-批量更新
接口地址:/jeecg-boot/experiment/eocMetricsSingle/multiUpdate
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-批量更新
请求示例:
[
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
]
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingles | 指标详情 | body | true | array | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
指标详情-查询审核列表
接口地址:/jeecg-boot/experiment/eocMetricsSingle/myList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-分页审核指标列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
composed | 组合指标 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 描述 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
dsl.innerMap | query | false | object | ||
dslStr | query | false | string | ||
formula | 公式 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
isRequired | 是否必看 | query | false | integer(int32) | |
isshow | 是否显示 | query | false | string | |
metricgroupid | 指标组ID | query | false | integer(int64) | |
name | 指标名称 | query | false | string | |
num | 数字尾数 | query | false | integer(int32) | |
numberfromat | 数字格式 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
proposer | 申请人 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 指标状态 | query | false | integer(int32) | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_metrics对象» | IPage«eoc_metrics对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_metrics对象 | |
accountId | 账户id | integer | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer | |
isRequired | 是否必看 | integer | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer | |
name | 指标名称 | string | |
num | 数字尾数 | integer | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
指标详情-通过id查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_metrics对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_metrics对象 | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
},
"success": true,
"timestamp": 0
}
指标详情-根据ID数组获取
接口地址:/jeecg-boot/experiment/eocMetricsSingle/queryByIds
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-根据ID数组获取
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
指标详情-指标查询
接口地址:/jeecg-boot/experiment/eocMetricsSingle/queryByUser
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-根据负责人查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 账户id | query | false | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
composed | 组合指标 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
description | 描述 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
dsl.innerMap | query | false | object | ||
dslStr | query | false | string | ||
formula | 公式 | query | false | string | |
id | 主键 | query | false | integer(int64) | |
isRequired | 是否必看 | query | false | integer(int32) | |
isshow | 是否显示 | query | false | string | |
metricgroupid | 指标组ID | query | false | integer(int64) | |
name | 指标名称 | query | false | string | |
num | 数字尾数 | query | false | integer(int32) | |
numberfromat | 数字格式 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
projectId | 项目id | query | false | integer(int64) | |
proposer | 申请人 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 指标状态 | query | false | integer(int32) | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
指标详情-根据指标类型获取指标详情
接口地址:/jeecg-boot/experiment/eocMetricsSingle/queryListByMetricsType
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
指标详情-根据指标类型获取指标详情
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
metricsType | metricsType | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
查询必看指标
接口地址:/jeecg-boot/experiment/eocMetricsSingle/queryRequired
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
查询必看指标
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«eoc_metrics对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | eoc_metrics对象 |
accountId | 账户id | integer(int64) | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
composed | 组合指标 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
description | 描述 | string | |
doneUsers | 处理过的人 | string | |
dsl | 指标内容 | object | |
dslStr | string | ||
formula | 公式 | string | |
id | 主键 | integer(int64) | |
isRequired | 是否必看 | integer(int32) | |
isshow | 是否显示 | string | |
metricgroupid | 指标组ID | integer(int64) | |
name | 指标名称 | string | |
num | 数字尾数 | integer(int32) | |
numberfromat | 数字格式 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
projectId | 项目id | integer(int64) | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 指标状态 | integer(int32) | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"success": true,
"timestamp": 0
}
实验审批表-执行动作
接口地址:/jeecg-boot/experiment/eocMetricsSingle/relationAct
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-执行动作
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
指标详情-单个更新
接口地址:/jeecg-boot/experiment/eocMetricsSingle/singleUpdate
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
指标详情-单个更新
请求示例:
{
"accountId": 0,
"actStatus": "",
"composed": "",
"createBy": "",
"createTime": "",
"dataId": "",
"description": "",
"doneUsers": "",
"dsl": {},
"dslStr": "",
"formula": "",
"id": 0,
"isRequired": 0,
"isshow": "",
"metricgroupid": 0,
"name": "",
"num": 0,
"numberfromat": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"projectId": 0,
"proposer": "",
"serviceImplName": "",
"status": 0,
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocMetricsSingle | 指标详情 | body | true | eoc_metrics对象 | eoc_metrics对象 |
accountId | 账户id | false | integer(int64) | ||
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
composed | 组合指标 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
description | 描述 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
dsl | 指标内容 | false | object | ||
dslStr | false | string | |||
formula | 公式 | false | string | ||
id | 主键 | false | integer(int64) | ||
isRequired | 是否必看 | false | integer(int32) | ||
isshow | 是否显示 | false | string | ||
metricgroupid | 指标组ID | false | integer(int64) | ||
name | 指标名称 | false | string | ||
num | 数字尾数 | false | integer(int32) | ||
numberfromat | 数字格式 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
projectId | 项目id | false | integer(int64) | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 指标状态 | false | integer(int32) | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
数据字典
字典重复校验接口
接口地址:/jeecg-boot/sys/dictItem/dictItemCheck
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | query | false | string | ||
createTime | query | false | string(date-time) | ||
description | query | false | string | ||
dictId | query | false | string | ||
id | query | false | string | ||
itemText | query | false | string | ||
itemValue | query | false | string | ||
sortOrder | query | false | integer(int32) | ||
status | query | false | integer(int32) | ||
updateBy | query | false | string | ||
updateTime | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
权限审批流程
权限审批流程-添加
接口地址:/jeecg-boot/oem.flow/permissionApproval/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
权限审批流程-添加
请求示例:
{
"actStatus": "",
"createBy": "",
"createTime": "",
"dataId": "",
"doneUsers": "",
"id": "",
"permissionDesc": "",
"permissionId": 0,
"permissionName": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"proposer": "",
"serviceImplName": "",
"status": "",
"sysOrgCode": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
permissionApproval | 权限审批流程 | body | true | eoc_oem_permission_approval对象 | eoc_oem_permission_approval对象 |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
id | 主键 | false | string | ||
permissionDesc | 权限描述 | false | string | ||
permissionId | 权限ID | false | integer(int32) | ||
permissionName | 权限名称 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
权限审批流程-通过id删除
接口地址:/jeecg-boot/oem.flow/permissionApproval/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
权限审批流程-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
权限审批流程-批量删除
接口地址:/jeecg-boot/oem.flow/permissionApproval/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
权限审批流程-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
权限审批流程-编辑
接口地址:/jeecg-boot/oem.flow/permissionApproval/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
权限审批流程-编辑
请求示例:
{
"actStatus": "",
"createBy": "",
"createTime": "",
"dataId": "",
"doneUsers": "",
"id": "",
"permissionDesc": "",
"permissionId": 0,
"permissionName": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"proposer": "",
"serviceImplName": "",
"status": "",
"sysOrgCode": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
permissionApproval | 权限审批流程 | body | true | eoc_oem_permission_approval对象 | eoc_oem_permission_approval对象 |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
id | 主键 | false | string | ||
permissionDesc | 权限描述 | false | string | ||
permissionId | 权限ID | false | integer(int32) | ||
permissionName | 权限名称 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
权限审批流程-编辑
接口地址:/jeecg-boot/oem.flow/permissionApproval/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
权限审批流程-编辑
请求示例:
{
"actStatus": "",
"createBy": "",
"createTime": "",
"dataId": "",
"doneUsers": "",
"id": "",
"permissionDesc": "",
"permissionId": 0,
"permissionName": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"proposer": "",
"serviceImplName": "",
"status": "",
"sysOrgCode": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
permissionApproval | 权限审批流程 | body | true | eoc_oem_permission_approval对象 | eoc_oem_permission_approval对象 |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
dataId | 业务表id,理论唯一 | false | string | ||
doneUsers | 处理过的人 | false | string | ||
id | 主键 | false | string | ||
permissionDesc | 权限描述 | false | string | ||
permissionId | 权限ID | false | integer(int32) | ||
permissionName | 权限名称 | false | string | ||
priority | 当前任务节点的优先级 流程定义的时候所填 | false | string | ||
processDefinitionId | 流程定义id 一个流程定义唯一 | false | string | ||
processDefinitionKey | 流程定义key 一个key会有多个版本的id | false | string | ||
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | false | string | ||
proposer | 申请人 | false | string | ||
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
taskId | 当前的节点Id | false | string | ||
taskName | 当前的节点 | false | string | ||
taskNameId | 当前的节点 | false | string | ||
title | 流程业务简要描述 | false | string | ||
todoUsers | 当前的节点可以处理的用户名 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
values | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
权限审批流程-分页列表查询
接口地址:/jeecg-boot/oem.flow/permissionApproval/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
权限审批流程-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
dataId | 业务表id,理论唯一 | query | false | string | |
doneUsers | 处理过的人 | query | false | string | |
id | 主键 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
permissionDesc | 权限描述 | query | false | string | |
permissionId | 权限ID | query | false | integer(int32) | |
permissionName | 权限名称 | query | false | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | query | false | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | query | false | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | query | false | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | query | false | string | |
proposer | 申请人 | query | false | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | query | false | string | |
status | 状态 | query | false | string | |
sysOrgCode | 所属部门 | query | false | string | |
taskId | 当前的节点Id | query | false | string | |
taskName | 当前的节点 | query | false | string | |
taskNameId | 当前的节点 | query | false | string | |
title | 流程业务简要描述 | query | false | string | |
todoUsers | 当前的节点可以处理的用户名 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
values | query | false | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_oem_permission_approval对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_oem_permission_approval对象» | IPage«eoc_oem_permission_approval对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_oem_permission_approval对象 | |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string | |
dataId | 业务表id,理论唯一 | string | |
doneUsers | 处理过的人 | string | |
id | 主键 | string | |
permissionDesc | 权限描述 | string | |
permissionId | 权限ID | integer | |
permissionName | 权限名称 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string | |
values | object | ||
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"actStatus": "",
"createBy": "",
"createTime": "",
"dataId": "",
"doneUsers": "",
"id": "",
"permissionDesc": "",
"permissionId": 0,
"permissionName": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"proposer": "",
"serviceImplName": "",
"status": "",
"sysOrgCode": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
权限审批流程-通过id查询
接口地址:/jeecg-boot/oem.flow/permissionApproval/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
权限审批流程-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_oem_permission_approval对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_oem_permission_approval对象 | eoc_oem_permission_approval对象 |
actStatus | 流程状态说明,有:启动 撤回 驳回 审批中 审批通过 审批异常 | string | |
createBy | 创建人 | string | |
createTime | 创建日期 | string(date-time) | |
dataId | 业务表id,理论唯一 | string | |
doneUsers | 处理过的人 | string | |
id | 主键 | string | |
permissionDesc | 权限描述 | string | |
permissionId | 权限ID | integer(int32) | |
permissionName | 权限名称 | string | |
priority | 当前任务节点的优先级 流程定义的时候所填 | string | |
processDefinitionId | 流程定义id 一个流程定义唯一 | string | |
processDefinitionKey | 流程定义key 一个key会有多个版本的id | string | |
processInstanceId | 流程业务实例id 一个流程业务唯一,本表中也唯一 | string | |
proposer | 申请人 | string | |
serviceImplName | 业务类名,用来获取spring容器里的服务对象 | string | |
status | 状态 | string | |
sysOrgCode | 所属部门 | string | |
taskId | 当前的节点Id | string | |
taskName | 当前的节点 | string | |
taskNameId | 当前的节点 | string | |
title | 流程业务简要描述 | string | |
todoUsers | 当前的节点可以处理的用户名 | string | |
updateBy | 更新人 | string | |
updateTime | 更新日期 | string(date-time) | |
values | object | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"actStatus": "",
"createBy": "",
"createTime": "",
"dataId": "",
"doneUsers": "",
"id": "",
"permissionDesc": "",
"permissionId": 0,
"permissionName": "",
"priority": "",
"processDefinitionId": "",
"processDefinitionKey": "",
"processInstanceId": "",
"proposer": "",
"serviceImplName": "",
"status": "",
"sysOrgCode": "",
"taskId": "",
"taskName": "",
"taskNameId": "",
"title": "",
"todoUsers": "",
"updateBy": "",
"updateTime": "",
"values": {}
},
"success": true,
"timestamp": 0
}
实验审批表-执行动作
接口地址:/jeecg-boot/oem.flow/permissionApproval/relationAct
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
实验审批表-执行动作
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
流程定义
指定流程办理组列表
接口地址:/jeecg-boot/flowable/definition/categoryList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | query | false | string | ||
name | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
删除流程
接口地址:/jeecg-boot/flowable/definition/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
deployId | 流程部署ID | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
导入流程文件
接口地址:/jeecg-boot/flowable/definition/import
请求方式:POST
请求数据类型:multipart/form-data
响应数据类型:*/*
接口描述:
上传bpmn20的xml文件
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
category | category | query | false | string | |
file | file | body | false | string | |
name | name | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
流程定义列表
接口地址:/jeecg-boot/flowable/definition/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
pageNum | 当前页码 | query | true | integer(int32) | |
pageSize | 每页条数 | query | true | integer(int32) | |
category | 流程分类 | query | false | string | |
deploymentId | 部署ID | query | false | string | |
deploymentTime | 部署时间 | query | false | string(date-time) | |
formId | 配置表单id | query | false | integer(int64) | |
formName | 配置表单名称 | query | false | string | |
id | 流程id | query | false | string | |
isLastVersion | 流程定义是否最新版本 | query | false | integer(int32) | |
key | 流程key | query | false | string | |
name | 流程名称 | query | false | string | |
suspensionState | 流程定义状态: 1:激活 , 2:中止 | query | false | integer(int32) | |
version | 版本 | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
读取图片文件
接口地址:/jeecg-boot/flowable/definition/readImage/{deployId}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
deployId | 流程定义id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
读取图片文件
接口地址:/jeecg-boot/flowable/definition/readImageByDataId/{dataId}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | 流程数据业务id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
读取xml文件
接口地址:/jeecg-boot/flowable/definition/readXml/{deployId}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
deployId | 流程定义id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
读取xml文件
接口地址:/jeecg-boot/flowable/definition/readXmlByDataId/{dataId}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | 流程定义id | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
指定流程办理组列表
接口地址:/jeecg-boot/flowable/definition/roleList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | query | false | string | ||
roleCode | query | false | string | ||
roleName | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
保存流程设计器内的xml文件
接口地址:/jeecg-boot/flowable/definition/save
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"category": "",
"name": "",
"xml": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
vo | vo | body | true | FlowSaveXmlVo | FlowSaveXmlVo |
category | false | string | |||
name | false | string | |||
xml | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
根据数据Id启动流程实例
接口地址:/jeecg-boot/flowable/definition/startByDataId/{dataId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | 流程定义id | path | true | string | |
variables | 变量集合,json对象 | body | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
根据流程定义id启动流程实例
接口地址:/jeecg-boot/flowable/definition/startByProcDefId/{procDefId}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
procDefId | 流程定义id | path | true | string | |
variables | 变量集合,json对象 | body | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
根据流程定义key启动流程实例
接口地址:/jeecg-boot/flowable/definition/startByProcDefKey/{procDefKey}
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
procDefKey | 流程定义id | path | true | string | |
variables | 变量集合,json对象 | body | true | object |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
激活或挂起流程定义
接口地址:/jeecg-boot/flowable/definition/updateState
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
deployId | 流程部署ID | query | true | string | |
state | 1:激活,2:挂起 | query | true | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
指定流程办理人员列表
接口地址:/jeecg-boot/flowable/definition/userList
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
activitiSync | query | false | integer(int32) | ||
avatar | query | false | string | ||
birthday | query | false | string(date-time) | ||
createBy | query | false | string | ||
createTime | query | false | string(date-time) | ||
delFlag | query | false | integer(int32) | ||
departIds | query | false | string | ||
query | false | string | |||
id | query | false | string | ||
orgCode | query | false | string | ||
orgCodeTxt | query | false | string | ||
password | query | false | string | ||
phone | query | false | string | ||
post | query | false | string | ||
realname | query | false | string | ||
salt | query | false | string | ||
sex | query | false | integer(int32) | ||
status | query | false | integer(int32) | ||
telephone | query | false | string | ||
updateBy | query | false | string | ||
updateTime | query | false | string(date-time) | ||
userIdentity | query | false | integer(int32) | ||
username | query | false | string | ||
workNo | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
漏斗报告表
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:PATCH
请求数据类型:application/json
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:OPTIONS
请求数据类型:application/json
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告导出excel
接口地址:/jeecg-boot/oem.funnel/funnelReport/exportXls
请求方式:HEAD
请求数据类型:application/json
响应数据类型:*/*
接口描述:
漏斗报告导出excel
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | ModelAndView |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
empty | boolean | ||
model | object | ||
modelMap | object | ||
reference | boolean | ||
status | 可用值:ACCEPTED,ALREADY_REPORTED,BAD_GATEWAY,BAD_REQUEST,BANDWIDTH_LIMIT_EXCEEDED,CHECKPOINT,CONFLICT,CONTINUE,CREATED,DESTINATION_LOCKED,EXPECTATION_FAILED,FAILED_DEPENDENCY,FORBIDDEN,FOUND,GATEWAY_TIMEOUT,GONE,HTTP_VERSION_NOT_SUPPORTED,IM_USED,INSUFFICIENT_SPACE_ON_RESOURCE,INSUFFICIENT_STORAGE,INTERNAL_SERVER_ERROR,I_AM_A_TEAPOT,LENGTH_REQUIRED,LOCKED,LOOP_DETECTED,METHOD_FAILURE,METHOD_NOT_ALLOWED,MOVED_PERMANENTLY,MOVED_TEMPORARILY,MULTIPLE_CHOICES,MULTI_STATUS,NETWORK_AUTHENTICATION_REQUIRED,NON_AUTHORITATIVE_INFORMATION,NOT_ACCEPTABLE,NOT_EXTENDED,NOT_FOUND,NOT_IMPLEMENTED,NOT_MODIFIED,NO_CONTENT,OK,PARTIAL_CONTENT,PAYLOAD_TOO_LARGE,PAYMENT_REQUIRED,PERMANENT_REDIRECT,PRECONDITION_FAILED,PRECONDITION_REQUIRED,PROCESSING,PROXY_AUTHENTICATION_REQUIRED,REQUESTED_RANGE_NOT_SATISFIABLE,REQUEST_ENTITY_TOO_LARGE,REQUEST_HEADER_FIELDS_TOO_LARGE,REQUEST_TIMEOUT,REQUEST_URI_TOO_LONG,RESET_CONTENT,SEE_OTHER,SERVICE_UNAVAILABLE,SWITCHING_PROTOCOLS,TEMPORARY_REDIRECT,TOO_EARLY,TOO_MANY_REQUESTS,UNAUTHORIZED,UNAVAILABLE_FOR_LEGAL_REASONS,UNPROCESSABLE_ENTITY,UNSUPPORTED_MEDIA_TYPE,UPGRADE_REQUIRED,URI_TOO_LONG,USE_PROXY,VARIANT_ALSO_NEGOTIATES | string | |
view | View | View | |
contentType | string | ||
viewName | string |
响应示例:
{
"empty": true,
"model": {},
"modelMap": {},
"reference": true,
"status": "",
"view": {
"contentType": ""
},
"viewName": ""
}
漏斗报告数据查询
接口地址:/jeecg-boot/oem.funnel/funnelReport/funnelReport/results
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
漏斗报告数据查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
compareVariation_id | 对照版本id | query | false | integer(int64) | |
compareVariation_name | 对照版本名称 | query | false | string | |
endTime | 结束时间 | query | false | string | |
eventPros | 指标事件id数组 | query | false | array | integer |
experiment_id | 实验id | query | false | integer(int64) | |
metrics_id | 指标id | query | false | integer(int64) | |
project_id | 项目id | query | false | integer(int64) | |
segmentCondition | 客户属性 | query | false | string | |
startTime | 开始时间 | query | false | string | |
variation_id | 实验版本id | query | false | integer(int64) | |
variation_ids | 版本id数组 | query | false | array | integer |
variation_name | 实验版本名称 | query | false | string | |
windowPeriod | 窗口期 | query | false | integer(int64) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«FunnelReportVo»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | FunnelReportVo |
event | 层级名称 | string | |
higger | 最大值 | number(double) | |
level | 层级 | integer(int32) | |
lowwer | 最小值 | number(double) | |
middle | 中间值 | number(double) | |
statisticalSignificance | 统计显著性 | number(double) | |
value | 值 | integer(int64) | |
variation | 版本名称 | string | |
variation_id | 主键 | integer(int64) | |
viewNum | 视图值 | number(double) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"event": "",
"higger": 0,
"level": 0,
"lowwer": 0,
"middle": 0,
"statisticalSignificance": 0,
"value": 0,
"variation": "",
"variation_id": 0,
"viewNum": 0
}
],
"success": true,
"timestamp": 0
}
用户登录
登录接口
接口地址:/jeecg-boot/login
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"captcha": "",
"checkKey": "",
"password": "",
"remember_me": true,
"username": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysLoginModel | 登录对象 | body | true | 登录对象 | 登录对象 |
captcha | 验证码 | false | string | ||
checkKey | 验证码key | false | string | ||
password | 密码 | false | string | ||
remember_me | false | boolean | |||
username | 账号 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«JSONObject» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取验证码
接口地址:/jeecg-boot/randomImage/{key}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
key | key | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
登录接口
接口地址:/jeecg-boot/signon
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
暂无
响应示例:
登录二维码
接口地址:/jeecg-boot/sys/getLoginQrcode
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
登录二维码
请求参数:
暂无
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取用户扫码后保存的token
接口地址:/jeecg-boot/sys/getQrcodeToken
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
获取用户扫码后保存的token
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
qrcodeId | qrcodeId | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
登录接口
接口地址:/jeecg-boot/sys/login
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求示例:
{
"captcha": "",
"checkKey": "",
"password": "",
"remember_me": true,
"username": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysLoginModel | 登录对象 | body | true | 登录对象 | 登录对象 |
captcha | 验证码 | false | string | ||
checkKey | 验证码key | false | string | ||
password | 密码 | false | string | ||
remember_me | false | boolean | |||
username | 账号 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«JSONObject» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
手机号登录接口
接口地址:/jeecg-boot/sys/phoneLogin
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
jsonObject | jsonObject | body | true |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«JSONObject» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
获取验证码
接口地址:/jeecg-boot/sys/randomImage/{key}
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
key | key | path | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
扫码登录二维码
接口地址:/jeecg-boot/sys/scanLoginQrcode
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
扫码登录二维码
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
qrcodeId | qrcodeId | query | true | string | |
token | token | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
监视事件接收器状态
监视事件接收器状态-添加
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
监视事件接收器状态-添加
请求示例:
{
"address": "",
"clientHostname": "",
"maxDuration": 0,
"maxRowNum": 0,
"queryPeriod": "",
"rate": 0,
"totalError": 0,
"totalRows": 0,
"totalTime": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
receiverMonitor | 监视事件接收器状态 | body | true | 接收器统计 | 接收器统计 |
address | 接收器IP地址 | false | string | ||
clientHostname | 接收器主机名 | false | string | ||
maxDuration | 单次最长写入用时 | false | integer(int32) | ||
maxRowNum | 单次最大写入数 | false | integer(int32) | ||
queryPeriod | 统计范围 | false | string | ||
rate | 写入速度(条/秒) | false | number(double) | ||
totalError | 错误总数 | false | integer(int32) | ||
totalRows | 写入总行数 | false | integer(int32) | ||
totalTime | 写入总时间(秒) | false | number(double) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
监视事件接收器状态-通过id删除
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
监视事件接收器状态-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
监视事件接收器状态-批量删除
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
监视事件接收器状态-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
监视事件接收器状态-编辑
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
监视事件接收器状态-编辑
请求示例:
{
"address": "",
"clientHostname": "",
"maxDuration": 0,
"maxRowNum": 0,
"queryPeriod": "",
"rate": 0,
"totalError": 0,
"totalRows": 0,
"totalTime": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
receiverMonitor | 监视事件接收器状态 | body | true | 接收器统计 | 接收器统计 |
address | 接收器IP地址 | false | string | ||
clientHostname | 接收器主机名 | false | string | ||
maxDuration | 单次最长写入用时 | false | integer(int32) | ||
maxRowNum | 单次最大写入数 | false | integer(int32) | ||
queryPeriod | 统计范围 | false | string | ||
rate | 写入速度(条/秒) | false | number(double) | ||
totalError | 错误总数 | false | integer(int32) | ||
totalRows | 写入总行数 | false | integer(int32) | ||
totalTime | 写入总时间(秒) | false | number(double) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
监视事件接收器状态-编辑
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
监视事件接收器状态-编辑
请求示例:
{
"address": "",
"clientHostname": "",
"maxDuration": 0,
"maxRowNum": 0,
"queryPeriod": "",
"rate": 0,
"totalError": 0,
"totalRows": 0,
"totalTime": 0
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
receiverMonitor | 监视事件接收器状态 | body | true | 接收器统计 | 接收器统计 |
address | 接收器IP地址 | false | string | ||
clientHostname | 接收器主机名 | false | string | ||
maxDuration | 单次最长写入用时 | false | integer(int32) | ||
maxRowNum | 单次最大写入数 | false | integer(int32) | ||
queryPeriod | 统计范围 | false | string | ||
rate | 写入速度(条/秒) | false | number(double) | ||
totalError | 错误总数 | false | integer(int32) | ||
totalRows | 写入总行数 | false | integer(int32) | ||
totalTime | 写入总时间(秒) | false | number(double) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
监视事件接收器状态-分页列表查询
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
监视事件接收器状态-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
address | 接收器IP地址 | query | false | string | |
clientHostname | 接收器主机名 | query | false | string | |
maxDuration | 单次最长写入用时 | query | false | integer(int32) | |
maxRowNum | 单次最大写入数 | query | false | integer(int32) | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
queryPeriod | 统计范围 | query | false | string | |
rate | 写入速度(条/秒) | query | false | number(double) | |
totalError | 错误总数 | query | false | integer(int32) | |
totalRows | 写入总行数 | query | false | integer(int32) | |
totalTime | 写入总时间(秒) | query | false | number(double) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«List«接收器统计»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | array | 接收器统计 |
address | 接收器IP地址 | string | |
clientHostname | 接收器主机名 | string | |
maxDuration | 单次最长写入用时 | integer(int32) | |
maxRowNum | 单次最大写入数 | integer(int32) | |
queryPeriod | 统计范围 | string | |
rate | 写入速度(条/秒) | number(double) | |
totalError | 错误总数 | integer(int32) | |
totalRows | 写入总行数 | integer(int32) | |
totalTime | 写入总时间(秒) | number(double) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": [
{
"address": "",
"clientHostname": "",
"maxDuration": 0,
"maxRowNum": 0,
"queryPeriod": "",
"rate": 0,
"totalError": 0,
"totalRows": 0,
"totalTime": 0
}
],
"success": true,
"timestamp": 0
}
监视事件接收器状态-通过id查询
接口地址:/jeecg-boot/oem.monitor/receiverMonitor/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
监视事件接收器状态-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«接收器统计» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | 接收器统计 | 接收器统计 |
address | 接收器IP地址 | string | |
clientHostname | 接收器主机名 | string | |
maxDuration | 单次最长写入用时 | integer(int32) | |
maxRowNum | 单次最大写入数 | integer(int32) | |
queryPeriod | 统计范围 | string | |
rate | 写入速度(条/秒) | number(double) | |
totalError | 错误总数 | integer(int32) | |
totalRows | 写入总行数 | integer(int32) | |
totalTime | 写入总时间(秒) | number(double) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"address": "",
"clientHostname": "",
"maxDuration": 0,
"maxRowNum": 0,
"queryPeriod": "",
"rate": 0,
"totalError": 0,
"totalRows": 0,
"totalTime": 0
},
"success": true,
"timestamp": 0
}
编码校验规则
编码校验规则-添加
接口地址:/jeecg-boot/sys/checkRule/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
编码校验规则-添加
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleCode": "",
"ruleDescription": "",
"ruleJson": "",
"ruleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysCheckRule | 编码校验规则 | body | true | sys_check_rule对象 | sys_check_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键id | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleDescription | 规则描述 | false | string | ||
ruleJson | 规则JSON | false | string | ||
ruleName | 规则名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-通过Code校验传入的值
接口地址:/jeecg-boot/sys/checkRule/checkByCode
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
编码校验规则-通过Code校验传入的值
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ruleCode | ruleCode | query | true | string | |
value | value | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-通过id删除
接口地址:/jeecg-boot/sys/checkRule/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
编码校验规则-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-批量删除
接口地址:/jeecg-boot/sys/checkRule/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
编码校验规则-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-编辑
接口地址:/jeecg-boot/sys/checkRule/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
编码校验规则-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleCode": "",
"ruleDescription": "",
"ruleJson": "",
"ruleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysCheckRule | 编码校验规则 | body | true | sys_check_rule对象 | sys_check_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键id | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleDescription | 规则描述 | false | string | ||
ruleJson | 规则JSON | false | string | ||
ruleName | 规则名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-编辑
接口地址:/jeecg-boot/sys/checkRule/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
编码校验规则-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"ruleCode": "",
"ruleDescription": "",
"ruleJson": "",
"ruleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysCheckRule | 编码校验规则 | body | true | sys_check_rule对象 | sys_check_rule对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | 主键id | false | string | ||
ruleCode | 规则Code | false | string | ||
ruleDescription | 规则描述 | false | string | ||
ruleJson | 规则JSON | false | string | ||
ruleName | 规则名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-分页列表查询
接口地址:/jeecg-boot/sys/checkRule/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
编码校验规则-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人 | query | false | string | |
createTime | 创建时间 | query | false | string(date-time) | |
id | 主键id | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
ruleCode | 规则Code | query | false | string | |
ruleDescription | 规则描述 | query | false | string | |
ruleJson | 规则JSON | query | false | string | |
ruleName | 规则名称 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
编码校验规则-通过id查询
接口地址:/jeecg-boot/sys/checkRule/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
编码校验规则-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象 |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
职务表
职务表-添加
接口地址:/jeecg-boot/sys/position/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
职务表-添加
请求示例:
{
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysPosition | 职务表 | body | true | sys_position对象 | sys_position对象 |
code | 职务编码 | false | string | ||
companyId | 公司id | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | id | false | string | ||
name | 职务名称 | false | string | ||
postRank | 职级 | false | string | ||
sysOrgCode | 组织机构编码 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
职务表-通过id删除
接口地址:/jeecg-boot/sys/position/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
职务表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
职务表-批量删除
接口地址:/jeecg-boot/sys/position/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
职务表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
职务表-编辑
接口地址:/jeecg-boot/sys/position/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
职务表-编辑
请求示例:
{
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysPosition | 职务表 | body | true | sys_position对象 | sys_position对象 |
code | 职务编码 | false | string | ||
companyId | 公司id | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | id | false | string | ||
name | 职务名称 | false | string | ||
postRank | 职级 | false | string | ||
sysOrgCode | 组织机构编码 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
职务表-编辑
接口地址:/jeecg-boot/sys/position/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
职务表-编辑
请求示例:
{
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysPosition | 职务表 | body | true | sys_position对象 | sys_position对象 |
code | 职务编码 | false | string | ||
companyId | 公司id | false | string | ||
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
id | id | false | string | ||
name | 职务名称 | false | string | ||
postRank | 职级 | false | string | ||
sysOrgCode | 组织机构编码 | false | string | ||
updateBy | 修改人 | false | string | ||
updateTime | 修改时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
职务表-分页列表查询
接口地址:/jeecg-boot/sys/position/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
职务表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
code | 职务编码 | query | false | string | |
companyId | 公司id | query | false | string | |
createBy | 创建人 | query | false | string | |
createTime | 创建时间 | query | false | string(date-time) | |
id | id | query | false | string | |
name | 职务名称 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
postRank | 职级 | query | false | string | |
sysOrgCode | 组织机构编码 | query | false | string | |
updateBy | 修改人 | query | false | string | |
updateTime | 修改时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«sys_position对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«sys_position对象» | IPage«sys_position对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | sys_position对象 | |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
职务表-通过code查询
接口地址:/jeecg-boot/sys/position/queryByCode
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
职务表-通过code查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
code | code | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
职务表-通过id查询
接口地址:/jeecg-boot/sys/position/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
职务表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«sys_position对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | sys_position对象 | sys_position对象 |
code | 职务编码 | string | |
companyId | 公司id | string | |
createBy | 创建人 | string | |
createTime | 创建时间 | string(date-time) | |
id | id | string | |
name | 职务名称 | string | |
postRank | 职级 | string | |
sysOrgCode | 组织机构编码 | string | |
updateBy | 修改人 | string | |
updateTime | 修改时间 | string(date-time) | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"code": "",
"companyId": "",
"createBy": "",
"createTime": "",
"id": "",
"name": "",
"postRank": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": ""
},
"success": true,
"timestamp": 0
}
角色首页配置
角色首页配置-添加
接口地址:/jeecg-boot/sys/sysRoleIndex/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
角色首页配置-添加
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"priority": 0,
"roleCode": "",
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"url": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysRoleIndex | 角色首页配置 | body | true | sys_role_index对象 | sys_role_index对象 |
createBy | 创建人登录名称 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
priority | 优先级 | false | integer(int32) | ||
roleCode | 角色编码 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人登录名称 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
url | 路由地址 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-通过id删除
接口地址:/jeecg-boot/sys/sysRoleIndex/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
角色首页配置-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-批量删除
接口地址:/jeecg-boot/sys/sysRoleIndex/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
角色首页配置-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-编辑
接口地址:/jeecg-boot/sys/sysRoleIndex/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
角色首页配置-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"priority": 0,
"roleCode": "",
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"url": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysRoleIndex | 角色首页配置 | body | true | sys_role_index对象 | sys_role_index对象 |
createBy | 创建人登录名称 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
priority | 优先级 | false | integer(int32) | ||
roleCode | 角色编码 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人登录名称 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
url | 路由地址 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-编辑
接口地址:/jeecg-boot/sys/sysRoleIndex/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
角色首页配置-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"id": "",
"priority": 0,
"roleCode": "",
"status": "",
"sysOrgCode": "",
"updateBy": "",
"updateTime": "",
"url": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysRoleIndex | 角色首页配置 | body | true | sys_role_index对象 | sys_role_index对象 |
createBy | 创建人登录名称 | false | string | ||
createTime | 创建日期 | false | string(date-time) | ||
id | id | false | string | ||
priority | 优先级 | false | integer(int32) | ||
roleCode | 角色编码 | false | string | ||
status | 状态 | false | string | ||
sysOrgCode | 所属部门 | false | string | ||
updateBy | 更新人登录名称 | false | string | ||
updateTime | 更新日期 | false | string(date-time) | ||
url | 路由地址 | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-分页列表查询
接口地址:/jeecg-boot/sys/sysRoleIndex/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
角色首页配置-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人登录名称 | query | false | string | |
createTime | 创建日期 | query | false | string(date-time) | |
id | id | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
priority | 优先级 | query | false | integer(int32) | |
roleCode | 角色编码 | query | false | string | |
status | 状态 | query | false | string | |
sysOrgCode | 所属部门 | query | false | string | |
updateBy | 更新人登录名称 | query | false | string | |
updateTime | 更新日期 | query | false | string(date-time) | |
url | 路由地址 | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-通过code查询
接口地址:/jeecg-boot/sys/sysRoleIndex/queryByCode
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
角色首页配置-通过code查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
roleCode | roleCode | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
角色首页配置-通过id查询
接口地址:/jeecg-boot/sys/sysRoleIndex/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
角色首页配置-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表
部门权限表-添加
接口地址:/jeecg-boot/sys/sysDepartPermission/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门权限表-添加
请求示例:
{
"dataRuleIds": "",
"departId": "",
"id": "",
"permissionId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartPermission | 部门权限表 | body | true | sys_depart_permission对象 | sys_depart_permission对象 |
dataRuleIds | 数据规则id | false | string | ||
departId | 部门id | false | string | ||
id | id | false | string | ||
permissionId | 权限id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-通过id删除
接口地址:/jeecg-boot/sys/sysDepartPermission/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门权限表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-批量删除
接口地址:/jeecg-boot/sys/sysDepartPermission/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门权限表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-编辑
接口地址:/jeecg-boot/sys/sysDepartPermission/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门权限表-编辑
请求示例:
{
"dataRuleIds": "",
"departId": "",
"id": "",
"permissionId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartPermission | 部门权限表 | body | true | sys_depart_permission对象 | sys_depart_permission对象 |
dataRuleIds | 数据规则id | false | string | ||
departId | 部门id | false | string | ||
id | id | false | string | ||
permissionId | 权限id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-编辑
接口地址:/jeecg-boot/sys/sysDepartPermission/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门权限表-编辑
请求示例:
{
"dataRuleIds": "",
"departId": "",
"id": "",
"permissionId": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartPermission | 部门权限表 | body | true | sys_depart_permission对象 | sys_depart_permission对象 |
dataRuleIds | 数据规则id | false | string | ||
departId | 部门id | false | string | ||
id | id | false | string | ||
permissionId | 权限id | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-分页列表查询
接口地址:/jeecg-boot/sys/sysDepartPermission/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门权限表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataRuleIds | 数据规则id | query | false | string | |
departId | 部门id | query | false | string | |
id | id | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
permissionId | 权限id | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门权限表-通过id查询
接口地址:/jeecg-boot/sys/sysDepartPermission/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门权限表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色
部门角色-添加
接口地址:/jeecg-boot/sys/sysDepartRole/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门角色-添加
请求示例:
{
"createBy": "",
"createTime": "",
"departId": "",
"description": "",
"id": "",
"roleCode": "",
"roleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartRole | 部门角色 | body | true | sys_depart_role对象 | sys_depart_role对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
departId | 部门id | false | string | ||
description | 描述 | false | string | ||
id | id | false | string | ||
roleCode | 部门角色编码 | false | string | ||
roleName | 部门角色名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-通过id删除
接口地址:/jeecg-boot/sys/sysDepartRole/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门角色-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-批量删除
接口地址:/jeecg-boot/sys/sysDepartRole/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门角色-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-编辑
接口地址:/jeecg-boot/sys/sysDepartRole/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门角色-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"departId": "",
"description": "",
"id": "",
"roleCode": "",
"roleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartRole | 部门角色 | body | true | sys_depart_role对象 | sys_depart_role对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
departId | 部门id | false | string | ||
description | 描述 | false | string | ||
id | id | false | string | ||
roleCode | 部门角色编码 | false | string | ||
roleName | 部门角色名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-编辑
接口地址:/jeecg-boot/sys/sysDepartRole/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
部门角色-编辑
请求示例:
{
"createBy": "",
"createTime": "",
"departId": "",
"description": "",
"id": "",
"roleCode": "",
"roleName": "",
"updateBy": "",
"updateTime": ""
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
sysDepartRole | 部门角色 | body | true | sys_depart_role对象 | sys_depart_role对象 |
createBy | 创建人 | false | string | ||
createTime | 创建时间 | false | string(date-time) | ||
departId | 部门id | false | string | ||
description | 描述 | false | string | ||
id | id | false | string | ||
roleCode | 部门角色编码 | false | string | ||
roleName | 部门角色名称 | false | string | ||
updateBy | 更新人 | false | string | ||
updateTime | 更新时间 | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-分页列表查询
接口地址:/jeecg-boot/sys/sysDepartRole/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门角色-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
createBy | 创建人 | query | false | string | |
createTime | 创建时间 | query | false | string(date-time) | |
departId | 部门id | query | false | string | |
deptId | deptId | query | false | string | |
description | 描述 | query | false | string | |
id | id | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
roleCode | 部门角色编码 | query | false | string | |
roleName | 部门角色名称 | query | false | string | |
updateBy | 更新人 | query | false | string | |
updateTime | 更新时间 | query | false | string(date-time) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
部门角色-通过id查询
接口地址:/jeecg-boot/sys/sysDepartRole/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
部门角色-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«object» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | object | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
重复校验
重复校验接口
接口地址:/jeecg-boot/sys/duplicate/check
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
dataId | 数据ID | query | false | string | |
fieldName | 字段名 | query | false | string | |
fieldVal | 字段值 | query | false | string | |
projectId | 项目id | query | false | string | |
tableName | 表名 | query | false | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表
项目表-添加
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/add
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
项目表-添加
请求示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocProjectConfig | eoc_project | body | true | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | false | integer(int64) | ||
allowed_origins | 允许的来源 | false | array | object | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | false | boolean | ||
bot_filtering | 机器过滤器 | false | boolean | ||
cache_ttl | 缓存TTL | false | integer(int32) | ||
cdn_revision | cdn修订版本 | false | integer(int32) | ||
client_build_settings | 客户端构建设置 | false | object | ||
client_options | 客户端选项 | false | object | ||
code_last_modified | 最后修改代码的日期 | false | string(date-time) | ||
code_revision | 代码修订次数 | false | integer(int32) | ||
collaborator_roles | 合作者角色 | false | array | object | |
createTime | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
dcp_service_id | DCP服务ID | false | string | ||
default_timezone | 默认时区 | false | string | ||
default_timezone_name | 默认时区名称 | false | string | ||
delivery_mode | 交付模式 | false | string | ||
description | 描述 | false | string | ||
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | false | string | ||
enable_force_variation | 是否强力改变 | false | boolean | ||
exclude_disabled_experiments | 是否排除禁用的实验 | false | boolean | ||
exclude_inactive_goals | 是否排除非活动目标 | false | boolean | ||
exclude_names | 是否排除名字 | false | boolean | ||
experiment_confidence_threshold | 实验置信度阈值 | false | integer(int32) | ||
has_access_to_environments | 是否可以访问环境 | false | boolean | ||
id | 另一个ID | false | integer(int64) | ||
image_cdn_host_prefix | 图像cdn主机前缀 | false | string | ||
include_jquery | 是否包含jquery | false | boolean | ||
insecure_preview | 开启不安全预览 | false | boolean | ||
installation_verified | 安装验证 | false | boolean | ||
ip_anonymization | 开启IP匿名化 | false | boolean | ||
ip_filter | IP过滤器 | false | string | ||
is_flags_enabled | 是否启用标志 | false | boolean | ||
is_shared | 是否分享 | false | boolean | ||
jira_integration | jira集成 | false | object | ||
js_file_size | js文件大小 | false | integer(int32) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
library | library | false | string | ||
manifest_version | 版本清单 | false | integer(int32) | ||
opted_into_apps_beta | 选择加入应用版测试 | false | boolean | ||
p13n_results_api_token | p13n结果api令牌 | false | string | ||
preview_js_file_name | 预览js文件名 | false | string | ||
project_javascript | 项目js | false | string | ||
project_name | 项目名称 | false | string | ||
project_permissions | 项目权限 | false | array | string | |
project_platforms | 项目平台 | false | array | object | |
project_status | 项目状态 | false | string | ||
recommender_service_ids | 推荐服务ID | false | array | object | |
running_experiment_limit | 运行实验限制 | false | string | ||
sdk_version | SDK版本 | false | string | ||
sdks | sdks | false | array | object | |
send_flag_decisions | 发送标志决定 | false | boolean | ||
socket_token | 通信令牌 | false | string | ||
third_party_platform | 第三方平台 | false | string | ||
token | 令牌 | false | string | ||
trim_unused_pages | 修剪未使用的页面 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表-通过id归档
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/archived
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-通过id归档
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«boolean» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | boolean | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": true,
"success": true,
"timestamp": 0
}
项目表-通过id删除
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/delete
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-通过id删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表-批量删除
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/deleteBatch
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-批量删除
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
ids | ids | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表-编辑
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/edit
请求方式:POST
请求数据类型:application/json
响应数据类型:*/*
接口描述:
项目表-编辑
请求示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocProjectConfig | eoc_project | body | true | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | false | integer(int64) | ||
allowed_origins | 允许的来源 | false | array | object | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | false | boolean | ||
bot_filtering | 机器过滤器 | false | boolean | ||
cache_ttl | 缓存TTL | false | integer(int32) | ||
cdn_revision | cdn修订版本 | false | integer(int32) | ||
client_build_settings | 客户端构建设置 | false | object | ||
client_options | 客户端选项 | false | object | ||
code_last_modified | 最后修改代码的日期 | false | string(date-time) | ||
code_revision | 代码修订次数 | false | integer(int32) | ||
collaborator_roles | 合作者角色 | false | array | object | |
createTime | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
dcp_service_id | DCP服务ID | false | string | ||
default_timezone | 默认时区 | false | string | ||
default_timezone_name | 默认时区名称 | false | string | ||
delivery_mode | 交付模式 | false | string | ||
description | 描述 | false | string | ||
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | false | string | ||
enable_force_variation | 是否强力改变 | false | boolean | ||
exclude_disabled_experiments | 是否排除禁用的实验 | false | boolean | ||
exclude_inactive_goals | 是否排除非活动目标 | false | boolean | ||
exclude_names | 是否排除名字 | false | boolean | ||
experiment_confidence_threshold | 实验置信度阈值 | false | integer(int32) | ||
has_access_to_environments | 是否可以访问环境 | false | boolean | ||
id | 另一个ID | false | integer(int64) | ||
image_cdn_host_prefix | 图像cdn主机前缀 | false | string | ||
include_jquery | 是否包含jquery | false | boolean | ||
insecure_preview | 开启不安全预览 | false | boolean | ||
installation_verified | 安装验证 | false | boolean | ||
ip_anonymization | 开启IP匿名化 | false | boolean | ||
ip_filter | IP过滤器 | false | string | ||
is_flags_enabled | 是否启用标志 | false | boolean | ||
is_shared | 是否分享 | false | boolean | ||
jira_integration | jira集成 | false | object | ||
js_file_size | js文件大小 | false | integer(int32) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
library | library | false | string | ||
manifest_version | 版本清单 | false | integer(int32) | ||
opted_into_apps_beta | 选择加入应用版测试 | false | boolean | ||
p13n_results_api_token | p13n结果api令牌 | false | string | ||
preview_js_file_name | 预览js文件名 | false | string | ||
project_javascript | 项目js | false | string | ||
project_name | 项目名称 | false | string | ||
project_permissions | 项目权限 | false | array | string | |
project_platforms | 项目平台 | false | array | object | |
project_status | 项目状态 | false | string | ||
recommender_service_ids | 推荐服务ID | false | array | object | |
running_experiment_limit | 运行实验限制 | false | string | ||
sdk_version | SDK版本 | false | string | ||
sdks | sdks | false | array | object | |
send_flag_decisions | 发送标志决定 | false | boolean | ||
socket_token | 通信令牌 | false | string | ||
third_party_platform | 第三方平台 | false | string | ||
token | 令牌 | false | string | ||
trim_unused_pages | 修剪未使用的页面 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表-编辑
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/edit
请求方式:PUT
请求数据类型:application/json
响应数据类型:*/*
接口描述:
项目表-编辑
请求示例:
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
eocProjectConfig | eoc_project | body | true | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | false | integer(int64) | ||
allowed_origins | 允许的来源 | false | array | object | |
ask_visitors_for_exact_location | 询问访问者的确切位置 | false | boolean | ||
bot_filtering | 机器过滤器 | false | boolean | ||
cache_ttl | 缓存TTL | false | integer(int32) | ||
cdn_revision | cdn修订版本 | false | integer(int32) | ||
client_build_settings | 客户端构建设置 | false | object | ||
client_options | 客户端选项 | false | object | ||
code_last_modified | 最后修改代码的日期 | false | string(date-time) | ||
code_revision | 代码修订次数 | false | integer(int32) | ||
collaborator_roles | 合作者角色 | false | array | object | |
createTime | 创建时间2 | false | string(date-time) | ||
created | 创建时间 | false | string(date-time) | ||
dcp_service_id | DCP服务ID | false | string | ||
default_timezone | 默认时区 | false | string | ||
default_timezone_name | 默认时区名称 | false | string | ||
delivery_mode | 交付模式 | false | string | ||
description | 描述 | false | string | ||
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | false | string | ||
enable_force_variation | 是否强力改变 | false | boolean | ||
exclude_disabled_experiments | 是否排除禁用的实验 | false | boolean | ||
exclude_inactive_goals | 是否排除非活动目标 | false | boolean | ||
exclude_names | 是否排除名字 | false | boolean | ||
experiment_confidence_threshold | 实验置信度阈值 | false | integer(int32) | ||
has_access_to_environments | 是否可以访问环境 | false | boolean | ||
id | 另一个ID | false | integer(int64) | ||
image_cdn_host_prefix | 图像cdn主机前缀 | false | string | ||
include_jquery | 是否包含jquery | false | boolean | ||
insecure_preview | 开启不安全预览 | false | boolean | ||
installation_verified | 安装验证 | false | boolean | ||
ip_anonymization | 开启IP匿名化 | false | boolean | ||
ip_filter | IP过滤器 | false | string | ||
is_flags_enabled | 是否启用标志 | false | boolean | ||
is_shared | 是否分享 | false | boolean | ||
jira_integration | jira集成 | false | object | ||
js_file_size | js文件大小 | false | integer(int32) | ||
last_modified | 最后修改时间 | false | string(date-time) | ||
library | library | false | string | ||
manifest_version | 版本清单 | false | integer(int32) | ||
opted_into_apps_beta | 选择加入应用版测试 | false | boolean | ||
p13n_results_api_token | p13n结果api令牌 | false | string | ||
preview_js_file_name | 预览js文件名 | false | string | ||
project_javascript | 项目js | false | string | ||
project_name | 项目名称 | false | string | ||
project_permissions | 项目权限 | false | array | string | |
project_platforms | 项目平台 | false | array | object | |
project_status | 项目状态 | false | string | ||
recommender_service_ids | 推荐服务ID | false | array | object | |
running_experiment_limit | 运行实验限制 | false | string | ||
sdk_version | SDK版本 | false | string | ||
sdks | sdks | false | array | object | |
send_flag_decisions | 发送标志决定 | false | boolean | ||
socket_token | 通信令牌 | false | string | ||
third_party_platform | 第三方平台 | false | string | ||
token | 令牌 | false | string | ||
trim_unused_pages | 修剪未使用的页面 | false | boolean |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«string» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | string | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": "",
"success": true,
"timestamp": 0
}
项目表-分页列表查询
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/list
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-分页列表查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
accountId | 用户ID | query | false | integer(int32) | |
allowedOrigins | 允许的来源 | query | false | string | |
botFiltering | 机器过滤器 | query | false | integer(int32) | |
cacheTtl | 缓存TTL | query | false | integer(int32) | |
cdnRevision | cdn修订版本 | query | false | integer(int32) | |
clientBuildSettings | 客户端构建设置 | query | false | string | |
clientOptions | 客户端选项 | query | false | string | |
codeLastModified | 最后修改代码的日期 | query | false | string(date-time) | |
codeRevision | 代码修订次数 | query | false | integer(int32) | |
collaboratorRoles | 合作者角色 | query | false | string | |
confidence | query | false | string | ||
created | 创建时间 | query | false | string(date-time) | |
createTime | 创建时间2 | query | false | string(date-time) | |
dcpServiceId | DCP服务ID | query | false | string | |
defaultTimezone | 默认时区 | query | false | string | |
defaultTimezoneName | 默认时区名称 | query | false | string | |
deliveryMode | 交付模式 | query | false | string | |
description | 描述 | query | false | string | |
enableForceVariation | 是否强力改变 | query | false | integer(int32) | |
endDate | query | false | string | ||
excludeDisabledExperiments | 是否排除禁用的实验 | query | false | integer(int32) | |
excludeInactiveGoals | 是否排除非活动目标 | query | false | integer(int32) | |
excludeNames | 是否排除名字 | query | false | integer(int32) | |
experimentConfidenceThreshold | 实验置信度阈值 | query | false | integer(int32) | |
hasAccessToEnvironments | 是否可以访问环境 | query | false | integer(int32) | |
id | 另一个ID | query | false | integer(int64) | |
imageCdnHostPrefix | 图像cdn主机前缀 | query | false | string | |
includeJquery | 是否包含jquery | query | false | integer(int32) | |
insecurePreview | 开启不安全预览 | query | false | integer(int32) | |
installationVerified | 安装验证 | query | false | integer(int32) | |
ipAnonymization | 开启IP匿名化 | query | false | integer(int32) | |
ipFilter | IP过滤器 | query | false | string | |
isFlagsEnabled | 是否启用标志 | query | false | integer(int32) | |
isShared | 是否分享 | query | false | integer(int32) | |
jiraIntegration | jira集成 | query | false | string | |
jsFileSize | js文件大小 | query | false | integer(int32) | |
lastModified | 最后修改时间 | query | false | string(date-time) | |
library | library | query | false | string | |
manifestVersion | 版本清单 | query | false | integer(int32) | |
optedIntoAppsBeta | 选择加入应用版测试 | query | false | integer(int32) | |
p13nResultsApiToken | p13n结果api令牌 | query | false | string | |
pageNo | pageNo | query | false | integer(int32) | |
pageSize | pageSize | query | false | integer(int32) | |
previewJsFileName | 预览js文件名 | query | false | string | |
projectJavascript | 项目js | query | false | string | |
projectName | 项目名称 | query | false | string | |
projectNameFuzzy | query | false | string | ||
projectPermissions | 项目权限 | query | false | string | |
projectPlatforms | 项目平台 | query | false | string | |
projectStatus | 项目状态 | query | false | string | |
protype | query | false | string | ||
recommenderServiceIds | 推荐服务ID | query | false | string | |
runningExperimentLimit | 运行实验限制 | query | false | string | |
sdks | sdks | query | false | string | |
sdkVersion | SDK版本 | query | false | string | |
sendFlagDecisions | 发送标志决定 | query | false | integer(int32) | |
socketToken | 通信令牌 | query | false | string | |
startDate | query | false | string | ||
thirdPartyPlatform | 第三方平台 | query | false | string | |
timeRange | query | false | string | ||
token | 令牌 | query | false | string | |
trimUnusedPages | 修剪未使用的页面 | query | false | integer(int32) |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«IPage«eoc_project对象»» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | IPage«eoc_project对象» | IPage«eoc_project对象» |
current | integer(int64) | ||
pages | integer(int64) | ||
records | array | eoc_project对象 | |
account_id | 用户ID | integer | |
allowed_origins | 允许的来源 | array | object |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer | |
cdn_revision | cdn修订版本 | integer | |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string | |
code_revision | 代码修订次数 | integer | |
collaborator_roles | 合作者角色 | array | object |
createTime | 创建时间2 | string | |
created | 创建时间 | string | |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer | |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer | |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer | |
last_modified | 最后修改时间 | string | |
library | library | string | |
manifest_version | 版本清单 | integer | |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | string |
project_platforms | 项目平台 | array | object |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | object |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | object |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean | |
size | integer(int64) | ||
total | integer(int64) | ||
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"current": 0,
"pages": 0,
"records": [
{
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
}
],
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}
项目表-通过id查询
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/queryById
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-通过id查询
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«eoc_project对象» |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | eoc_project对象 | eoc_project对象 |
account_id | 用户ID | integer(int64) | |
allowed_origins | 允许的来源 | array | object |
ask_visitors_for_exact_location | 询问访问者的确切位置 | boolean | |
bot_filtering | 机器过滤器 | boolean | |
cache_ttl | 缓存TTL | integer(int32) | |
cdn_revision | cdn修订版本 | integer(int32) | |
client_build_settings | 客户端构建设置 | object | |
client_options | 客户端选项 | object | |
code_last_modified | 最后修改代码的日期 | string(date-time) | |
code_revision | 代码修订次数 | integer(int32) | |
collaborator_roles | 合作者角色 | array | object |
createTime | 创建时间2 | string(date-time) | |
created | 创建时间 | string(date-time) | |
dcp_service_id | DCP服务ID | string | |
default_timezone | 默认时区 | string | |
default_timezone_name | 默认时区名称 | string | |
delivery_mode | 交付模式 | string | |
description | 描述 | string | |
editor_iframe_protocol_preference | 编辑器iframe协议首选项 | string | |
enable_force_variation | 是否强力改变 | boolean | |
exclude_disabled_experiments | 是否排除禁用的实验 | boolean | |
exclude_inactive_goals | 是否排除非活动目标 | boolean | |
exclude_names | 是否排除名字 | boolean | |
experiment_confidence_threshold | 实验置信度阈值 | integer(int32) | |
has_access_to_environments | 是否可以访问环境 | boolean | |
id | 另一个ID | integer(int64) | |
image_cdn_host_prefix | 图像cdn主机前缀 | string | |
include_jquery | 是否包含jquery | boolean | |
insecure_preview | 开启不安全预览 | boolean | |
installation_verified | 安装验证 | boolean | |
ip_anonymization | 开启IP匿名化 | boolean | |
ip_filter | IP过滤器 | string | |
is_flags_enabled | 是否启用标志 | boolean | |
is_shared | 是否分享 | boolean | |
jira_integration | jira集成 | object | |
js_file_size | js文件大小 | integer(int32) | |
last_modified | 最后修改时间 | string(date-time) | |
library | library | string | |
manifest_version | 版本清单 | integer(int32) | |
opted_into_apps_beta | 选择加入应用版测试 | boolean | |
p13n_results_api_token | p13n结果api令牌 | string | |
preview_js_file_name | 预览js文件名 | string | |
project_javascript | 项目js | string | |
project_name | 项目名称 | string | |
project_permissions | 项目权限 | array | string |
project_platforms | 项目平台 | array | object |
project_status | 项目状态 | string | |
recommender_service_ids | 推荐服务ID | array | object |
running_experiment_limit | 运行实验限制 | string | |
sdk_version | SDK版本 | string | |
sdks | sdks | array | object |
send_flag_decisions | 发送标志决定 | boolean | |
socket_token | 通信令牌 | string | |
third_party_platform | 第三方平台 | string | |
token | 令牌 | string | |
trim_unused_pages | 修剪未使用的页面 | boolean | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": {
"account_id": 0,
"allowed_origins": [],
"ask_visitors_for_exact_location": true,
"bot_filtering": true,
"cache_ttl": 0,
"cdn_revision": 0,
"client_build_settings": {},
"client_options": {},
"code_last_modified": "",
"code_revision": 0,
"collaborator_roles": [],
"createTime": "",
"created": "",
"dcp_service_id": "",
"default_timezone": "",
"default_timezone_name": "",
"delivery_mode": "",
"description": "",
"editor_iframe_protocol_preference": "",
"enable_force_variation": true,
"exclude_disabled_experiments": true,
"exclude_inactive_goals": true,
"exclude_names": true,
"experiment_confidence_threshold": 0,
"has_access_to_environments": true,
"id": 0,
"image_cdn_host_prefix": "",
"include_jquery": true,
"insecure_preview": true,
"installation_verified": true,
"ip_anonymization": true,
"ip_filter": "",
"is_flags_enabled": true,
"is_shared": true,
"jira_integration": {},
"js_file_size": 0,
"last_modified": "",
"library": "",
"manifest_version": 0,
"opted_into_apps_beta": true,
"p13n_results_api_token": "",
"preview_js_file_name": "",
"project_javascript": "",
"project_name": "",
"project_permissions": [],
"project_platforms": [],
"project_status": "",
"recommender_service_ids": [],
"running_experiment_limit": "",
"sdk_version": "",
"sdks": [],
"send_flag_decisions": true,
"socket_token": "",
"third_party_platform": "",
"token": "",
"trim_unused_pages": true
},
"success": true,
"timestamp": 0
}
项目表-通过id反归档
接口地址:/jeecg-boot/sysconfig/eocProjectConfig/restoreArchived
请求方式:DELETE
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
项目表-通过id反归档
请求参数:
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
id | id | query | true | string |
响应状态:
状态码 | 说明 | schema |
---|---|---|
200 | OK | 接口返回对象«boolean» |
204 | No Content | |
401 | Unauthorized | |
403 | Forbidden |
响应参数:
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | 返回代码 | integer(int32) | integer(int32) |
message | 返回处理消息 | string | |
result | 返回数据对象 | boolean | |
success | 成功标志 | boolean | |
timestamp | 时间戳 | integer(int64) | integer(int64) |
响应示例:
{
"code": 0,
"message": "",
"result": true,
"success": true,
"timestamp": 0
}