Pagination<CustomField> |
CustomFieldUserApi.getCustomFields(Long offset,
Long limit,
TenantContext context) |
List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccount(UUID accountId,
TenantContext context) |
List<CustomField> |
CustomFieldUserApi.getCustomFieldsForAccountType(UUID accountId,
ObjectType objectType,
TenantContext context) |
List<CustomField> |
CustomFieldUserApi.getCustomFieldsForObject(UUID objectId,
ObjectType objectType,
TenantContext context) |
Pagination<CustomField> |
CustomFieldUserApi.searchCustomFields(String searchKey,
Long offset,
Long limit,
TenantContext context)
Find all custom fields having their object type, field name or value matching the search key
|