action illumidesk_notification_settings_entity_read { label: "Retrieve global notification settings for the authenticated user" provider: illumidesk method: GET path: "/v1/{namespace}/notifications/settings/entity/{entity}" encoding: json input: { type: "object" properties: { entity: { type: "string" } namespace: { type: "string" } } required: ["entity", "namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }