Reputation: 96
I am trying to get journey history using journeyhistory end points
https://{{TenantId}}.rest.marketingcloudapis.com/interaction/v1/interactions/journeyHistory/search?$page=10&$pageSize=1000&$orderBy=TransactionTime%20desc
The problem i have,
how can i be sure if i get all data
response message always has contact key as
"contactKey": "Contact Unknown",
Thus i dont know what i am doing wrong. This value is for all 10000 record. i can expect this values if contact is deleted but not for all
I was expecting some sort of indicator which tell me if more data is available or not. Also value for contact key
Upvotes: 0
Views: 857
Reputation: 1
I had the same issue with "contactKey": "Contact Unknown",
I think when we use the API /interaction/v1/interactions/journeyHistory for the first time, something is not ready.
After a few hours, I did exactly that again and ContactKey starts populating
Upvotes: 0