Metadata
Essential info about the xAPI statement itself.
id
Flow resource path: statementData > id
Parameter type: String ID
Description: ID value assigned by the LRS that processed the statement.
Example
{
"actor": {},
"verb": {},
"object": {},
"context": {},
"result": {},
"id": "6690e6c9-3ef0-4ed3-8b37-7f3964730bee",
"timestamp": "",
"stored": "",
"authority": {},
"version": ""
}
timestamp
Flow resource path: statementData > timestamp
Parameter type: String timestamp
Description: The exact date and time when the xAPI statement was recorded by the LRS.
Example
{
"actor": {},
"verb": {},
"object": {},
"context": {},
"result": {},
"id": "",
"timestamp": "2013-05-18T05:32:34.804+00:00",
"stored": "",
"authority": {},
"version": ""
}
stored
Flow resource path: statementData > stored
Parameter type: String timestamp
Description: The date and time when the xAPI statement was stored in the LRS after being processed.
Example
{
"actor": {},
"verb": {},
"object": {},
"context": {},
"result": {},
"id": "",
"timestamp": "",
"stored": "2013-05-18T05:32:34.804+00:00",
"authority": {},
"version": ""
}
version
Flow resource path: statementData > version
Parameter type: String version
Description: The xAPI specification version used to format and process the statement in the LRS.
Example
{
"actor": {},
"verb": {},
"object": {},
"context": {},
"result": {},
"id": "",
"timestamp": "",
"stored": "",
"authority": {},
"version": "1.0.0"
}
Last updated