Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.72 KB

CustomFieldRead.md

File metadata and controls

17 lines (14 loc) · 1.72 KB

# CustomFieldRead

Properties

Name Type Description Notes
id string The immutable system record ID of the custom field. [optional]
category string The custom field category. Available values are the entries in the <b>Custom Field Categories</b> table of the parent object. [optional]
comment string The comment on the custom field. [optional]
date \DateTime The date on the custom field. Uses <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format:</a><i>1969-11-21T10:29:43</i>. [optional]
date_added \DateTime The date when the custom field was created. The date includes an offset from UTC in <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format:</a><i>1969-11-21T10:29:43-04:00</i>. [optional]
date_modified \DateTime The date when the custom field was last modified. The date includes an offset from UTC in <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format:</a><i>1969-11-21T10:29:43-04:00</i>. [optional]
parent_id string The parent object's immutable system record ID. [optional]
type string The type of data that the custom field represents. Available values are listed below. [optional]
value object The value of the custom field. The <code>type</code> property determines the format. [optional]

[Back to Model list] [Back to API list] [Back to README]