Article Overview:
This article will cover how you can achieve the following:
How to retrieve the creation date of a journey and identify the user who created it in Virtuoso.
Problem Statement:
How can we determine the creation date of a journey and the user who created it when this information is not readily available through standard API data?
Solution:
Although the creation date and "created by" details are not directly stored or accessible via the standard API endpoints, this information can still be obtained using the timeline data associated with the journey.
To retrieve the journey's creation date and creator details, you can query the timeline data using the following API endpoint:timelines/journeys/{journeyId}
.
Comments
0 comments
Please sign in to leave a comment.