Skip to content

Instantly share code, notes, and snippets.

@MamaiRachid
Created November 25, 2019 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MamaiRachid/e3eb5b9d3da85695402a383b16af0b7c to your computer and use it in GitHub Desktop.
Save MamaiRachid/e3eb5b9d3da85695402a383b16af0b7c to your computer and use it in GitHub Desktop.
Get journey's history by filtering via DefinitionID - Endpoint
POST /interaction/v1/interactions/journeyhistory/search
@shaileshakarte28
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment