GET/v1/preferencedashboard/expiringpermissions

Get preferencedashboard expiringpermissions

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

total_expiring_this_monthinteger (int32)
critical_todayinteger (int32)
expiring_this_weekinteger (int32)
expiring_rest_of_monthinteger (int32)
critical_todayobjectCategoryBreakdown
countinteger (int32)
by_permission_typearray of objectPermissionTypeCountnullable
by_regulationarray of objectRegulationCountnullable
by_business_unitarray of objectBusinessUnitCountnullable
this_weekobjectCategoryBreakdown
countinteger (int32)
by_permission_typearray of objectPermissionTypeCountnullable
by_regulationarray of objectRegulationCountnullable
by_business_unitarray of objectBusinessUnitCountnullable
rest_of_monthobjectCategoryBreakdown
countinteger (int32)
by_permission_typearray of objectPermissionTypeCountnullable
by_regulationarray of objectRegulationCountnullable
by_business_unitarray of objectBusinessUnitCountnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/preferencedashboard/expiringpermissions' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'