Skip to main content
Question

GET description of client in /Client

  • April 2, 2024
  • 3 replies
  • 43 views

Forum|alt.badge.img+3

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.

3 replies

christopherlecky
Explorer
Forum|alt.badge.img+16

No. Is this within a workflow?


Forum|alt.badge.img+3

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. 


christopherlecky
Explorer
Forum|alt.badge.img+16

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.