How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Sensors Data Express Action Channel API

The Express Action Channel API from Sensors Data — 14 operation(s) for express action channel.

Sensors Data Express Action Channel API is one of 28 APIs that Sensors Data publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Express Action Channel. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 14 operations across 14 paths, and defines 54 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, /api/v3/focus/v1.

14 operations 14 paths 54 schemas 8 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://{sensors_data_url}/api/v3/analytics/v1
Resource Areas
1

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 8 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Express Action Channel 14
GET
/express-action-channel/plugin/get
查询插件信息
GetPlugin 5 params → default
GET
/express-action-channel/channel/query
查询通道信息
QueryChannel 4 params → default
GET
/express-action-channel/channel/instance/query
查询通道实例信息
QueryChannelInstance 6 params → default
POST
/express-action-channel/channel/instance/create
创建通道实例
CreateChannelInstance 3 params body → default
POST
/express-action-channel/channel/instance/update
修改通道实例
UpdateChannelInstance 3 params body → default
POST
/express-action-channel/channel/instance/delete
删除通道实例
DeleteChannelInstance 3 params body → default
GET
/express-action-channel/plugin/resource/get
获取插件资源文件
GetPluginResource 5 params → default
POST
/express-action-channel/channel/instance/test-send/execute
通道实例测试发送
ExecuteTestSend 3 params body → default
POST
/express-action-channel/channel/instance/send-content/check
通道实例配置发送内容校验
CheckChannelInstanceContent 3 params body → default
POST
/express-action-channel/channel/instance/extension/execute
通道实例其他扩展请求
ExecuteChannelInstanceExtensionRest 3 params body → default
GET
/express-action-channel/channel/instance/metrics-define/get
通道实例指标定义获取
GetChannelInstanceMetricsDefine 4 params → default
GET
/express-action-channel/channel/ai/category/get
获取有可用通道实例的通道大类
GetChannelCategories 3 params → default
GET
/express-action-channel/channel/ai/category/instance/get
获取某个通道大类下的通道实例信息
GetChannelInstanceWithDescByChannelCategory 4 params → default
GET
/express-action-channel/channel/ai/instance/get
获取某个项目下所有可用的通道实例
GetAllChannelInstanceWithDesc 3 params → default

Schemas 54

The contract defines 54 schemas that model the data the API accepts and returns. The most detailed are sensorsdata.focus.v1.express.action.ChannelInstanceInformation (12 properties), sensorsdata.common.Literal (10 properties), sensorsdata.focus.v1.ChannelInstanceSchema (10 properties), sensorsdata.focus.v1.GetChannelInstanceMetricsDefineOpenApiResponse.ExternalMetricsEventSeries (8 properties). Each schema is shown below with its type and property counts.

