查询应用接口

简述:

  • 根据传入id查询,并返回应用接口信息

请求URL:

请求方式:

  • GET

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:
名称 类型 是否必须 默认值 备注 其他信息
authAppApiId String 应用接口 id
  • Body:

暂无

请求参数示例:

http://192.168.3.230:15100/ibps/platform/v3/auth/app/api/get?authAppApiId=651857623338975232

返回示例:

{
    "state": 200,
    "request": null,
    "message": "",
    "cause": "",
    "variables": {},
    "data": {
        "pk": "",
        "name": null,
        "ip": null,
        "createBy": "-1",
        "createTime": "2019-12-04",
        "updateBy": null,
        "updateTime": null,
        "tenantId": null,
        "dataStatus": null,
        "dbtype": null,
        "id": "651857623338975232",
        "appKey": "ibps-business-provider",
        "apiKey": "bpm_demo_url_form_save",
        "apiName": "保存信息",
        "apiUri": "/bpm/demo/url/form/save",
        "scope": "auth",
        "limit": 120,
        "testLimit": 60,
        "apiDesc": "保存信息",
        "creator": "系统用户",
        "updator": null
    }
}

返回参数说明:

名称 类型 备注
data AuthAppApiPo 应用API对象信息

导入应用接口

简述:

  • 保存回复信息

请求URL:

请求方式:

  • POST

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:
名称 类型 是否必须 默认值 备注 其他信息
mode String 导入模式:normal/cover
url String swagger地址
  • Body:

暂无

请求参数示例:

http://192.168.3.230:15100/ibps/platform/v3/auth/app/api/importApi?mode=normal&url=http://192.168.3.230:15100/ibps/oauth2/v3/v2/api-docs

返回示例:

{
    "state": 200,
    "request": null,
    "message": "导入应用接口成功",
    "cause": "",
    "variables": {},
    "data": null
}

返回参数说明:

名称 类型 备注
data Void

获取应用接口列表

简述:

  • 获取应用接口列表

请求URL:

请求方式:

  • POST

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:

暂无

  • Body:
名称 类型 是否必须 默认值 备注 其他信息
request APIRequest[1] 动态查询请求对象

请求参数示例:

http://192.168.3.230:15100/ibps/platform/v3/auth/app/api/importApi?mode=normal&url=http://192.168.3.230:15100/ibps/oauth2/v3/v2/api-docs

返回示例:

{
    "state": 200,
    "request": null,
    "message": "",
    "cause": "",
    "variables": {},
    "data": {
        "dataResult": [
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857623338975232",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_save",
                "apiName": "保存信息",
                "apiUri": "/bpm/demo/url/form/save",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "保存信息",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857623091511296",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_remove",
                "apiName": "批量删除",
                "apiUri": "/bpm/demo/url/form/remove",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "批量删除",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857622919544832",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_query",
                "apiName": "url表单例子列表",
                "apiUri": "/bpm/demo/url/form/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "url表单例子列表",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857622579806208",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_get",
                "apiName": "根据id获取对象信息",
                "apiUri": "/bpm/demo/url/form/get",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据id获取对象信息",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-21",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "647049277515759616",
                "appKey": "ibps-platform-provider",
                "apiKey": "service_demo_query",
                "apiName": "参与者等级列表(分页条件查询)数据",
                "apiUri": "/service/demo/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "参与者等级列表(分页条件查询)数据",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-20",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646753588957151232",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_definition_queryByFormKey",
                "apiName": "根据表单key查询流程定义",
                "apiUri": "/bpm/definition/queryByFormKey",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据表单key查询流程定义",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422421955411968",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_instance_startFlowFromList",
                "apiName": "业务数据启动流程(列表页)",
                "apiUri": "/bpm/instance/startFlowFromList",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "业务数据启动流程(列表页)",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422421636644864",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_instance_startFlowFromEdit",
                "apiName": "业务数据启动流程(编辑页)",
                "apiUri": "/bpm/instance/startFlowFromEdit",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "业务数据启动流程(编辑页)",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422417643667456",
                "appKey": "ibps-business-provider",
                "apiKey": "bo_def_getByFormKey",
                "apiName": "根据表单标识查询业务对象",
                "apiUri": "/bo/def/getByFormKey",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据表单标识查询业务对象",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740694242721792",
                "appKey": "ibps-platform-provider",
                "apiKey": "platform_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/platform/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740679583629312",
                "appKey": "ibps-oauthserver-provider",
                "apiKey": "oauth_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/oauth/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740675624206336",
                "appKey": "ibps-business-provider",
                "apiKey": "office_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/office/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-24",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "637030789841682432",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_query",
                "apiName": "服务管理列表(分页条件查询)数据",
                "apiUri": "/serv/service/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "服务管理列表(分页条件查询)数据",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-24",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "637030789493555200",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_get",
                "apiName": "根据id查询服务管理",
                "apiUri": "/serv/service/get",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据id查询服务管理",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-15",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "633757127302709248",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_findByNameAndDir",
                "apiName": "查询服务",
                "apiUri": "/serv/service/findByNameAndDir",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "查询服务",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "1",
                "createTime": "2019-10-14",
                "updateBy": "631857264696754176",
                "updateTime": "2019-10-14",
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "633267249347559424",
                "appKey": "ibps-platform-provider",
                "apiKey": "aaaaa",
                "apiName": "管理员添加接口",
                "apiUri": "aaaaa",
                "scope": "anonymous",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "管理员",
                "updator": "tom"
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "631857264696754176",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632180462780940288",
                "appKey": "ibps-platform-provider",
                "apiKey": "res",
                "apiName": "res",
                "apiUri": "test",
                "scope": "auth",
                "limit": 12,
                "testLimit": 12,
                "apiDesc": "",
                "creator": "tom",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "632153957724061696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632179483729723392",
                "appKey": "ibps-business-provider",
                "apiKey": "EVAtj",
                "apiName": "EVA添加",
                "apiUri": "/form/template/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "EVA",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "626796813873053696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632177581256343552",
                "appKey": "ibps-business-provider",
                "apiKey": "fdgr",
                "apiName": "fdgr",
                "apiUri": "form_rights_saveFlowPermission",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "产品经理",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "632153957724061696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632169680932438016",
                "appKey": "ibps-platform-provider",
                "apiKey": "chanpiny",
                "apiName": "chanpiny",
                "apiUri": "form_rights_saveFlowPermission",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "EVA",
                "updator": null
            }
        ],
        "pageResult": {
            "limit": 20,
            "page": 1,
            "totalCount": 946,
            "totalPages": 48
        }
    }
}

