/interaction/v1/interactions/journeyhistory/search Payload
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
{ | |
"definitionIds": [ | |
"06d6f3f6-4532-4fb3-908c-xxxxxxxxxxxx" | |
], | |
"start": "2019-10-23T12:29:11.882Z", | |
"end": null, | |
"extras": "all" | |
} |
It has been a while, but I believe I've found it somewhere in the Network tab inside the developer console of the browser.
Ah, yes, looks like you can filter on all of these properties:
{
"contactKeys": [
"test@example.com"
],
"definitionIds": [],
"activityTypes": [],
"start": "2023-01-01T06:00:00.000Z",
"end": null,
"statuses": []
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where did you find the details on this payload?