Activity fields represent different fields that an activity has.
Returns metadata about all activity fields in the company.
10
/api/v2/activityFields
include_fields
string
Optional comma separated string array of additional data namespaces to include in response
Values
ui_visibility
limit
integer
For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed.
cursor
string
For pagination, the marker (an opaque string value) representing the first item on the next page
OK
Returns metadata about a specific activity field.
1
/api/v2/activityFields/{field_code}
field_code
string
required
The unique code identifying the field
include_fields
string
Optional comma separated string array of additional data namespaces to include in response
Values
ui_visibility
OK