action loket_get_notification_set_by_notification_set_id { label: "Details of a notification set" description: "__Activity name :__ GetNotificationSetByNotificationSetId \n\n\n Details of an notification set. \n" provider: loket method: GET path: "/providers/notificationsets/{notificationSetId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } notificationSetId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "notificationSetId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }