action beezup_get_user_lov_index { label: "Get all list names" provider: beezup method: GET path: "/v2/user/lov/" encoding: json output: { type: "object" properties: { links: { type: "object" properties: { lists: { type: "object" description: "List of lov link. The key is the list name." } self: { type: "object" } } } } } }