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": ""
}
]