Question

GET description of client in /Client

  • 2 April 2024
  • 3 replies
  • 25 views

Badge +2

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

Userlevel 5
Badge +16

No. Is this within a workflow?

Badge +2

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. 

Userlevel 5
Badge +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.

Reply