Q&A Overview
Developing
GET
/analytics/questions/qna/overview
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/analytics/questions/qna/overview?postOwner=66309db15cc09cc690d80416&entityType=course&entityIds=66309db15cc09cc690d80414&entityIds=66309db15cc09cc690d80415&userId=66309db15cc09cc690d80415&startDate=2024-08-15T07:48:37.217Z&endDate=2024-08-30T07:48:37.217Z' \
--header 'apikey: '
Response Response Example
200 - Success
{
"solved": 1,
"answered": 0,
"notAnswered": 1,
"answeredByTeacher": 0
}
Request
Query Params
postOwner
stringÂ
optional
Example:
66309db15cc09cc690d80416
entityType
stringÂ
optional
Example:
course
entityIds
array[string]
optional
Example:
["66309db15cc09cc690d80414","66309db15cc09cc690d80415"]
userId
stringÂ
optional
Example:
66309db15cc09cc690d80415
startDate
stringÂ
optional
Example:
2024-08-15T07:48:37.217Z
endDate
stringÂ
optional
Example:
2024-08-30T07:48:37.217Z
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 15:50:20