GET/v1/masterdashboard/user/{userId}/widgets

Get user widgets

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

userIdstringrequired

Responses

array of objectUserDashboardWidget
idstringnullable
codestringnullable
userIdstringnullable
orderinteger (int32)
xinteger (int32)
yinteger (int32)
widthinteger (int32)
heightinteger (int32)
isVisibleboolean
createdAtstring (date-time)
updatedAtstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/masterdashboard/user/00000000-0000-0000-0000-000000000000/widgets' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'