Stores
A store holds collections of statements. (may be referred to as lrs).
It is accessible through the following HTTP interfaces:
SCHEMA
Name | Description |
---|---|
_id | The id of this store. |
Title | The name of this store. |
createdAt | When this store was created. |
updatedAt | When this was last updated. |
description | The description of this store. |
owner_id | The id of the user who created this store. |
organisation | The organisation this store belongs to. |
statementCount | Number of statements in this store. |
EXAMPLE MODEL
{
"_id" : "59c2371c16bc715f83c34508",
"title" : "Example Store",
"createdAt" : "2017-04-27T09:40:44.920Z",
"updatedAt" : "2017-04-27T09:40:49.139Z",
"organisation" : "59c2371c16bc715f83c34507",
"statementCount" : 500
}
Learning Locker and the Squirrel logo are trademark of Learning Pool 2020 | Learning Locker is licensed under GPL 3.0.