退订别人分享的日历或是公共日历。
环境 | 地址 |
---|---|
正式环境 |
https://open.atimer.cn/v1/allinone/unsubscribe |
沙箱环境 |
https://sandbox.atimer.cn/v1/allinone/unsubscribe |
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
Client |
是 |
系统参数,开发者调用接口客户端信息 |
|
SubscribeModule |
int |
是 |
取消订阅对象。可选值: 1=开发者;11=用户;12=日历;13=事件。 取消订阅的是日历,故参数为12。 |
SubscribeIdentity |
string |
是 |
订阅对象主键ID(日历/事件) |
{
Success: true,
Error: {
// 包含 code 和 Description
},
Data: {
// 下表解释
}
}
名称 | 类型 | 描述 |
---|---|---|
AccountId |
int |
用户ID |
CancelTime |
DateTime |
取消时间 |
Cancelled |
bool |
已取消 |
CreateTime |
DateTime |
创建时间 |
DataStyleId |
int |
风格 |
EnterTime |
DateTime |
报名时间 |
Entered |
bool |
已报名 |
Id |
int |
主键 |
SubscribeIdentity |
string |
订阅对象主键ID |
SubscribeModule |
int |
订阅对象 |
SubscribeTime |
DateTime |
订阅时间 |
Subscribed |
bool |
是否已订阅 |
UnsubscribeTime |
DateTime |
取消订阅时间 |
Unsubscribed |
bool |
是否已取消订阅 |
UpdateTime |
DateTime |
最后更新时间 |
Valid |
bool |
是否有效 |