-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
19 lines (19 loc) · 730 Bytes
/
db.json
File metadata and controls
19 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"assessments": [
{
"selectedTest": "rb_test_001",
"firstName": "Dave",
"lastName": "Edwards",
"email": "dave@dwedigital.com",
"pinpointId": "0c29dae9-6d1c-46b4-b82c-bf5576a24103",
"id": "pdw02kqbxm9",
"redirectUrl": "https://app.localtest.me:3001/integration_plugins/candidate_assessments/redirect/0c29dae9-6d1c-46b4-b82c-bf5576a24103",
"webhookUrl": "https://app.localtest.me:3001/integration_plugins/webhooks/events/5314af8a-305b-47d4-b659-a95fc745bdf9",
"reportUrl": "http://localhost:3000/reports/pdw02kqbxm9",
"status": "completed",
"createdAt": "2025-10-08T18:30:00.015Z",
"updatedAt": "2025-10-08T18:30:10.022Z",
"score": 29
}
]
}