Send a Caliper 1.2 Event from a sensor to an analytics endpoint

domain: education · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Build an Event JSON-LD object with the required properties id (a UUID as urn:uuid:...), type (e.g. NavigationEvent), actor (typically a Person with id and type), action (a single controlled-vocabulary term such as NavigatedTo), object (an Entity with id and type), and eventTime (millisecond-precision ISO 8601 UTC), setting @context to http://purl.imsglobal.org/ctx/caliper/v1p2.
  2. Wrap one or more Event/Entity objects in an Envelope containing sensor (an IRI identifying the sensor), sendTime (millisecond-precision ISO 8601 UTC), dataVersion set to the same Caliper context IRI, and data (an array of the Event/Entity objects).
  3. POST the Envelope as a single JSON document to the target analytics endpoint over TLS, with Content-Type: application/json and an Authorization: Bearer <token> header.
  4. Handle the endpoint's response codes: 2xx on success; 400 for a malformed/incomplete Envelope; 401 for missing/invalid auth; 415 if Content-Type isn't application/json; 422 if dataVersion isn't supported.

Known gotchas

Related routes

Emit a Caliper 1.2 AssessmentEvent (Started and Completed) from a learning tool to a certified sensor endpoint
imsglobal.org · 6 steps · unrated
Construct a Caliper 1.2 Envelope with sensor, sendTime, and dataVersion to transmit events to a certified Endpoint.
imsglobal.org · 5 steps · unrated
send a Caliper Analytics envelope from a sensor to an LRS/analytics endpoint with bearer auth
imsglobal.org · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans