curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/caliper/event \
--header 'Content-Type: application/json' \
--data '
{
"sensor": "<string>",
"sendTime": "<string>",
"data": [
{}
],
"dataVersion": "<string>"
}
'{
"success": true,
"message": "<string>"
}Receives Caliper events from educational app sensors. The caliper-ingestion Lambda debundles multi-event payloads and enqueues them on the caliper-events FIFO SQS queue.
curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/caliper/event \
--header 'Content-Type: application/json' \
--data '
{
"sensor": "<string>",
"sendTime": "<string>",
"data": [
{}
],
"dataVersion": "<string>"
}
'{
"success": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
Sensor identifier (e.g. app name)
ISO 8601 timestamp of when the envelope was sent
Array of Caliper event objects
Show child attributes
Caliper data version (e.g. http://purl.imsglobal.org/ctx/caliper/v1p2)