Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@SanfordWhiteman wrote:Is that Program currently synced with an SFDC Campaign? (Show a screenshot pls.)Hi Sanford, I see now that the field is only present in the response if the campaign has already been synced. Thanks for your help.
Thanks for the reply, Sanford. When I retrieve a program with that endpoint, sfdcId isn't included in the response. Below is an example. Why might this be? { "success": true, "errors": [], "requestId": "####################", "warnings": [], "result": [ { "id": 9283, "name": "Progr...
Hi there, I'm using the REST API. I want to check if a given Program has been synced with SFDC and retrieve the SFDC Campaign Id if it has been synced. Is this possible? Thanks.