HomeGuidesRecipesAPI
HomeGuidesAPILog In

Interaction Save Log

Returns when projects were last saved together with the total amount of saves.

NameDescription
FormThe form the user saved
LastSavePageThe page the user did the most recent save on
LastSaveTimeUTCThe time the user did the most recent save
Log_GuidThe log_guid of the form session
SaveCountHow many times the user saved in total

📘

Raw Data Access

Access to the raw data can be achieved using the query below

SELECT TOP (1000) [Business_Unit_GUID]
,[Log_Guid]
,[LastSaveTimeUTC]
,[Form]
,[LastSavePage]
,[SaveCount]
FROM [vwInteractionLog_Save]