Get all note fields

GET {{baseUrl}}/noteFields

Returns data about all note fields.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":[{"id":1,"key":"content","name":"Content","field_type":"text","active_flag":true,"edit_flag":false,"bulk_edit_allowed":true,"mandatory_flag":true},{"id":2,"key":"pinned_to_deal_flag","name":"Note is pinned to deal","field_type":"enum","active_flag":true,"edit_flag":true,"bulk_edit_allowed":true,"options":[{"id":1,"label":"Yes"},{"id":0,"label":"No"}],"mandatory_flag":true}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":false}}}