Was this helpful?
Create the Copilot assessment for the organisation
Copilot Assessment model
The questions template for the assessment
The answers for the assessment
POST /api/copilot/assessment HTTP/1.1 Host: app.seedata.io Content-Type: application/json Accept: */* Content-Length: 89 { "questions": [ { "questionKey": "text" } ], "answers": [ { "questionKey": "text", "answer": "text" } ] }
OK
{ "id": "123e4567-e89b-12d3-a456-426614174000", "questions": [ { "questionKey": "text" } ], "answers": [ { "questionKey": "text", "answer": "text" } ], "organisationId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-04-22T03:59:00.909Z", "updatedAt": "2025-04-22T03:59:00.909Z", "createdByType": "text", "createdById": "text", "updatedByType": "text", "updatedById": "text" }