API Reference

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
}

Argument

Type

Description

cid

string

Comment id - system generated guid for the comment

lid

string

List id - system generated guid for the list

via (optional)

string

set as email if comment was received via email, else undefined

txt

string

Comment content

cprops
(optional)

object

Optional. Map of custom fields

cts

number

Created time at in milliseconds

cby

string

Email address of the user who added the commentDefaults to 1. Quantity included for the action

userinfo

Object

User info of the comment adder

userinfo.em

string

Email address of the adder

userinfo.fname

string

First name of the adder

userinfo.lname

string

Last name of the adder