Parameter | Description |
---|---|
Query | A SOQL query. For more information, see Data Cloud Query Profile Parameters. |
{
"totalSize": 859,
"done": true,
"records": [
{
"attributes": {
"type": "<string>",
"url": "<string>"
},
"Lead_Id_Text__c": "<string>",
"Status": "<string>",
"Merchant_ID__c": "<string>"
},
{
"attributes": {
"type": "<string>",
"url": "<string>"
},
"Lead_Id_Text__c": "<string>",
"Status": "<string>",
"Merchant_ID__c": "<string>"
}
]
}
Was this page helpful?