接口路径:/api/platform/app/info

应用权限:作品——>作品信息

类型: GET

Author: zhangpeng

Content-Type: application/x-www-form-urlencoded;charset=utf-8

接口描述 根据作品ids获取作品信息

Request-headers:

Header类型是否必填字段描述

X-Token

string

true

token

Query-parameters:

参数类型是否必填字段描述

appId

string

true

作品id

接口出参:

Field类型字段描述

code

string

状态码

errorCode

string

错误状态码

msg

string

状态描述

data

object

数据

└─id

string

作品id

└─name

string

作品名字

└─imgurl

string

作品图片地址

└─appurl

string

作品地址

└─formcount

int32

表单数量

└─audienceCount

int64

客户数量

└─state

string

作品状态

└─appStatus

string

视频渲染状态

└─desc

string

作品描述

└─appTitle

string

作品标题

└─appType

string

作品类型

└─appVersion

int8

作品版本

└─updateTime

string

更新时间

└─createTime

string

创建时间

└─orgDomain

string

企业自定义域名

└─startTime

int64

更新时间的long值

└─endTime

int64

创建时间的long值

└─pluginInfoVos

array


     └─componentId

string

组件Id

     └─componentName

string

组件名称

     └─pluginName

string

插件名称

     └─deleted

int32

删除标志

请求示例

Curl-example:
curl -X GET -k -H 'Content-Type: application/x-www-form-urlencoded;charset=utf-8' -H 'X-Token:r9i6T6VXdAV0vjiMBxODFRddRVY' -i https://integrate.rabbitpre.com/api/open/api/platform/app/info?appId=8246557a-0206-4195-9c77-20af3e75baf9 

响应示例

{
  "code": "200",
  "errorCode": "SUCCESS",
  "msg": "ok",
  "data": {
    "id": "190",
    "name": "frederic.koch",
    "imgurl": "www.ezekiel-flatley.info",
    "appurl": "www.ezekiel-flatley.info",
    "formcount": 55,
    "audienceCount": 466,
    "state": "bajytb",
    "appStatus": "7dugbj",
    "desc": "mcneuo",
    "appTitle": "nzxykv",
    "appType": "x7sl9d",
    "appVersion": 23,
    "updateTime": "2022-04-04 00:37:40",
    "createTime": "2022-04-04 00:37:40",
    "orgDomain": "hirthe.org",
    "startTime": 1649003820481,
    "endTime": 1649003820481,
    "pluginInfoVos": [
      {
        "componentId": "190",
        "componentName": "frederic.koch",
        "pluginName": "frederic.koch",
        "deleted": 564
      }
    ]
  }
}