/
Persona Attributes
Persona Attributes
Represents an attribute of a persona.
It is accessible through the following HTTP interfaces:
Connection HTTP Interface via http://www.example.org/api/connection/personaattribute.
REST HTTP Interface via http://www.example.org/api/v2/personaattribute.
SCHEMA
Name | Description |
---|---|
_id | The id of this attribute. |
organisation | The id of the organisation this attribute belongs to. |
personaId | The id of the persona this attribute belongs to. |
key | The name of the attribute. |
value | The value of the attribute. |
EXAMPLE
{
"_id" : "59c1219936229d4ce9634601",
"organisation" : "59c1219936229d4ce9634602",
"personaId": "59c1219936229d4ce9634603",
"key": "hair-colour",
"value": "brown"
}
, multiple selections available,
Related content
Persona Identifiers
Persona Identifiers
More like this
Persona Imports
Persona Imports
More like this
xAPI Agents
xAPI Agents
More like this
Rest API
Read with this
Organisations
Organisations
More like this
Aggregation API
Aggregation API
Read with this
Learning Locker and the Squirrel logo are trademark of Learning Pool 2020 | Learning Locker is licensed under GPL 3.0.