返回参数说明:

名称 类型 备注
data APIPageList< AuthAppApiPo > 应用API对象信息列表

根据授权标识获取应用接口列表

简述:

  • 根据授权标识获取应用接口列表

请求URL:

请求方式:

  • POST

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:

暂无

  • Body:
名称 类型 是否必须 默认值 备注 其他信息
request APIRequest[1] 动态查询请求对象

请求参数示例:

{
    "parameters": [],
    "requestPage": {
        "pageNo": 1,
        "limit": 20
    },
    "sorts": []
}

返回示例:

{
    "state": 200,
    "request": null,
    "message": "",
    "cause": "",
    "variables": {},
    "data": {
        "dataResult": [
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857623338975232",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_save",
                "apiName": "保存信息",
                "apiUri": "/bpm/demo/url/form/save",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "保存信息",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857623091511296",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_remove",
                "apiName": "批量删除",
                "apiUri": "/bpm/demo/url/form/remove",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "批量删除",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857622919544832",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_query",
                "apiName": "url表单例子列表",
                "apiUri": "/bpm/demo/url/form/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "url表单例子列表",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-12-04",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "651857622579806208",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_demo_url_form_get",
                "apiName": "根据id获取对象信息",
                "apiUri": "/bpm/demo/url/form/get",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据id获取对象信息",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-21",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "647049277515759616",
                "appKey": "ibps-platform-provider",
                "apiKey": "service_demo_query",
                "apiName": "参与者等级列表(分页条件查询)数据",
                "apiUri": "/service/demo/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "参与者等级列表(分页条件查询)数据",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-20",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646753588957151232",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_definition_queryByFormKey",
                "apiName": "根据表单key查询流程定义",
                "apiUri": "/bpm/definition/queryByFormKey",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据表单key查询流程定义",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422421955411968",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_instance_startFlowFromList",
                "apiName": "业务数据启动流程(列表页)",
                "apiUri": "/bpm/instance/startFlowFromList",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "业务数据启动流程(列表页)",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422421636644864",
                "appKey": "ibps-business-provider",
                "apiKey": "bpm_instance_startFlowFromEdit",
                "apiName": "业务数据启动流程(编辑页)",
                "apiUri": "/bpm/instance/startFlowFromEdit",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "业务数据启动流程(编辑页)",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-19",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "646422417643667456",
                "appKey": "ibps-business-provider",
                "apiKey": "bo_def_getByFormKey",
                "apiName": "根据表单标识查询业务对象",
                "apiUri": "/bo/def/getByFormKey",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据表单标识查询业务对象",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740694242721792",
                "appKey": "ibps-platform-provider",
                "apiKey": "platform_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/platform/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740679583629312",
                "appKey": "ibps-oauthserver-provider",
                "apiKey": "oauth_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/oauth/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-11-06",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "641740675624206336",
                "appKey": "ibps-business-provider",
                "apiKey": "office_cache_system_flush",
                "apiName": "刷新缓存",
                "apiUri": "/office/cache/system/flush",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "刷新缓存",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-24",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "637030789841682432",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_query",
                "apiName": "服务管理列表(分页条件查询)数据",
                "apiUri": "/serv/service/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "服务管理列表(分页条件查询)数据",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-24",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "637030789493555200",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_get",
                "apiName": "根据id查询服务管理",
                "apiUri": "/serv/service/get",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "根据id查询服务管理",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "-1",
                "createTime": "2019-10-15",
                "updateBy": null,
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "633757127302709248",
                "appKey": "ibps-platform-provider",
                "apiKey": "serv_service_findByNameAndDir",
                "apiName": "查询服务",
                "apiUri": "/serv/service/findByNameAndDir",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "查询服务",
                "creator": "系统用户",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "1",
                "createTime": "2019-10-14",
                "updateBy": "631857264696754176",
                "updateTime": "2019-10-14",
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "633267249347559424",
                "appKey": "ibps-platform-provider",
                "apiKey": "aaaaa",
                "apiName": "管理员添加接口",
                "apiUri": "aaaaa",
                "scope": "anonymous",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "管理员",
                "updator": "tom"
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "631857264696754176",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632180462780940288",
                "appKey": "ibps-platform-provider",
                "apiKey": "res",
                "apiName": "res",
                "apiUri": "test",
                "scope": "auth",
                "limit": 12,
                "testLimit": 12,
                "apiDesc": "",
                "creator": "tom",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "632153957724061696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632179483729723392",
                "appKey": "ibps-business-provider",
                "apiKey": "EVAtj",
                "apiName": "EVA添加",
                "apiUri": "/form/template/query",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "EVA",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "626796813873053696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632177581256343552",
                "appKey": "ibps-business-provider",
                "apiKey": "fdgr",
                "apiName": "fdgr",
                "apiUri": "form_rights_saveFlowPermission",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "产品经理",
                "updator": null
            },
            {
                "pk": "",
                "name": null,
                "ip": null,
                "createBy": "632153957724061696",
                "createTime": "2019-10-11",
                "updateBy": "",
                "updateTime": null,
                "tenantId": null,
                "dataStatus": null,
                "dbtype": null,
                "id": "632169680932438016",
                "appKey": "ibps-platform-provider",
                "apiKey": "chanpiny",
                "apiName": "chanpiny",
                "apiUri": "form_rights_saveFlowPermission",
                "scope": "auth",
                "limit": 120,
                "testLimit": 60,
                "apiDesc": "",
                "creator": "EVA",
                "updator": null
            }
        ],
        "pageResult": {
            "limit": 20,
            "page": 1,
            "totalCount": 946,
            "totalPages": 48
        }
    }
}

