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