Divendo API 2.0

We’ve rebuilt our API from the ground up to be easier than ever to integrate our platform with your favourite software

Custom Field

id Type:String Read only:True Unique record identifier
name * Type:String Read only:False The name of the custom field
dataformat * Type:String Read only:False Custom field data format
  • text
  • boolean
  • dropdown
  • numeric
  • image
  • date
  • snippet
values * Type:String[] Read only:False Compatible with dropdown dataformat only. Represents the picklist values

Example

{
  "id": "5aba959b9b04b30944fd11df",
  "name": "Gender",
  "dataformat": "dropdown",
  "values": [
    "Male",
    "Female",
    "Unisex"
  ]
}