返回参数说明:

名称 类型 备注
data APIPageList< AuthAppApiPo > 应用API对象信息列表

删除(批量)应用接口

简述:

  • 删除【应用接口】记录

请求URL:

请求方式:

  • POST

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:

暂无

  • Body:
名称 类型 是否必须 默认值 备注 其他信息
authAppApiIds String[] 应用接口 id数组

请求参数示例:

http://192.168.3.230:15100/ibps/platform/v3/auth/app/api/remove?authAppApiIds=632169680932438016

返回示例:

{
    "state": 200,
    "request": null,
    "message": "删除应用接口信息成功",
    "cause": "",
    "variables": {},
    "data": null
}

返回参数说明:

名称 类型 备注
data Void

保存应用接口

简述:

  • 保存应用接口信息

请求URL:

请求方式:

  • POST

请求参数:

  • Headers:
名称 类型 是否必须 默认值 备注 其他信息
X-Authorization-access_token String 系统令牌
  • Query:

暂无

  • Body:
名称 类型 是否必须 默认值 备注 其他信息
authAppApiIds String[] 应用接口 id数组

请求参数示例:

http://192.168.3.230:15100/ibps/platform/v3/auth/app/api/remove?authAppApiIds=632169680932438016

返回示例:

{
    "state": 200,
    "request": null,
    "message": "删除应用接口信息成功",
    "cause": "",
    "variables": {},
    "data": null
}

返回参数说明:

名称 类型 备注
data Void
文档更新时间: 2020-02-04 16:43   作者:朱业成