action tl_api_package_search { label: "Search packages\n " provider: tl_api method: GET path: "/api/Package/Search" encoding: json input: { type: "object" properties: { activeStatus: { type: "integer" format: "int32" } categoryId: { type: "integer" format: "int32" } endPrice: { type: "number" format: "decimal" } gymId: { type: "integer" format: "int32" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } orderBy: { type: "string" } requestSource: { type: "integer" format: "int32" } searchText: { type: "string" } startpPrice: { type: "number" format: "decimal" } type: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "object" } } additionalProperties: false } } }