Close · Capability
API Endpoints — subpackage_customFieldsShared
API Endpoints — subpackage_customFieldsShared. 9 operations. Lead operation: List Shared Custom Fields. Self-contained Naftiko capability covering one Close business surface.
What You Can Do
GET
List
— List Shared Custom Fields
/v1/custom-field/shared
POST
Create
— Create a new Shared Custom Field
/v1/custom-field/shared
GET
Get
— Fetch Shared Custom Field's details
/v1/custom-field/shared/{id}
PUT
Update
— Update a Shared Custom Field
/v1/custom-field/shared/{id}
DELETE
Delete
— Delete a Shared Custom Field
/v1/custom-field/shared/{id}
POST
Createassociation
— Associate a Shared Custom Field with an object type
/v1/custom-field/shared/{scf-id}/association
GET
Getassociation
— Fetch a Shared Custom Field Association
/v1/custom-field/shared/{scf-id}/association/{object-type}
PUT
Updateassociation
— Update an existing Shared Custom Field Association
/v1/custom-field/shared/{scf-id}/association/{object-type}
DELETE
Deleteassociation
— Disassociate a Shared Custom Field from an object type
/v1/custom-field/shared/{scf-id}/association/{object-type}
MCP Tools
list-shared-custom-fields
List Shared Custom Fields
read-only
idempotent
create-new-shared-custom-field
Create a new Shared Custom Field
fetch-shared-custom-field-s-details
Fetch Shared Custom Field's details
read-only
idempotent
update-shared-custom-field
Update a Shared Custom Field
idempotent
delete-shared-custom-field
Delete a Shared Custom Field
idempotent
associate-shared-custom-field-object
Associate a Shared Custom Field with an object type
fetch-shared-custom-field-association
Fetch a Shared Custom Field Association
read-only
idempotent
update-existing-shared-custom-field
Update an existing Shared Custom Field Association
idempotent
disassociate-shared-custom-field-object
Disassociate a Shared Custom Field from an object type
idempotent