Purposes & preferences
Get a list of entities
GET https://api.didomi.io/widgets/preferences-centers/layout-entities?organization_id=YOUR_ORG_ID&widget_id=YOUR_WIDGET_ID
[
{
"id": "String",
"created_at": "Date",
"updated_at": "Date",
"parent_id": null,
"selected_purpose_id": "String" || null,
"selected_preference_id": "String" || null,
"preference_value_id": "String" || null,
"layout_component_id": "String",
"enabled": false,
"organization_id": "String",
"widget_id": "String",
"order": 0
}
]Hide / Display an entity
Hide / Display multiple entities
Reorder entities within a widget
Last updated