Skip to content

Instantly share code, notes, and snippets.

@MamaiRachid
Created November 25, 2019 14:58
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/014f3a474c63c469942b402f8c0023ef to your computer and use it in GitHub Desktop.
Save MamaiRachid/014f3a474c63c469942b402f8c0023ef to your computer and use it in GitHub Desktop.
/interaction/v1/interactions/journeyhistory/search Payload
{
"definitionIds": [
"06d6f3f6-4532-4fb3-908c-xxxxxxxxxxxx"
],
"start": "2019-10-23T12:29:11.882Z",
"end": null,
"extras": "all"
}
@wvpv
Copy link

wvpv commented Feb 2, 2023

Where did you find the details on this payload?

@MamaiRachid
Copy link
Author

It has been a while, but I believe I've found it somewhere in the Network tab inside the developer console of the browser.

@wvpv
Copy link

wvpv commented Feb 6, 2023

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