'Is there a way to specify value for attributes in API POST request in ADF?
I'm using WEB activity in ADF with this URL
@concat('https://#######-###-###.###.#######.com/entity.find?max_results=10&attributes=["uuid","email","givenName","****ds.walletId","***ds.****tId","#Id","created","*erified","#ame","#ip","clients","legalAcceptances.legalAcceptanceId"]&filter=lastUpdated>''','2022-04-04T03:21:22.248486Z','''')
And the result is:
{
"results": [
{
"givenName": "***",
"email": "###.####@gmail.com",
"####ds": {
"##WalletId": null,
"###Id": null
},
"uuid": "#####",
"created": "2021-06-18 13:53:03.707977 +0000",
"#name": null,
"clients": [
{
"#Id": "####",
"lastLogin": "2022-04-05 15:26:18 +0000",
"name": null,
"id": ####,
"firstLogin": "2022-04-05 15:26:18 +0000"
}
],
"#ed": "2021-06-18 13:53:03.694 +0000",
"##_zip": null,
"#Id": "",
"legalAcceptances": [
{
"legalAcceptanceId": "privacyPolicy-v1",
"id": 4568
},
{
"legalAcceptanceId": "termsOfService-v1",
"id": 7586
}
]
},
How can I get the result where the ID number is '123456' in "legalAcceptanceId": "privacyPolicy-v1".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
