type GetDataItemFieldQuery: object;Type declaration
c
c: string;Collection ID to query
f
f: string;Name of field (or field label, if 'l' is true) to read
l?
optional l: boolean;"label" - If true, get the field by label, not name
(Labels are specified by FieldLabelOverrides in SerializedSchema)
pk
pk: string;Primary key of the data item to read