action tl_api_package_get { label: "Get package details by packageId\n " provider: tl_api method: GET path: "/api/Package" encoding: json input: { type: "object" properties: { packageId: { type: "integer" format: "int32" } } additionalProperties: false } output: { 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 } }