Fields in List Comments Response

Fields available in the List Comments Response

πŸ“˜

If it's not documented, it's not supported.

Fields that are visible but not documented are for internal usage

Fields in List Comment Response

{
  "cid": "System generated comment id",
  "lid": "List id for the comment",
  "txt": "Comment text",
  "via": "set as 'email' if comment received via email",
  "cby": "Created by email address",
  "uby": "Updated by email address",
  "cts": "Created at in milliseconds",
  "userinfo": {} // userinfo for the comment adder
}
ArgumentTypeDescription
cidstringComment id - system generated guid for the comment
lidstringList id - system generated guid for the list
via (optional)stringset as email if comment was received via email, else undefined
txtstringComment content
cprops
(optional)
objectOptional. Map of custom fields
ctsnumberCreated time at in milliseconds
cbystringEmail address of the user who added the commentDefaults to 1. Quantity included for the action
userinfoObjectUser info of the comment adder
userinfo.emstringEmail address of the adder
userinfo.fnamestringFirst name of the adder
userinfo.lnamestringLast name of the adder