Create the Copilot assessment for the organisation
The questions template for the assessment
The answers for the assessment
OK
const response = await fetch('https://app.seedata.io/api/copilot/assessment', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "123e4567-e89b-12d3-a456-426614174000", "questions": [ { "questionKey": "text" } ], "answers": [ { "questionKey": "text", "answer": "text" } ], "organisationId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2024-11-21T06:48:49.214Z", "updatedAt": "2024-11-21T06:48:49.214Z", "createdByType": "text", "createdById": "text", "updatedByType": "text", "updatedById": "text" }