CRM
List CRM custom fields
GET
/
v1
/
crm
/
custom-fields
List CRM custom fields
curl --request GET \
--url https://api.wazapin.com/v1/crm/custom-fieldsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/custom-fields', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/custom-fields"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"default_value": "<unknown>",
"description": "<string>",
"display_order": 123,
"field_type": "<string>",
"id": "<string>",
"is_active": true,
"is_required": true,
"key": "<string>",
"label": "<string>",
"object_kind": "<string>",
"options": "<unknown>",
"updated_at": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}⌘I
List CRM custom fields
curl --request GET \
--url https://api.wazapin.com/v1/crm/custom-fieldsconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/crm/custom-fields', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/crm/custom-fields"
response = requests.get(url)
print(response.text){
"items": [
{
"created_at": "<string>",
"default_value": "<unknown>",
"description": "<string>",
"display_order": 123,
"field_type": "<string>",
"id": "<string>",
"is_active": true,
"is_required": true,
"key": "<string>",
"label": "<string>",
"object_kind": "<string>",
"options": "<unknown>",
"updated_at": "<string>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}