sensorsdata.focus.v1.GetChannelCategoryOpenApiResponse
object
2 properties
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiResponse.ExecutionReceiptMessageOpenApiContext.EventProperty
object
2 properties
sensorsdata.focus.v1.GetChannelInstanceMetricsDefineOpenApiResponse
object
2 properties
sensorsdata.focus.v1.GetPluginResourceOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.ExecuteChannelInstanceExtensionRestOpenApiResponse
object
4 properties
sensorsdata.focus.v1.ExecuteChannelInstanceExtensionRestOpenApiRequest
object
3 properties
sensorsdata.common.Literal
object
10 properties
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiResponse.ExecutionReceiptMessageOpenApiContext
object
6 properties
sensorsdata.common.FilterCondition
object
单个过滤条件
3 properties
sensorsdata.focus.v1.GetChannelInstanceMetricsDefineOpenApiResponse.ExternalMetricsEventSeries
object
指标定义详情
8 properties
sensorsdata.focus.v1.GetChannelCategoryOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.CreateChannelInstanceOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.common.ErrorInfo
object
5 properties
sensorsdata.focus.v1.GetPluginOpenApiResponse
object
1 property
sensorsdata.common.ErrorContext
object
发生错误时,系统快照信息
5 properties
sensorsdata.focus.v1.GetPluginOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.express.action.ChannelInstanceConfiguration
object
通道实例的详细配置信息,由于有些配置是每个通道都必须的,比如 sendid, 所以这里需要对必须的配置项进行枚举 非必须的配置是由插件自己决定如何配置的,所以只以一个字符串来存储
5 properties
sensorsdata.focus.v1.ExecuteTestSendOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.DeleteChannelInstanceOpenApiRequest
object
1 property
sensorsdata.focus.v1.CheckChannelInstanceContentOpenApiRequest
object
通道配置内容验证请求数据结构
2 properties
sensorsdata.focus.v1.UpdateChannelInstanceOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.GetChannelCategoryOpenApiResponse.ChannelCategoryInfo
object
3 properties
sensorsdata.common.ErrorCause
object
2 properties
sensorsdata.common.PredicateFunctionParam
object
函数的参数,有几种可能 1. 一个 field, 如 events.$Anything.$city 2. 一个 Literal 的常量 3. 一个变量, 如 $ENTRYTIME, 需要在执行上下文里进行替换 4. 一个 TimePoint, 代表一个相对或绝对的时间点, 用于时间类型的条件 5. 一个 expres…
6 properties
sensorsdata.focus.v1.ChannelInstanceSchema
object
10 properties
sensorsdata.focus.v1.express.action.PluginInformation
object
通用插件基础信息
8 properties
sensorsdata.focus.v1.ChannelInstanceWithDescOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.CreateChannelInstanceOpenApiResponse
object
1 property
sensorsdata.focus.v1.express.action.ChannelInstanceInformation
object
通用通道实例基础信息
12 properties
sensorsdata.common.CompoundFilterCondition
object
复合过滤条件,用于描述 condition 或 compoundfilter 之间的关系
4 properties
sensorsdata.focus.v1.GetChannelInstanceMetricsDefineOpenApiResponse.InternationalStrings
object
5 properties
sensorsdata.focus.v1.QueryChannelOpenApiResponse
object
1 property
sensorsdata.focus.v1.express.action.PluginChannelInformation
object
通用通道基础信息
7 properties
sensorsdata.focus.v1.express.action.ChannelInstanceInformation.RateLimitConfig
object
2 properties
sensorsdata.focus.v1.GetChannelInstanceMetricsDefineOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.QueryChannelInstanceOpenApiResponse
object
1 property
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiRequest
object
消息发送内容
4 properties
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiResponse
object
5 properties
sensorsdata.common.HttpApiResult
object
5 properties
sensorsdata.focus.v1.ChannelInstanceWithDescOpenApiResponse
object
1 property
sensorsdata.focus.v1.ExecuteChannelInstanceExtensionRestOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiRequest.ExecutionMessageOpenApiContext
object
2 properties
sensorsdata.common.TimePoint
object
5 properties
sensorsdata.common.TimeInterval
object
2 properties
sensorsdata.focus.v1.GetPluginResourceOpenApiResponse
object
4 properties
sensorsdata.focus.v1.QueryChannelOpenApiResponseHttpApiResult
object
5 properties
sensorsdata.common.TimeRange
object
2 properties
sensorsdata.focus.v1.ChannelInstanceSchema.FieldSchema
object
5 properties
sensorsdata.focus.v1.express.action.ExecutionMessageOpenApiRequest.Pair
object
2 properties
sensorsdata.focus.v1.ExecuteTestSendOpenApiResponse
object
1 property
sensorsdata.common.EventSeries
object
3 properties
sensorsdata.common.TimePoint.RelativeTimePoint
object
2 properties
sensorsdata.focus.v1.UpdateChannelInstanceOpenApiResponse
object
1 property
sensorsdata.focus.v1.QueryChannelInstanceOpenApiResponseHttpApiResult
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sensors-data-express-action-channel-api-openapi.yml Raw ↑

Other APIs Sensors Data publishes across the network.

Sensors Data Catalog API
Sensors Data Channel API
Sensors Data Dashboard API
Sensors Data Data Subscription API
Sensors Data Dataset API
Sensors Data Event Meta API
Sensors Data Express Attribute API
Sensors Data Express Attribute Online API
Sensors Data Express Audience Meta API
Sensors Data Express Audience Online API
Sensors Data Express Notify API
Sensors Data Identity API
Where this information came from

This is an independent, third-party profile of Sensors Data Express Action Channel API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.