Hi Alteryx community,
I am struggling to connect Informatica with Alteryx. After discussing with the Support team, I was suggested to use the download tool, yet I still cannot make it work.
Below the Token URL and Payload I was provided with:
Token URL: POST Method http://........../api.login_check
Token Payload :
{
“username”:xxx@xxxx.xxx,
“password”:”xxxxx”
}
Get details: POST Method http://......./facet/_search
Details Payload:
{
“mainFacet”:”xxxx”,
“searchGroups”:[],
“searchScopes”:[
{
“facetId”:”xxxx”,
“properties”:
{
“limit”;”10000”
}
}
]
}
Thank you for your help.
Hello @vplante
Can you please include a copy of your workflow so The Community can see how your download tool is currently configured? Please make sure to alter any sensitive information within the tool!
Thanks,
TrevorS
Whenever working with APIs, the best place to start is to get the API call working in a tool called Postman (https://www.postman.com/) first - and that way you know that the API call is working.
From there you can bring it in to the download tool; or if necessary into a Python tool.
Issue resolved. Thanks everyone.
User | Count |
---|---|
107 | |
82 | |
69 | |
54 | |
40 |