List Custom Form

GET https://{{baseURL}}/api/v2/custom-field-template/?company=1

Request Params

KeyDatatypeRequiredDescription
companynumber

RESPONSES

status: OK

"{\n    \"id\": integer,\n    \"name\": \"string\",\n    \"form_title\": \"string\",\n    \"type\":  \"asset\" | \"contract\" | \"customer\" | \"supplier\",\n    \"form_desc\": \"string\",\n    \"is_active\":  true|false,\n    \"is_default\": true|false,\n    \"fields\": [\n        {\n            \"id\": integer,\n            \"name\": \"string\",\n            \"data_type\": \"date\" | \"money\" | \"number\" | \"text\" | \"attachment\",\n            \"is_active\": true|false,\n            \"order\": integer\n        }\n    ]\n}"