Get journey's history by filtering via DefinitionID - Endpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /interaction/v1/interactions/journeyhistory/search |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi MamaiRachid,
We tried executing this request
url : https://XXXXXXXXXXXXXXXX.rest.marketingcloudapis.com/interaction/v1/interactions/journeyhistory/search
body : {
"definitionIds": [
"ed3b9005-2cd0-4aef-b211-XXXXX"
],
"start": "2020-08-23T12:29:11.882Z",
"end": null,
"extras": "all"
}
We are trying to get the history for this particular definition id but we are getting results for all the journeys.
Can you please help us with this ?