Skip to main content

Hey,

I am getting all clients and basic details with /Client endpoint. Is there a way I can also get the client description without making individual API calls for each client? 

 

Thank You.

No. Is this within a workflow?


No. Is this within a workflow?

No, I have my own python script to do some automation for my team. I am only making API calls to CV, no workflow. 


One way you can achieve this is by embedding sql queries into a workflow and calling the workflow. Via rest

 

This way rather than iterating through calls you can create a query to get what you need.


Reply