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