Aug 8, 2022 6:31 PM - edited Aug 8, 2022 6:45 PM
Hello,
We are begnining to work with custom object to extend the capabilities, I have been able to create custom objects and retrieve the data that we put in it.
There is this case, however, where we have custom_object_2 associated with custom_object_1.
I use GET crm/v3/objects/custom_object_2&properties=name to get all the records with properties
The response returned looks like this
Solved! Go to Solution.
Aug 9, 2022 4:54 AM
Hi @aawadhwa ,
You can call the associations endpoint to list all the associations for your current object. So in the case of 'custom_object_2' the URL could look something like this:
Aug 9, 2022 4:54 AM
Hi @aawadhwa ,
You can call the associations endpoint to list all the associations for your current object. So in the case of 'custom_object_2' the URL could look something like this:
Aug 10, 2022 9:18 AM
Thank you @Teun , this worked!