我对有关related_contacts 的联系人端点有疑问。
我正在尝试提出这个要求:
https://app.clio.com/api/v4/contacts.json?fields=id,name,first_name,last_name,type,primary_email_address,primary_phone_number,is_client,activity_rates{rate,flat_rate},addresses{name,street,city,province,postal_code,country},custom_field_values{id,field_type,field_name,value,custom_field},phone_numbers{name,number,default_number},web_sites{name,address,default_web_site },account_balances{name,type,balance},related_contacts{id,type,name,first_name,last_name,primary_email_address,primary_phone_number,is_client},primary_work_address{name,street,city,province,postal_code,country},company{id,type ,name,first_name,last_name,primary_email_address,primary_phone_number,is_client},payment_profile{id,name,terms,discount_rate,discount_period,interest_rate,interest_period,interest_type},co_counsel_rate{id,rate,flat_rate,contact_id,co_counsel_contact_id},primary_web_site{name,地址,default_web_site},created_at,updated_at&type=Company&client_only=true&order=name(asc)&limit=200
但它失败了。如果我删除 related_contacts{} 部分,它会起作用。如果我加回这么多的相关联系人{id},它就会失败。
有没有其他人遇到过这个?