Attempt override created
Request Details
export interface AttemptOverrideCreatedWebhookBody {
user: {
id: string;
name: string;
email: string;
customAttributes: {
trait-testing: string;
team: string;
};
};
portal: {
id: string;
};
meta: {
timestamp: string;
eventName: attemptOverride.created
};
actionType: string;
credits: {
oldValue: number;
newValue: number;
isOriginal: boolean;
};
penalties: {
oldValue: number;
newValue: number;
isOriginal: boolean;
};
score: {
oldValue: number;
newValue: number;
isOriginal: boolean;
};
points: {
oldValue: number;
newValue: number;
isOriginal: boolean;
};
exam: {
id: string;
};
attempt: {
id: string;
user: {
id: string;
name: string;
email: string;
customAttributes: {
dateOfBirth: string;
country: string;
};
};
};
}
Last updated
Was this helpful?