如何使用 REST API 暂时检索更改注释?

How to retrieve the change comment for a moment using the REST API?

我正在尝试检索成员个人资料的最后更改评论。我知道如何获得配置文件的最后一个 'moment':

/rest-1.oauth.v1/Data/Member/[MemberID]?sel=MyLastChangeMoment

使用那个时刻的ID我可以得到最后的时刻

/rest-1.oauth.v1/Data/Member/[MemberID]/[MomentID]

但是,那一刻的数据不包含更改注释。如何检索与那一刻关联的更改评论?

您可以使用 ChangeComment 属性检索成员资产的最后更改评论。

这是获取为成员 20 指定的最后一个 ChangeComment 的示例查询:

http://localhost/versionone/rest-1.v1/Data/Member/20?sel=Name,ChangeComment