cancel
Showing results for 
Search instead for 
Did you mean: 

How to call the parameters already in the existing pipeline and their values in the rest get snap url

Pretty
New Contributor III

I have called the Client name parameter in the existing pipeline ,That you can see the snap shoot
snp

Currently, the main agenda is

As I call the URL in the rest get snap I receive the username and in the same way I must receive the client name in the result set of that URL.

Here is the URL
URL_snip

When we pass the Client parameter in the URL, the name of the client should be added to the JSON result set, as shown below in screenshot like User id
image

Could you please help me to find the client name of a particular user ID I have

11 REPLIES 11

bojanvelevski
Valued Contributor

Are you trying to get executions from a specific user? Than add a query parameter:

Key: user_id
Value: client@snaplogic.com

image

Pretty
New Contributor III

I am getting the User_id already I need the client name of the user_id ,which we pass the client name parameter in parent and child pipeline

image

Pass the client name (by client name I suppose you mean organization) from a parameter, and at the same check the capture option.

Pretty
New Contributor III

I pass the Organization name in URL but the client name is different here

bojanvelevski
Valued Contributor

I’m not sure I understand. Can you elaborate on this? What’s username and what’s clientname in your case?