action illumidesk_notifications_list_entity { label: "Get notifications of all types and entities for the authenticated user." provider: illumidesk method: GET path: "/v1/{namespace}/notifications/entity/{entity}" encoding: json input: { type: "object" properties: { entity: { type: "string" } limit: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } read: { type: "string" } } required: ["entity", "namespace"] additionalProperties: false } output: { type: "object" additionalProperties: true } }