A person's preferences in SkyVault Content Services.
To see documentation for methods on this entity, and to try them out on our online REST API Explorer, go to https://api-explorer.alfresco.com/api-explorer/#/people. If you have the REST API Explorer running locally, then go to http://localhost:8080/api-explorer#/people.
Preferences object
| Property | Type | JSON Type | Description |
|---|---|---|---|
| id | id | string | The unique preference id. |
| value | Any JSON primitive value | Any JSON primitive value | The value of the preference. |
Example of a preferences object
{
"value":true,
"id":"org.alfresco.share.sites.favourites.fred-bloggs-yourcompany-com"
}
List order
Lists of these entities are returned ordered by ascending id.