...
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
Code Block |
---|
{ "_id" : "59c1219936229d4ce9634601", "organisation" : "59c1219936229d4ce9634602", "personaId": "59c1219936229d4ce9634603", "key": "hair-colour", "value": "brown" } |
...