18 lines
366 B
HTTP
18 lines
366 B
HTTP
### Get fields settings
|
|
|
|
GET {{url}}/api/crm/entity-types/13022735/fields-settings
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{token}}
|
|
|
|
### Update fields settings
|
|
|
|
PUT {{url}}/api/crm/entity-types/13022735/fields-settings
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{token}}
|
|
|
|
{
|
|
"activeFieldCodes": [
|
|
"participants",
|
|
"description"
|
|
]
|
|
} |