Assessment
Create the Copilot assessment for the organisation
Body
Copilot Assessment model
idstring · uuidRead-onlyOptional
organisationIdstring · uuidRead-onlyOptional
createdAtstring · date-timeRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
createdByTypestringRead-onlyOptional
createdByIdstringRead-onlyOptional
updatedByTypestring | nullableRead-onlyOptional
updatedByIdstring | nullableRead-onlyOptional
Responses
200
OK
application/json
post
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"
}
]
}
200
OK
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"questions": [
{
"questionKey": "text"
}
],
"answers": [
{
"questionKey": "text",
"answer": "text"
}
],
"organisationId": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-06-24T09:37:17.466Z",
"updatedAt": "2025-06-24T09:37:17.466Z",
"createdByType": "text",
"createdById": "text",
"updatedByType": "text",
"updatedById": "text"
}
Was this helpful?