action tl_api_membership_get { label: "Get all of the members details\nThis will return all properties related to member entity\n " provider: tl_api method: GET path: "/api/Membership" encoding: json output: { type: "array" items: { type: "object" description: "The MemeberDTO Class.\nContains relevant fields of Member DTO by masking actual Member entity's fields in application.\n " properties: { name: { type: "string" } } additionalProperties: false } } }