Only seeing idMemberCreator now. Was memberCreator deprecated? Or maybe this is what happens when the user who created the comment is deleted? But there’s still an id.
An example response I’m getting:
{
'limits': {
'reactions': {
'uniquePerAction': {
'status': 'ok',
'disableAt': 17,
'warnAt': 16
},
'perAction': {
'status': 'ok',
'disableAt': 1000,
'warnAt': 900
}
}
},
'type': 'commentCard',
'idMemberCreator': 'xxx',
'date': '2020-01-27T22:12:41.231Z',
'data': {
'text': 'xxx',
'list': {
'id': 'xxx',
'name': 'xxx'
},
'board': {
'shortLink': 'xxx',
'id': 'xxx',
'name': 'xxx'
},
'card': {
'idShort': 304,
'shortLink': 'xxx',
'id': 'xxx',
'name': 'xxx'
}
},
'id': 'xxx'
}