We wanted to fetch records of a custom object based on org_company_id. On selecting a requester in new ticket page we fetch the contact details and call the company api /api/v2/companies/[id]
, here I dont see the org_company_id being sent in the response. But i see /api/v2/companies
API returns this field.
Is there way to get the org_company_id from /api/v2/companies/[id]
API .