Skip to main content
POST
/
edubridge
/
caliper
/
event
Ingest a Caliper event
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.

Body

application/json
sensor
string
required

Sensor identifier (e.g. app name)

sendTime
string
required

ISO 8601 timestamp of when the envelope was sent

data
object[]
required

Array of Caliper event objects

dataVersion
string

Caliper data version (e.g. http://purl.imsglobal.org/ctx/caliper/v1p2)

Response

Events ingested

success
boolean
required
message
string
required

Status message from the caliper ingestion Lambda