Webhooks
☁️ Que sont les Webhooks ?
🔅 Propriétés des Webhooks
🔤 Format du post
{
respondent: {
id: string;
surveyId: string;
panelistId: string;
contextUsername: string
resumeUId: string;
resumePageId: string;
startDate: Date;
voteDate: Date;
iPSource: string;
changeUID: string;
progressSaveDate: Date;
languageCode: string;
timeToEnd: number;
validated: boolean;
},
answers: [{
respondentId: string,
value:string,
answerId": string,
answerText": string,
questionId": string,
questionAlias": string,
questionText": string,
sectionNumber": number
}],
visitedPages: [{
id: string;
respondentId: string;
visitTime: string;
}],
dataAttributes: [{
securityItemId: string;
respondentId: string;
attributeName: string;
attributeValue: string;
}],
querystring: string
}Mis à jour
Ce contenu vous a-t-il été utile ?