Gets information about all custom fields within your CRM configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 25,
"count": 2,
"offset": 23,
"results": [
{
"id": "56b8767f46fc51070cb887f0",
"name": "Wedding Date",
"dataformat": "date",
"values": []
},
{
"id": "56b876bc46fc51070cb887f8",
"name": "Wedding Show",
"dataformat": "text",
"values": []
}
]
}