文档中心 > API文档

2.22.5. 获取消息URL连接

通过获取的消息对象中的linkType 和ReferenceId 来获取消息URL连接。

接口调用请求说明

http请求方式:GET
 http://ip:port/seeyon/rest/message/linkurl/{linkType}?ReferenceId={ReferenceId}
 例如:http://127.0.0.1:8088/seeyon/rest/message/linkurl/message.link.col.pending?ReferenceId=2197872205573017031

参数说明

参数 是否必须 说明
linkType 消息对象中的linkType属性
ReferenceId 消息对象中的ReferenceId属性

返回说明

正常情况下会返回消息的URL连接,消息不存在返回空。