临河任务调度
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5696 linhas
136KB

  1. [
  2. {
  3. "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApiExploring.AbpApiDefinitionController",
  4. "Method": "Get",
  5. "RelativePath": "api/abp/api-definition",
  6. "HttpMethod": "GET",
  7. "IsController": true,
  8. "Order": 0,
  9. "Parameters": [
  10. {
  11. "Name": "IncludeTypes",
  12. "Type": "System.Boolean",
  13. "IsRequired": false
  14. }
  15. ],
  16. "ReturnTypes": [
  17. {
  18. "Type": "Volo.Abp.Http.Modeling.ApplicationApiDescriptionModel",
  19. "MediaTypes": [
  20. "text/plain",
  21. "application/json",
  22. "text/json"
  23. ],
  24. "StatusCode": 200
  25. },
  26. {
  27. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  28. "MediaTypes": [
  29. "text/plain",
  30. "application/json",
  31. "text/json"
  32. ],
  33. "StatusCode": 403
  34. },
  35. {
  36. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  37. "MediaTypes": [
  38. "text/plain",
  39. "application/json",
  40. "text/json"
  41. ],
  42. "StatusCode": 401
  43. },
  44. {
  45. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  46. "MediaTypes": [
  47. "text/plain",
  48. "application/json",
  49. "text/json"
  50. ],
  51. "StatusCode": 400
  52. },
  53. {
  54. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  55. "MediaTypes": [
  56. "text/plain",
  57. "application/json",
  58. "text/json"
  59. ],
  60. "StatusCode": 404
  61. },
  62. {
  63. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  64. "MediaTypes": [
  65. "text/plain",
  66. "application/json",
  67. "text/json"
  68. ],
  69. "StatusCode": 501
  70. },
  71. {
  72. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  73. "MediaTypes": [
  74. "text/plain",
  75. "application/json",
  76. "text/json"
  77. ],
  78. "StatusCode": 500
  79. }
  80. ]
  81. },
  82. {
  83. "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController",
  84. "Method": "GetAsync",
  85. "RelativePath": "api/abp/application-configuration",
  86. "HttpMethod": "GET",
  87. "IsController": true,
  88. "Order": 0,
  89. "Parameters": [
  90. {
  91. "Name": "IncludeLocalizationResources",
  92. "Type": "System.Boolean",
  93. "IsRequired": false
  94. }
  95. ],
  96. "ReturnTypes": [
  97. {
  98. "Type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto",
  99. "MediaTypes": [
  100. "text/plain",
  101. "application/json",
  102. "text/json"
  103. ],
  104. "StatusCode": 200
  105. },
  106. {
  107. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  108. "MediaTypes": [
  109. "text/plain",
  110. "application/json",
  111. "text/json"
  112. ],
  113. "StatusCode": 403
  114. },
  115. {
  116. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  117. "MediaTypes": [
  118. "text/plain",
  119. "application/json",
  120. "text/json"
  121. ],
  122. "StatusCode": 401
  123. },
  124. {
  125. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  126. "MediaTypes": [
  127. "text/plain",
  128. "application/json",
  129. "text/json"
  130. ],
  131. "StatusCode": 400
  132. },
  133. {
  134. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  135. "MediaTypes": [
  136. "text/plain",
  137. "application/json",
  138. "text/json"
  139. ],
  140. "StatusCode": 404
  141. },
  142. {
  143. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  144. "MediaTypes": [
  145. "text/plain",
  146. "application/json",
  147. "text/json"
  148. ],
  149. "StatusCode": 501
  150. },
  151. {
  152. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  153. "MediaTypes": [
  154. "text/plain",
  155. "application/json",
  156. "text/json"
  157. ],
  158. "StatusCode": 500
  159. }
  160. ]
  161. },
  162. {
  163. "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController",
  164. "Method": "GetAsync",
  165. "RelativePath": "api/abp/application-localization",
  166. "HttpMethod": "GET",
  167. "IsController": true,
  168. "Order": 0,
  169. "Parameters": [
  170. {
  171. "Name": "CultureName",
  172. "Type": "System.String",
  173. "IsRequired": false
  174. },
  175. {
  176. "Name": "OnlyDynamics",
  177. "Type": "System.Boolean",
  178. "IsRequired": false
  179. }
  180. ],
  181. "ReturnTypes": [
  182. {
  183. "Type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationDto",
  184. "MediaTypes": [
  185. "text/plain",
  186. "application/json",
  187. "text/json"
  188. ],
  189. "StatusCode": 200
  190. },
  191. {
  192. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  193. "MediaTypes": [
  194. "text/plain",
  195. "application/json",
  196. "text/json"
  197. ],
  198. "StatusCode": 403
  199. },
  200. {
  201. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  202. "MediaTypes": [
  203. "text/plain",
  204. "application/json",
  205. "text/json"
  206. ],
  207. "StatusCode": 401
  208. },
  209. {
  210. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  211. "MediaTypes": [
  212. "text/plain",
  213. "application/json",
  214. "text/json"
  215. ],
  216. "StatusCode": 400
  217. },
  218. {
  219. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  220. "MediaTypes": [
  221. "text/plain",
  222. "application/json",
  223. "text/json"
  224. ],
  225. "StatusCode": 404
  226. },
  227. {
  228. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  229. "MediaTypes": [
  230. "text/plain",
  231. "application/json",
  232. "text/json"
  233. ],
  234. "StatusCode": 501
  235. },
  236. {
  237. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  238. "MediaTypes": [
  239. "text/plain",
  240. "application/json",
  241. "text/json"
  242. ],
  243. "StatusCode": 500
  244. }
  245. ]
  246. },
  247. {
  248. "ContainingType": "Pages.Abp.MultiTenancy.AbpTenantController",
  249. "Method": "FindTenantByIdAsync",
  250. "RelativePath": "api/abp/multi-tenancy/tenants/by-id/{id}",
  251. "HttpMethod": "GET",
  252. "IsController": true,
  253. "Order": 0,
  254. "Parameters": [
  255. {
  256. "Name": "id",
  257. "Type": "System.Guid",
  258. "IsRequired": true
  259. }
  260. ],
  261. "ReturnTypes": [
  262. {
  263. "Type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto",
  264. "MediaTypes": [
  265. "text/plain",
  266. "application/json",
  267. "text/json"
  268. ],
  269. "StatusCode": 200
  270. },
  271. {
  272. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  273. "MediaTypes": [
  274. "text/plain",
  275. "application/json",
  276. "text/json"
  277. ],
  278. "StatusCode": 403
  279. },
  280. {
  281. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  282. "MediaTypes": [
  283. "text/plain",
  284. "application/json",
  285. "text/json"
  286. ],
  287. "StatusCode": 401
  288. },
  289. {
  290. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  291. "MediaTypes": [
  292. "text/plain",
  293. "application/json",
  294. "text/json"
  295. ],
  296. "StatusCode": 400
  297. },
  298. {
  299. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  300. "MediaTypes": [
  301. "text/plain",
  302. "application/json",
  303. "text/json"
  304. ],
  305. "StatusCode": 404
  306. },
  307. {
  308. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  309. "MediaTypes": [
  310. "text/plain",
  311. "application/json",
  312. "text/json"
  313. ],
  314. "StatusCode": 501
  315. },
  316. {
  317. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  318. "MediaTypes": [
  319. "text/plain",
  320. "application/json",
  321. "text/json"
  322. ],
  323. "StatusCode": 500
  324. }
  325. ]
  326. },
  327. {
  328. "ContainingType": "Pages.Abp.MultiTenancy.AbpTenantController",
  329. "Method": "FindTenantByNameAsync",
  330. "RelativePath": "api/abp/multi-tenancy/tenants/by-name/{name}",
  331. "HttpMethod": "GET",
  332. "IsController": true,
  333. "Order": 0,
  334. "Parameters": [
  335. {
  336. "Name": "name",
  337. "Type": "System.String",
  338. "IsRequired": true
  339. }
  340. ],
  341. "ReturnTypes": [
  342. {
  343. "Type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto",
  344. "MediaTypes": [
  345. "text/plain",
  346. "application/json",
  347. "text/json"
  348. ],
  349. "StatusCode": 200
  350. },
  351. {
  352. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  353. "MediaTypes": [
  354. "text/plain",
  355. "application/json",
  356. "text/json"
  357. ],
  358. "StatusCode": 403
  359. },
  360. {
  361. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  362. "MediaTypes": [
  363. "text/plain",
  364. "application/json",
  365. "text/json"
  366. ],
  367. "StatusCode": 401
  368. },
  369. {
  370. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  371. "MediaTypes": [
  372. "text/plain",
  373. "application/json",
  374. "text/json"
  375. ],
  376. "StatusCode": 400
  377. },
  378. {
  379. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  380. "MediaTypes": [
  381. "text/plain",
  382. "application/json",
  383. "text/json"
  384. ],
  385. "StatusCode": 404
  386. },
  387. {
  388. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  389. "MediaTypes": [
  390. "text/plain",
  391. "application/json",
  392. "text/json"
  393. ],
  394. "StatusCode": 501
  395. },
  396. {
  397. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  398. "MediaTypes": [
  399. "text/plain",
  400. "application/json",
  401. "text/json"
  402. ],
  403. "StatusCode": 500
  404. }
  405. ]
  406. },
  407. {
  408. "ContainingType": "Himp.TaskScheduling.V1.ApiDataReportConvertController",
  409. "Method": "GetAsync",
  410. "RelativePath": "api/taskScheduling/apiDataReport",
  411. "HttpMethod": "GET",
  412. "IsController": true,
  413. "Order": 0,
  414. "Parameters": [],
  415. "ReturnTypes": [
  416. {
  417. "Type": "Himp.TaskScheduling.V1.ApiDataReportDto",
  418. "MediaTypes": [
  419. "text/plain",
  420. "application/json",
  421. "text/json"
  422. ],
  423. "StatusCode": 200
  424. },
  425. {
  426. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  427. "MediaTypes": [
  428. "text/plain",
  429. "application/json",
  430. "text/json"
  431. ],
  432. "StatusCode": 403
  433. },
  434. {
  435. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  436. "MediaTypes": [
  437. "text/plain",
  438. "application/json",
  439. "text/json"
  440. ],
  441. "StatusCode": 401
  442. },
  443. {
  444. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  445. "MediaTypes": [
  446. "text/plain",
  447. "application/json",
  448. "text/json"
  449. ],
  450. "StatusCode": 400
  451. },
  452. {
  453. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  454. "MediaTypes": [
  455. "text/plain",
  456. "application/json",
  457. "text/json"
  458. ],
  459. "StatusCode": 404
  460. },
  461. {
  462. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  463. "MediaTypes": [
  464. "text/plain",
  465. "application/json",
  466. "text/json"
  467. ],
  468. "StatusCode": 501
  469. },
  470. {
  471. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  472. "MediaTypes": [
  473. "text/plain",
  474. "application/json",
  475. "text/json"
  476. ],
  477. "StatusCode": 500
  478. }
  479. ]
  480. },
  481. {
  482. "ContainingType": "Himp.TaskScheduling.V1.AutoSamplingConditionController",
  483. "Method": "GetAsync",
  484. "RelativePath": "api/taskScheduling/autoSamplingCondition",
  485. "HttpMethod": "GET",
  486. "IsController": true,
  487. "Order": 0,
  488. "Parameters": [
  489. {
  490. "Name": "Key",
  491. "Type": "System.String",
  492. "IsRequired": false
  493. }
  494. ],
  495. "ReturnTypes": [
  496. {
  497. "Type": "Himp.TaskScheduling.Datas.AutoSamplingConditionDto",
  498. "MediaTypes": [
  499. "text/plain",
  500. "application/json",
  501. "text/json"
  502. ],
  503. "StatusCode": 200
  504. },
  505. {
  506. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  507. "MediaTypes": [
  508. "text/plain",
  509. "application/json",
  510. "text/json"
  511. ],
  512. "StatusCode": 403
  513. },
  514. {
  515. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  516. "MediaTypes": [
  517. "text/plain",
  518. "application/json",
  519. "text/json"
  520. ],
  521. "StatusCode": 401
  522. },
  523. {
  524. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  525. "MediaTypes": [
  526. "text/plain",
  527. "application/json",
  528. "text/json"
  529. ],
  530. "StatusCode": 400
  531. },
  532. {
  533. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  534. "MediaTypes": [
  535. "text/plain",
  536. "application/json",
  537. "text/json"
  538. ],
  539. "StatusCode": 404
  540. },
  541. {
  542. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  543. "MediaTypes": [
  544. "text/plain",
  545. "application/json",
  546. "text/json"
  547. ],
  548. "StatusCode": 501
  549. },
  550. {
  551. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  552. "MediaTypes": [
  553. "text/plain",
  554. "application/json",
  555. "text/json"
  556. ],
  557. "StatusCode": 500
  558. }
  559. ]
  560. },
  561. {
  562. "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController",
  563. "Method": "CreateAsync",
  564. "RelativePath": "api/taskScheduling/bizflowConfig",
  565. "HttpMethod": "POST",
  566. "IsController": true,
  567. "Order": 0,
  568. "Parameters": [
  569. {
  570. "Name": "input",
  571. "Type": "Himp.TaskScheduling.BizflowConfigCreateDto",
  572. "IsRequired": true
  573. }
  574. ],
  575. "ReturnTypes": [
  576. {
  577. "Type": "Himp.TaskScheduling.BizflowConfigDto",
  578. "MediaTypes": [
  579. "text/plain",
  580. "application/json",
  581. "text/json"
  582. ],
  583. "StatusCode": 200
  584. },
  585. {
  586. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  587. "MediaTypes": [
  588. "text/plain",
  589. "application/json",
  590. "text/json"
  591. ],
  592. "StatusCode": 403
  593. },
  594. {
  595. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  596. "MediaTypes": [
  597. "text/plain",
  598. "application/json",
  599. "text/json"
  600. ],
  601. "StatusCode": 401
  602. },
  603. {
  604. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  605. "MediaTypes": [
  606. "text/plain",
  607. "application/json",
  608. "text/json"
  609. ],
  610. "StatusCode": 400
  611. },
  612. {
  613. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  614. "MediaTypes": [
  615. "text/plain",
  616. "application/json",
  617. "text/json"
  618. ],
  619. "StatusCode": 404
  620. },
  621. {
  622. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  623. "MediaTypes": [
  624. "text/plain",
  625. "application/json",
  626. "text/json"
  627. ],
  628. "StatusCode": 501
  629. },
  630. {
  631. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  632. "MediaTypes": [
  633. "text/plain",
  634. "application/json",
  635. "text/json"
  636. ],
  637. "StatusCode": 500
  638. }
  639. ]
  640. },
  641. {
  642. "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController",
  643. "Method": "DeleteAsync",
  644. "RelativePath": "api/taskScheduling/bizflowConfig",
  645. "HttpMethod": "DELETE",
  646. "IsController": true,
  647. "Order": 0,
  648. "Parameters": [
  649. {
  650. "Name": "id",
  651. "Type": "System.Guid",
  652. "IsRequired": false
  653. }
  654. ],
  655. "ReturnTypes": [
  656. {
  657. "Type": "System.Void",
  658. "MediaTypes": [],
  659. "StatusCode": 200
  660. },
  661. {
  662. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  663. "MediaTypes": [
  664. "text/plain",
  665. "application/json",
  666. "text/json"
  667. ],
  668. "StatusCode": 403
  669. },
  670. {
  671. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  672. "MediaTypes": [
  673. "text/plain",
  674. "application/json",
  675. "text/json"
  676. ],
  677. "StatusCode": 401
  678. },
  679. {
  680. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  681. "MediaTypes": [
  682. "text/plain",
  683. "application/json",
  684. "text/json"
  685. ],
  686. "StatusCode": 400
  687. },
  688. {
  689. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  690. "MediaTypes": [
  691. "text/plain",
  692. "application/json",
  693. "text/json"
  694. ],
  695. "StatusCode": 404
  696. },
  697. {
  698. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  699. "MediaTypes": [
  700. "text/plain",
  701. "application/json",
  702. "text/json"
  703. ],
  704. "StatusCode": 501
  705. },
  706. {
  707. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  708. "MediaTypes": [
  709. "text/plain",
  710. "application/json",
  711. "text/json"
  712. ],
  713. "StatusCode": 500
  714. }
  715. ]
  716. },
  717. {
  718. "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController",
  719. "Method": "GetAsync",
  720. "RelativePath": "api/taskScheduling/bizflowConfig",
  721. "HttpMethod": "GET",
  722. "IsController": true,
  723. "Order": 0,
  724. "Parameters": [
  725. {
  726. "Name": "id",
  727. "Type": "System.Guid",
  728. "IsRequired": false
  729. }
  730. ],
  731. "ReturnTypes": [
  732. {
  733. "Type": "Himp.TaskScheduling.BizflowConfigDto",
  734. "MediaTypes": [
  735. "text/plain",
  736. "application/json",
  737. "text/json"
  738. ],
  739. "StatusCode": 200
  740. },
  741. {
  742. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  743. "MediaTypes": [
  744. "text/plain",
  745. "application/json",
  746. "text/json"
  747. ],
  748. "StatusCode": 403
  749. },
  750. {
  751. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  752. "MediaTypes": [
  753. "text/plain",
  754. "application/json",
  755. "text/json"
  756. ],
  757. "StatusCode": 401
  758. },
  759. {
  760. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  761. "MediaTypes": [
  762. "text/plain",
  763. "application/json",
  764. "text/json"
  765. ],
  766. "StatusCode": 400
  767. },
  768. {
  769. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  770. "MediaTypes": [
  771. "text/plain",
  772. "application/json",
  773. "text/json"
  774. ],
  775. "StatusCode": 404
  776. },
  777. {
  778. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  779. "MediaTypes": [
  780. "text/plain",
  781. "application/json",
  782. "text/json"
  783. ],
  784. "StatusCode": 501
  785. },
  786. {
  787. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  788. "MediaTypes": [
  789. "text/plain",
  790. "application/json",
  791. "text/json"
  792. ],
  793. "StatusCode": 500
  794. }
  795. ]
  796. },
  797. {
  798. "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController",
  799. "Method": "UpdateAsync",
  800. "RelativePath": "api/taskScheduling/bizflowConfig",
  801. "HttpMethod": "PUT",
  802. "IsController": true,
  803. "Order": 0,
  804. "Parameters": [
  805. {
  806. "Name": "id",
  807. "Type": "System.Guid",
  808. "IsRequired": false
  809. },
  810. {
  811. "Name": "input",
  812. "Type": "Himp.TaskScheduling.BizflowConfigUpdateDto",
  813. "IsRequired": true
  814. }
  815. ],
  816. "ReturnTypes": [
  817. {
  818. "Type": "Himp.TaskScheduling.BizflowConfigDto",
  819. "MediaTypes": [
  820. "text/plain",
  821. "application/json",
  822. "text/json"
  823. ],
  824. "StatusCode": 200
  825. },
  826. {
  827. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  828. "MediaTypes": [
  829. "text/plain",
  830. "application/json",
  831. "text/json"
  832. ],
  833. "StatusCode": 403
  834. },
  835. {
  836. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  837. "MediaTypes": [
  838. "text/plain",
  839. "application/json",
  840. "text/json"
  841. ],
  842. "StatusCode": 401
  843. },
  844. {
  845. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  846. "MediaTypes": [
  847. "text/plain",
  848. "application/json",
  849. "text/json"
  850. ],
  851. "StatusCode": 400
  852. },
  853. {
  854. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  855. "MediaTypes": [
  856. "text/plain",
  857. "application/json",
  858. "text/json"
  859. ],
  860. "StatusCode": 404
  861. },
  862. {
  863. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  864. "MediaTypes": [
  865. "text/plain",
  866. "application/json",
  867. "text/json"
  868. ],
  869. "StatusCode": 501
  870. },
  871. {
  872. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  873. "MediaTypes": [
  874. "text/plain",
  875. "application/json",
  876. "text/json"
  877. ],
  878. "StatusCode": 500
  879. }
  880. ]
  881. },
  882. {
  883. "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController",
  884. "Method": "GetListAsync",
  885. "RelativePath": "api/taskScheduling/bizflowConfig/list",
  886. "HttpMethod": "GET",
  887. "IsController": true,
  888. "Order": 0,
  889. "Parameters": [
  890. {
  891. "Name": "Pi",
  892. "Type": "System.Int32",
  893. "IsRequired": false
  894. },
  895. {
  896. "Name": "Ps",
  897. "Type": "System.Int32",
  898. "IsRequired": false
  899. },
  900. {
  901. "Name": "Filter",
  902. "Type": "System.String",
  903. "IsRequired": false
  904. },
  905. {
  906. "Name": "Sorting",
  907. "Type": "System.String",
  908. "IsRequired": false
  909. },
  910. {
  911. "Name": "SkipCount",
  912. "Type": "System.Int32",
  913. "IsRequired": false
  914. },
  915. {
  916. "Name": "MaxResultCount",
  917. "Type": "System.Int32",
  918. "IsRequired": false
  919. }
  920. ],
  921. "ReturnTypes": [
  922. {
  923. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.BizflowConfigDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  924. "MediaTypes": [
  925. "text/plain",
  926. "application/json",
  927. "text/json"
  928. ],
  929. "StatusCode": 200
  930. },
  931. {
  932. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  933. "MediaTypes": [
  934. "text/plain",
  935. "application/json",
  936. "text/json"
  937. ],
  938. "StatusCode": 403
  939. },
  940. {
  941. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  942. "MediaTypes": [
  943. "text/plain",
  944. "application/json",
  945. "text/json"
  946. ],
  947. "StatusCode": 401
  948. },
  949. {
  950. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  951. "MediaTypes": [
  952. "text/plain",
  953. "application/json",
  954. "text/json"
  955. ],
  956. "StatusCode": 400
  957. },
  958. {
  959. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  960. "MediaTypes": [
  961. "text/plain",
  962. "application/json",
  963. "text/json"
  964. ],
  965. "StatusCode": 404
  966. },
  967. {
  968. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  969. "MediaTypes": [
  970. "text/plain",
  971. "application/json",
  972. "text/json"
  973. ],
  974. "StatusCode": 501
  975. },
  976. {
  977. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  978. "MediaTypes": [
  979. "text/plain",
  980. "application/json",
  981. "text/json"
  982. ],
  983. "StatusCode": 500
  984. }
  985. ]
  986. },
  987. {
  988. "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController",
  989. "Method": "CreateAsync",
  990. "RelativePath": "api/taskScheduling/bizflowNode",
  991. "HttpMethod": "POST",
  992. "IsController": true,
  993. "Order": 0,
  994. "Parameters": [
  995. {
  996. "Name": "input",
  997. "Type": "Himp.TaskScheduling.BizflowNodeCreateDto",
  998. "IsRequired": true
  999. }
  1000. ],
  1001. "ReturnTypes": [
  1002. {
  1003. "Type": "Himp.TaskScheduling.BizflowNodeDto",
  1004. "MediaTypes": [
  1005. "text/plain",
  1006. "application/json",
  1007. "text/json"
  1008. ],
  1009. "StatusCode": 200
  1010. },
  1011. {
  1012. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1013. "MediaTypes": [
  1014. "text/plain",
  1015. "application/json",
  1016. "text/json"
  1017. ],
  1018. "StatusCode": 403
  1019. },
  1020. {
  1021. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1022. "MediaTypes": [
  1023. "text/plain",
  1024. "application/json",
  1025. "text/json"
  1026. ],
  1027. "StatusCode": 401
  1028. },
  1029. {
  1030. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1031. "MediaTypes": [
  1032. "text/plain",
  1033. "application/json",
  1034. "text/json"
  1035. ],
  1036. "StatusCode": 400
  1037. },
  1038. {
  1039. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1040. "MediaTypes": [
  1041. "text/plain",
  1042. "application/json",
  1043. "text/json"
  1044. ],
  1045. "StatusCode": 404
  1046. },
  1047. {
  1048. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1049. "MediaTypes": [
  1050. "text/plain",
  1051. "application/json",
  1052. "text/json"
  1053. ],
  1054. "StatusCode": 501
  1055. },
  1056. {
  1057. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1058. "MediaTypes": [
  1059. "text/plain",
  1060. "application/json",
  1061. "text/json"
  1062. ],
  1063. "StatusCode": 500
  1064. }
  1065. ]
  1066. },
  1067. {
  1068. "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController",
  1069. "Method": "DeleteAsync",
  1070. "RelativePath": "api/taskScheduling/bizflowNode",
  1071. "HttpMethod": "DELETE",
  1072. "IsController": true,
  1073. "Order": 0,
  1074. "Parameters": [
  1075. {
  1076. "Name": "id",
  1077. "Type": "System.Guid",
  1078. "IsRequired": false
  1079. }
  1080. ],
  1081. "ReturnTypes": [
  1082. {
  1083. "Type": "System.Void",
  1084. "MediaTypes": [],
  1085. "StatusCode": 200
  1086. },
  1087. {
  1088. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1089. "MediaTypes": [
  1090. "text/plain",
  1091. "application/json",
  1092. "text/json"
  1093. ],
  1094. "StatusCode": 403
  1095. },
  1096. {
  1097. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1098. "MediaTypes": [
  1099. "text/plain",
  1100. "application/json",
  1101. "text/json"
  1102. ],
  1103. "StatusCode": 401
  1104. },
  1105. {
  1106. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1107. "MediaTypes": [
  1108. "text/plain",
  1109. "application/json",
  1110. "text/json"
  1111. ],
  1112. "StatusCode": 400
  1113. },
  1114. {
  1115. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1116. "MediaTypes": [
  1117. "text/plain",
  1118. "application/json",
  1119. "text/json"
  1120. ],
  1121. "StatusCode": 404
  1122. },
  1123. {
  1124. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1125. "MediaTypes": [
  1126. "text/plain",
  1127. "application/json",
  1128. "text/json"
  1129. ],
  1130. "StatusCode": 501
  1131. },
  1132. {
  1133. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1134. "MediaTypes": [
  1135. "text/plain",
  1136. "application/json",
  1137. "text/json"
  1138. ],
  1139. "StatusCode": 500
  1140. }
  1141. ]
  1142. },
  1143. {
  1144. "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController",
  1145. "Method": "GetAsync",
  1146. "RelativePath": "api/taskScheduling/bizflowNode",
  1147. "HttpMethod": "GET",
  1148. "IsController": true,
  1149. "Order": 0,
  1150. "Parameters": [
  1151. {
  1152. "Name": "id",
  1153. "Type": "System.Guid",
  1154. "IsRequired": false
  1155. }
  1156. ],
  1157. "ReturnTypes": [
  1158. {
  1159. "Type": "Himp.TaskScheduling.BizflowNodeDto",
  1160. "MediaTypes": [
  1161. "text/plain",
  1162. "application/json",
  1163. "text/json"
  1164. ],
  1165. "StatusCode": 200
  1166. },
  1167. {
  1168. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1169. "MediaTypes": [
  1170. "text/plain",
  1171. "application/json",
  1172. "text/json"
  1173. ],
  1174. "StatusCode": 403
  1175. },
  1176. {
  1177. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1178. "MediaTypes": [
  1179. "text/plain",
  1180. "application/json",
  1181. "text/json"
  1182. ],
  1183. "StatusCode": 401
  1184. },
  1185. {
  1186. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1187. "MediaTypes": [
  1188. "text/plain",
  1189. "application/json",
  1190. "text/json"
  1191. ],
  1192. "StatusCode": 400
  1193. },
  1194. {
  1195. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1196. "MediaTypes": [
  1197. "text/plain",
  1198. "application/json",
  1199. "text/json"
  1200. ],
  1201. "StatusCode": 404
  1202. },
  1203. {
  1204. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1205. "MediaTypes": [
  1206. "text/plain",
  1207. "application/json",
  1208. "text/json"
  1209. ],
  1210. "StatusCode": 501
  1211. },
  1212. {
  1213. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1214. "MediaTypes": [
  1215. "text/plain",
  1216. "application/json",
  1217. "text/json"
  1218. ],
  1219. "StatusCode": 500
  1220. }
  1221. ]
  1222. },
  1223. {
  1224. "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController",
  1225. "Method": "UpdateAsync",
  1226. "RelativePath": "api/taskScheduling/bizflowNode",
  1227. "HttpMethod": "PUT",
  1228. "IsController": true,
  1229. "Order": 0,
  1230. "Parameters": [
  1231. {
  1232. "Name": "id",
  1233. "Type": "System.Guid",
  1234. "IsRequired": false
  1235. },
  1236. {
  1237. "Name": "input",
  1238. "Type": "Himp.TaskScheduling.BizflowNodeUpdateDto",
  1239. "IsRequired": true
  1240. }
  1241. ],
  1242. "ReturnTypes": [
  1243. {
  1244. "Type": "Himp.TaskScheduling.BizflowNodeDto",
  1245. "MediaTypes": [
  1246. "text/plain",
  1247. "application/json",
  1248. "text/json"
  1249. ],
  1250. "StatusCode": 200
  1251. },
  1252. {
  1253. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1254. "MediaTypes": [
  1255. "text/plain",
  1256. "application/json",
  1257. "text/json"
  1258. ],
  1259. "StatusCode": 403
  1260. },
  1261. {
  1262. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1263. "MediaTypes": [
  1264. "text/plain",
  1265. "application/json",
  1266. "text/json"
  1267. ],
  1268. "StatusCode": 401
  1269. },
  1270. {
  1271. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1272. "MediaTypes": [
  1273. "text/plain",
  1274. "application/json",
  1275. "text/json"
  1276. ],
  1277. "StatusCode": 400
  1278. },
  1279. {
  1280. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1281. "MediaTypes": [
  1282. "text/plain",
  1283. "application/json",
  1284. "text/json"
  1285. ],
  1286. "StatusCode": 404
  1287. },
  1288. {
  1289. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1290. "MediaTypes": [
  1291. "text/plain",
  1292. "application/json",
  1293. "text/json"
  1294. ],
  1295. "StatusCode": 501
  1296. },
  1297. {
  1298. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1299. "MediaTypes": [
  1300. "text/plain",
  1301. "application/json",
  1302. "text/json"
  1303. ],
  1304. "StatusCode": 500
  1305. }
  1306. ]
  1307. },
  1308. {
  1309. "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController",
  1310. "Method": "GetListAsync",
  1311. "RelativePath": "api/taskScheduling/bizflowNode/list",
  1312. "HttpMethod": "GET",
  1313. "IsController": true,
  1314. "Order": 0,
  1315. "Parameters": [
  1316. {
  1317. "Name": "BizflowCode",
  1318. "Type": "System.String",
  1319. "IsRequired": false
  1320. },
  1321. {
  1322. "Name": "WorkflowIndex",
  1323. "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  1324. "IsRequired": false
  1325. },
  1326. {
  1327. "Name": "Pi",
  1328. "Type": "System.Int32",
  1329. "IsRequired": false
  1330. },
  1331. {
  1332. "Name": "Ps",
  1333. "Type": "System.Int32",
  1334. "IsRequired": false
  1335. },
  1336. {
  1337. "Name": "Filter",
  1338. "Type": "System.String",
  1339. "IsRequired": false
  1340. },
  1341. {
  1342. "Name": "Sorting",
  1343. "Type": "System.String",
  1344. "IsRequired": false
  1345. },
  1346. {
  1347. "Name": "SkipCount",
  1348. "Type": "System.Int32",
  1349. "IsRequired": false
  1350. },
  1351. {
  1352. "Name": "MaxResultCount",
  1353. "Type": "System.Int32",
  1354. "IsRequired": false
  1355. }
  1356. ],
  1357. "ReturnTypes": [
  1358. {
  1359. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.BizflowNodeDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  1360. "MediaTypes": [
  1361. "text/plain",
  1362. "application/json",
  1363. "text/json"
  1364. ],
  1365. "StatusCode": 200
  1366. },
  1367. {
  1368. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1369. "MediaTypes": [
  1370. "text/plain",
  1371. "application/json",
  1372. "text/json"
  1373. ],
  1374. "StatusCode": 403
  1375. },
  1376. {
  1377. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1378. "MediaTypes": [
  1379. "text/plain",
  1380. "application/json",
  1381. "text/json"
  1382. ],
  1383. "StatusCode": 401
  1384. },
  1385. {
  1386. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1387. "MediaTypes": [
  1388. "text/plain",
  1389. "application/json",
  1390. "text/json"
  1391. ],
  1392. "StatusCode": 400
  1393. },
  1394. {
  1395. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1396. "MediaTypes": [
  1397. "text/plain",
  1398. "application/json",
  1399. "text/json"
  1400. ],
  1401. "StatusCode": 404
  1402. },
  1403. {
  1404. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1405. "MediaTypes": [
  1406. "text/plain",
  1407. "application/json",
  1408. "text/json"
  1409. ],
  1410. "StatusCode": 501
  1411. },
  1412. {
  1413. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1414. "MediaTypes": [
  1415. "text/plain",
  1416. "application/json",
  1417. "text/json"
  1418. ],
  1419. "StatusCode": 500
  1420. }
  1421. ]
  1422. },
  1423. {
  1424. "ContainingType": "Himp.TaskScheduling.V1.CmDeviceControlController",
  1425. "Method": "PutAsync",
  1426. "RelativePath": "api/taskScheduling/cmDeviceControl/{id}",
  1427. "HttpMethod": "PUT",
  1428. "IsController": true,
  1429. "Order": 0,
  1430. "Parameters": [
  1431. {
  1432. "Name": "id",
  1433. "Type": "System.Int32",
  1434. "IsRequired": true
  1435. },
  1436. {
  1437. "Name": "input",
  1438. "Type": "Himp.TaskScheduling.CmDeviceControlUpdateDto",
  1439. "IsRequired": true
  1440. }
  1441. ],
  1442. "ReturnTypes": [
  1443. {
  1444. "Type": "Himp.TaskScheduling.CmDeviceControlDto",
  1445. "MediaTypes": [
  1446. "text/plain",
  1447. "application/json",
  1448. "text/json"
  1449. ],
  1450. "StatusCode": 200
  1451. },
  1452. {
  1453. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1454. "MediaTypes": [
  1455. "text/plain",
  1456. "application/json",
  1457. "text/json"
  1458. ],
  1459. "StatusCode": 403
  1460. },
  1461. {
  1462. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1463. "MediaTypes": [
  1464. "text/plain",
  1465. "application/json",
  1466. "text/json"
  1467. ],
  1468. "StatusCode": 401
  1469. },
  1470. {
  1471. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1472. "MediaTypes": [
  1473. "text/plain",
  1474. "application/json",
  1475. "text/json"
  1476. ],
  1477. "StatusCode": 400
  1478. },
  1479. {
  1480. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1481. "MediaTypes": [
  1482. "text/plain",
  1483. "application/json",
  1484. "text/json"
  1485. ],
  1486. "StatusCode": 404
  1487. },
  1488. {
  1489. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1490. "MediaTypes": [
  1491. "text/plain",
  1492. "application/json",
  1493. "text/json"
  1494. ],
  1495. "StatusCode": 501
  1496. },
  1497. {
  1498. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1499. "MediaTypes": [
  1500. "text/plain",
  1501. "application/json",
  1502. "text/json"
  1503. ],
  1504. "StatusCode": 500
  1505. }
  1506. ]
  1507. },
  1508. {
  1509. "ContainingType": "Himp.TaskScheduling.V1.CmDeviceControlController",
  1510. "Method": "GetAsync",
  1511. "RelativePath": "api/taskScheduling/cmDeviceControl/{id}",
  1512. "HttpMethod": "GET",
  1513. "IsController": true,
  1514. "Order": 0,
  1515. "Parameters": [
  1516. {
  1517. "Name": "id",
  1518. "Type": "System.Int32",
  1519. "IsRequired": true
  1520. }
  1521. ],
  1522. "ReturnTypes": [
  1523. {
  1524. "Type": "Himp.TaskScheduling.CmDeviceControlDto",
  1525. "MediaTypes": [
  1526. "text/plain",
  1527. "application/json",
  1528. "text/json"
  1529. ],
  1530. "StatusCode": 200
  1531. },
  1532. {
  1533. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1534. "MediaTypes": [
  1535. "text/plain",
  1536. "application/json",
  1537. "text/json"
  1538. ],
  1539. "StatusCode": 403
  1540. },
  1541. {
  1542. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1543. "MediaTypes": [
  1544. "text/plain",
  1545. "application/json",
  1546. "text/json"
  1547. ],
  1548. "StatusCode": 401
  1549. },
  1550. {
  1551. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1552. "MediaTypes": [
  1553. "text/plain",
  1554. "application/json",
  1555. "text/json"
  1556. ],
  1557. "StatusCode": 400
  1558. },
  1559. {
  1560. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1561. "MediaTypes": [
  1562. "text/plain",
  1563. "application/json",
  1564. "text/json"
  1565. ],
  1566. "StatusCode": 404
  1567. },
  1568. {
  1569. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1570. "MediaTypes": [
  1571. "text/plain",
  1572. "application/json",
  1573. "text/json"
  1574. ],
  1575. "StatusCode": 501
  1576. },
  1577. {
  1578. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1579. "MediaTypes": [
  1580. "text/plain",
  1581. "application/json",
  1582. "text/json"
  1583. ],
  1584. "StatusCode": 500
  1585. }
  1586. ]
  1587. },
  1588. {
  1589. "ContainingType": "Himp.TaskScheduling.V1.CodeConversionController",
  1590. "Method": "GetListAsync",
  1591. "RelativePath": "api/taskScheduling/codeConversion/list",
  1592. "HttpMethod": "GET",
  1593. "IsController": true,
  1594. "Order": 0,
  1595. "Parameters": [
  1596. {
  1597. "Name": "ConversionType",
  1598. "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  1599. "IsRequired": false
  1600. },
  1601. {
  1602. "Name": "Begntime",
  1603. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  1604. "IsRequired": false
  1605. },
  1606. {
  1607. "Name": "Endtime",
  1608. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  1609. "IsRequired": false
  1610. },
  1611. {
  1612. "Name": "Pi",
  1613. "Type": "System.Int32",
  1614. "IsRequired": false
  1615. },
  1616. {
  1617. "Name": "Ps",
  1618. "Type": "System.Int32",
  1619. "IsRequired": false
  1620. },
  1621. {
  1622. "Name": "Filter",
  1623. "Type": "System.String",
  1624. "IsRequired": false
  1625. },
  1626. {
  1627. "Name": "Sorting",
  1628. "Type": "System.String",
  1629. "IsRequired": false
  1630. },
  1631. {
  1632. "Name": "SkipCount",
  1633. "Type": "System.Int32",
  1634. "IsRequired": false
  1635. },
  1636. {
  1637. "Name": "MaxResultCount",
  1638. "Type": "System.Int32",
  1639. "IsRequired": false
  1640. }
  1641. ],
  1642. "ReturnTypes": [
  1643. {
  1644. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.CodeConversionDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  1645. "MediaTypes": [
  1646. "text/plain",
  1647. "application/json",
  1648. "text/json"
  1649. ],
  1650. "StatusCode": 200
  1651. },
  1652. {
  1653. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1654. "MediaTypes": [
  1655. "text/plain",
  1656. "application/json",
  1657. "text/json"
  1658. ],
  1659. "StatusCode": 403
  1660. },
  1661. {
  1662. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1663. "MediaTypes": [
  1664. "text/plain",
  1665. "application/json",
  1666. "text/json"
  1667. ],
  1668. "StatusCode": 401
  1669. },
  1670. {
  1671. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1672. "MediaTypes": [
  1673. "text/plain",
  1674. "application/json",
  1675. "text/json"
  1676. ],
  1677. "StatusCode": 400
  1678. },
  1679. {
  1680. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1681. "MediaTypes": [
  1682. "text/plain",
  1683. "application/json",
  1684. "text/json"
  1685. ],
  1686. "StatusCode": 404
  1687. },
  1688. {
  1689. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1690. "MediaTypes": [
  1691. "text/plain",
  1692. "application/json",
  1693. "text/json"
  1694. ],
  1695. "StatusCode": 501
  1696. },
  1697. {
  1698. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1699. "MediaTypes": [
  1700. "text/plain",
  1701. "application/json",
  1702. "text/json"
  1703. ],
  1704. "StatusCode": 500
  1705. }
  1706. ]
  1707. },
  1708. {
  1709. "ContainingType": "Himp.TaskScheduling.V1.EventMsgRecServiceController",
  1710. "Method": "GetListAsync",
  1711. "RelativePath": "api/taskScheduling/eventMsgRec/list",
  1712. "HttpMethod": "GET",
  1713. "IsController": true,
  1714. "Order": 0,
  1715. "Parameters": [
  1716. {
  1717. "Name": "TopicFullPath",
  1718. "Type": "System.String[]",
  1719. "IsRequired": false
  1720. },
  1721. {
  1722. "Name": "Pi",
  1723. "Type": "System.Int32",
  1724. "IsRequired": false
  1725. },
  1726. {
  1727. "Name": "Ps",
  1728. "Type": "System.Int32",
  1729. "IsRequired": false
  1730. },
  1731. {
  1732. "Name": "Filter",
  1733. "Type": "System.String",
  1734. "IsRequired": false
  1735. },
  1736. {
  1737. "Name": "Sorting",
  1738. "Type": "System.String",
  1739. "IsRequired": false
  1740. },
  1741. {
  1742. "Name": "SkipCount",
  1743. "Type": "System.Int32",
  1744. "IsRequired": false
  1745. },
  1746. {
  1747. "Name": "MaxResultCount",
  1748. "Type": "System.Int32",
  1749. "IsRequired": false
  1750. }
  1751. ],
  1752. "ReturnTypes": [
  1753. {
  1754. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.EventMsgRecDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  1755. "MediaTypes": [
  1756. "text/plain",
  1757. "application/json",
  1758. "text/json"
  1759. ],
  1760. "StatusCode": 200
  1761. },
  1762. {
  1763. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1764. "MediaTypes": [
  1765. "text/plain",
  1766. "application/json",
  1767. "text/json"
  1768. ],
  1769. "StatusCode": 403
  1770. },
  1771. {
  1772. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1773. "MediaTypes": [
  1774. "text/plain",
  1775. "application/json",
  1776. "text/json"
  1777. ],
  1778. "StatusCode": 401
  1779. },
  1780. {
  1781. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1782. "MediaTypes": [
  1783. "text/plain",
  1784. "application/json",
  1785. "text/json"
  1786. ],
  1787. "StatusCode": 400
  1788. },
  1789. {
  1790. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1791. "MediaTypes": [
  1792. "text/plain",
  1793. "application/json",
  1794. "text/json"
  1795. ],
  1796. "StatusCode": 404
  1797. },
  1798. {
  1799. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1800. "MediaTypes": [
  1801. "text/plain",
  1802. "application/json",
  1803. "text/json"
  1804. ],
  1805. "StatusCode": 501
  1806. },
  1807. {
  1808. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1809. "MediaTypes": [
  1810. "text/plain",
  1811. "application/json",
  1812. "text/json"
  1813. ],
  1814. "StatusCode": 500
  1815. }
  1816. ]
  1817. },
  1818. {
  1819. "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController",
  1820. "Method": "CreateAsync",
  1821. "RelativePath": "api/taskScheduling/fullWaterCompService",
  1822. "HttpMethod": "POST",
  1823. "IsController": true,
  1824. "Order": 0,
  1825. "Parameters": [
  1826. {
  1827. "Name": "input",
  1828. "Type": "Himp.TaskScheduling.FullWaterCompCreateOrUpdateDto",
  1829. "IsRequired": true
  1830. }
  1831. ],
  1832. "ReturnTypes": [
  1833. {
  1834. "Type": "Himp.TaskScheduling.FullWaterCompDto",
  1835. "MediaTypes": [
  1836. "text/plain",
  1837. "application/json",
  1838. "text/json"
  1839. ],
  1840. "StatusCode": 200
  1841. },
  1842. {
  1843. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1844. "MediaTypes": [
  1845. "text/plain",
  1846. "application/json",
  1847. "text/json"
  1848. ],
  1849. "StatusCode": 403
  1850. },
  1851. {
  1852. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1853. "MediaTypes": [
  1854. "text/plain",
  1855. "application/json",
  1856. "text/json"
  1857. ],
  1858. "StatusCode": 401
  1859. },
  1860. {
  1861. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1862. "MediaTypes": [
  1863. "text/plain",
  1864. "application/json",
  1865. "text/json"
  1866. ],
  1867. "StatusCode": 400
  1868. },
  1869. {
  1870. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1871. "MediaTypes": [
  1872. "text/plain",
  1873. "application/json",
  1874. "text/json"
  1875. ],
  1876. "StatusCode": 404
  1877. },
  1878. {
  1879. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1880. "MediaTypes": [
  1881. "text/plain",
  1882. "application/json",
  1883. "text/json"
  1884. ],
  1885. "StatusCode": 501
  1886. },
  1887. {
  1888. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1889. "MediaTypes": [
  1890. "text/plain",
  1891. "application/json",
  1892. "text/json"
  1893. ],
  1894. "StatusCode": 500
  1895. }
  1896. ]
  1897. },
  1898. {
  1899. "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController",
  1900. "Method": "GetListAsync",
  1901. "RelativePath": "api/taskScheduling/fullWaterCompService",
  1902. "HttpMethod": "GET",
  1903. "IsController": true,
  1904. "Order": 0,
  1905. "Parameters": [
  1906. {
  1907. "Name": "Pi",
  1908. "Type": "System.Int32",
  1909. "IsRequired": false
  1910. },
  1911. {
  1912. "Name": "Ps",
  1913. "Type": "System.Int32",
  1914. "IsRequired": false
  1915. },
  1916. {
  1917. "Name": "Filter",
  1918. "Type": "System.String",
  1919. "IsRequired": false
  1920. },
  1921. {
  1922. "Name": "Sorting",
  1923. "Type": "System.String",
  1924. "IsRequired": false
  1925. },
  1926. {
  1927. "Name": "SkipCount",
  1928. "Type": "System.Int32",
  1929. "IsRequired": false
  1930. },
  1931. {
  1932. "Name": "MaxResultCount",
  1933. "Type": "System.Int32",
  1934. "IsRequired": false
  1935. }
  1936. ],
  1937. "ReturnTypes": [
  1938. {
  1939. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.FullWaterCompDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  1940. "MediaTypes": [
  1941. "text/plain",
  1942. "application/json",
  1943. "text/json"
  1944. ],
  1945. "StatusCode": 200
  1946. },
  1947. {
  1948. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1949. "MediaTypes": [
  1950. "text/plain",
  1951. "application/json",
  1952. "text/json"
  1953. ],
  1954. "StatusCode": 403
  1955. },
  1956. {
  1957. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1958. "MediaTypes": [
  1959. "text/plain",
  1960. "application/json",
  1961. "text/json"
  1962. ],
  1963. "StatusCode": 401
  1964. },
  1965. {
  1966. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1967. "MediaTypes": [
  1968. "text/plain",
  1969. "application/json",
  1970. "text/json"
  1971. ],
  1972. "StatusCode": 400
  1973. },
  1974. {
  1975. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1976. "MediaTypes": [
  1977. "text/plain",
  1978. "application/json",
  1979. "text/json"
  1980. ],
  1981. "StatusCode": 404
  1982. },
  1983. {
  1984. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1985. "MediaTypes": [
  1986. "text/plain",
  1987. "application/json",
  1988. "text/json"
  1989. ],
  1990. "StatusCode": 501
  1991. },
  1992. {
  1993. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  1994. "MediaTypes": [
  1995. "text/plain",
  1996. "application/json",
  1997. "text/json"
  1998. ],
  1999. "StatusCode": 500
  2000. }
  2001. ]
  2002. },
  2003. {
  2004. "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController",
  2005. "Method": "DeleteAsync",
  2006. "RelativePath": "api/taskScheduling/fullWaterCompService/{id}",
  2007. "HttpMethod": "DELETE",
  2008. "IsController": true,
  2009. "Order": 0,
  2010. "Parameters": [
  2011. {
  2012. "Name": "id",
  2013. "Type": "System.Int64",
  2014. "IsRequired": true
  2015. }
  2016. ],
  2017. "ReturnTypes": [
  2018. {
  2019. "Type": "System.Void",
  2020. "MediaTypes": [],
  2021. "StatusCode": 200
  2022. },
  2023. {
  2024. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2025. "MediaTypes": [
  2026. "text/plain",
  2027. "application/json",
  2028. "text/json"
  2029. ],
  2030. "StatusCode": 403
  2031. },
  2032. {
  2033. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2034. "MediaTypes": [
  2035. "text/plain",
  2036. "application/json",
  2037. "text/json"
  2038. ],
  2039. "StatusCode": 401
  2040. },
  2041. {
  2042. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2043. "MediaTypes": [
  2044. "text/plain",
  2045. "application/json",
  2046. "text/json"
  2047. ],
  2048. "StatusCode": 400
  2049. },
  2050. {
  2051. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2052. "MediaTypes": [
  2053. "text/plain",
  2054. "application/json",
  2055. "text/json"
  2056. ],
  2057. "StatusCode": 404
  2058. },
  2059. {
  2060. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2061. "MediaTypes": [
  2062. "text/plain",
  2063. "application/json",
  2064. "text/json"
  2065. ],
  2066. "StatusCode": 501
  2067. },
  2068. {
  2069. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2070. "MediaTypes": [
  2071. "text/plain",
  2072. "application/json",
  2073. "text/json"
  2074. ],
  2075. "StatusCode": 500
  2076. }
  2077. ]
  2078. },
  2079. {
  2080. "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController",
  2081. "Method": "GetAsync",
  2082. "RelativePath": "api/taskScheduling/fullWaterCompService/{id}",
  2083. "HttpMethod": "GET",
  2084. "IsController": true,
  2085. "Order": 0,
  2086. "Parameters": [
  2087. {
  2088. "Name": "id",
  2089. "Type": "System.Int64",
  2090. "IsRequired": true
  2091. }
  2092. ],
  2093. "ReturnTypes": [
  2094. {
  2095. "Type": "Himp.TaskScheduling.FullWaterCompDto",
  2096. "MediaTypes": [
  2097. "text/plain",
  2098. "application/json",
  2099. "text/json"
  2100. ],
  2101. "StatusCode": 200
  2102. },
  2103. {
  2104. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2105. "MediaTypes": [
  2106. "text/plain",
  2107. "application/json",
  2108. "text/json"
  2109. ],
  2110. "StatusCode": 403
  2111. },
  2112. {
  2113. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2114. "MediaTypes": [
  2115. "text/plain",
  2116. "application/json",
  2117. "text/json"
  2118. ],
  2119. "StatusCode": 401
  2120. },
  2121. {
  2122. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2123. "MediaTypes": [
  2124. "text/plain",
  2125. "application/json",
  2126. "text/json"
  2127. ],
  2128. "StatusCode": 400
  2129. },
  2130. {
  2131. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2132. "MediaTypes": [
  2133. "text/plain",
  2134. "application/json",
  2135. "text/json"
  2136. ],
  2137. "StatusCode": 404
  2138. },
  2139. {
  2140. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2141. "MediaTypes": [
  2142. "text/plain",
  2143. "application/json",
  2144. "text/json"
  2145. ],
  2146. "StatusCode": 501
  2147. },
  2148. {
  2149. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2150. "MediaTypes": [
  2151. "text/plain",
  2152. "application/json",
  2153. "text/json"
  2154. ],
  2155. "StatusCode": 500
  2156. }
  2157. ]
  2158. },
  2159. {
  2160. "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController",
  2161. "Method": "UpdateAsync",
  2162. "RelativePath": "api/taskScheduling/fullWaterCompService/{id}",
  2163. "HttpMethod": "PUT",
  2164. "IsController": true,
  2165. "Order": 0,
  2166. "Parameters": [
  2167. {
  2168. "Name": "id",
  2169. "Type": "System.Int64",
  2170. "IsRequired": true
  2171. },
  2172. {
  2173. "Name": "input",
  2174. "Type": "Himp.TaskScheduling.FullWaterCompCreateOrUpdateDto",
  2175. "IsRequired": true
  2176. }
  2177. ],
  2178. "ReturnTypes": [
  2179. {
  2180. "Type": "Himp.TaskScheduling.FullWaterCompDto",
  2181. "MediaTypes": [
  2182. "text/plain",
  2183. "application/json",
  2184. "text/json"
  2185. ],
  2186. "StatusCode": 200
  2187. },
  2188. {
  2189. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2190. "MediaTypes": [
  2191. "text/plain",
  2192. "application/json",
  2193. "text/json"
  2194. ],
  2195. "StatusCode": 403
  2196. },
  2197. {
  2198. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2199. "MediaTypes": [
  2200. "text/plain",
  2201. "application/json",
  2202. "text/json"
  2203. ],
  2204. "StatusCode": 401
  2205. },
  2206. {
  2207. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2208. "MediaTypes": [
  2209. "text/plain",
  2210. "application/json",
  2211. "text/json"
  2212. ],
  2213. "StatusCode": 400
  2214. },
  2215. {
  2216. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2217. "MediaTypes": [
  2218. "text/plain",
  2219. "application/json",
  2220. "text/json"
  2221. ],
  2222. "StatusCode": 404
  2223. },
  2224. {
  2225. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2226. "MediaTypes": [
  2227. "text/plain",
  2228. "application/json",
  2229. "text/json"
  2230. ],
  2231. "StatusCode": 501
  2232. },
  2233. {
  2234. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2235. "MediaTypes": [
  2236. "text/plain",
  2237. "application/json",
  2238. "text/json"
  2239. ],
  2240. "StatusCode": 500
  2241. }
  2242. ]
  2243. },
  2244. {
  2245. "ContainingType": "Himp.TaskScheduling.V1.ManualSamplingTaskController",
  2246. "Method": "PostAsync",
  2247. "RelativePath": "api/taskScheduling/manualSamplingTask",
  2248. "HttpMethod": "POST",
  2249. "IsController": true,
  2250. "Order": 0,
  2251. "Parameters": [
  2252. {
  2253. "Name": "input",
  2254. "Type": "Himp.TaskScheduling.ManualSamplingTaskCreateDto",
  2255. "IsRequired": true
  2256. }
  2257. ],
  2258. "ReturnTypes": [
  2259. {
  2260. "Type": "Himp.TaskScheduling.SampleTestTaskDto",
  2261. "MediaTypes": [
  2262. "text/plain",
  2263. "application/json",
  2264. "text/json"
  2265. ],
  2266. "StatusCode": 200
  2267. },
  2268. {
  2269. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2270. "MediaTypes": [
  2271. "text/plain",
  2272. "application/json",
  2273. "text/json"
  2274. ],
  2275. "StatusCode": 403
  2276. },
  2277. {
  2278. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2279. "MediaTypes": [
  2280. "text/plain",
  2281. "application/json",
  2282. "text/json"
  2283. ],
  2284. "StatusCode": 401
  2285. },
  2286. {
  2287. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2288. "MediaTypes": [
  2289. "text/plain",
  2290. "application/json",
  2291. "text/json"
  2292. ],
  2293. "StatusCode": 400
  2294. },
  2295. {
  2296. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2297. "MediaTypes": [
  2298. "text/plain",
  2299. "application/json",
  2300. "text/json"
  2301. ],
  2302. "StatusCode": 404
  2303. },
  2304. {
  2305. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2306. "MediaTypes": [
  2307. "text/plain",
  2308. "application/json",
  2309. "text/json"
  2310. ],
  2311. "StatusCode": 501
  2312. },
  2313. {
  2314. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2315. "MediaTypes": [
  2316. "text/plain",
  2317. "application/json",
  2318. "text/json"
  2319. ],
  2320. "StatusCode": 500
  2321. }
  2322. ]
  2323. },
  2324. {
  2325. "ContainingType": "Himp.TaskScheduling.V1.ManualTestingJobRecController",
  2326. "Method": "GetListAsync",
  2327. "RelativePath": "api/taskScheduling/manualTestingJobRec",
  2328. "HttpMethod": "GET",
  2329. "IsController": true,
  2330. "Order": 0,
  2331. "Parameters": [
  2332. {
  2333. "Name": "BegnDate",
  2334. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  2335. "IsRequired": false
  2336. },
  2337. {
  2338. "Name": "EndDate",
  2339. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  2340. "IsRequired": false
  2341. },
  2342. {
  2343. "Name": "Pi",
  2344. "Type": "System.Int32",
  2345. "IsRequired": false
  2346. },
  2347. {
  2348. "Name": "Ps",
  2349. "Type": "System.Int32",
  2350. "IsRequired": false
  2351. },
  2352. {
  2353. "Name": "Filter",
  2354. "Type": "System.String",
  2355. "IsRequired": false
  2356. },
  2357. {
  2358. "Name": "Sorting",
  2359. "Type": "System.String",
  2360. "IsRequired": false
  2361. },
  2362. {
  2363. "Name": "SkipCount",
  2364. "Type": "System.Int32",
  2365. "IsRequired": false
  2366. },
  2367. {
  2368. "Name": "MaxResultCount",
  2369. "Type": "System.Int32",
  2370. "IsRequired": false
  2371. }
  2372. ],
  2373. "ReturnTypes": [
  2374. {
  2375. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ManualTestingJobRecDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  2376. "MediaTypes": [
  2377. "text/plain",
  2378. "application/json",
  2379. "text/json"
  2380. ],
  2381. "StatusCode": 200
  2382. },
  2383. {
  2384. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2385. "MediaTypes": [
  2386. "text/plain",
  2387. "application/json",
  2388. "text/json"
  2389. ],
  2390. "StatusCode": 403
  2391. },
  2392. {
  2393. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2394. "MediaTypes": [
  2395. "text/plain",
  2396. "application/json",
  2397. "text/json"
  2398. ],
  2399. "StatusCode": 401
  2400. },
  2401. {
  2402. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2403. "MediaTypes": [
  2404. "text/plain",
  2405. "application/json",
  2406. "text/json"
  2407. ],
  2408. "StatusCode": 400
  2409. },
  2410. {
  2411. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2412. "MediaTypes": [
  2413. "text/plain",
  2414. "application/json",
  2415. "text/json"
  2416. ],
  2417. "StatusCode": 404
  2418. },
  2419. {
  2420. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2421. "MediaTypes": [
  2422. "text/plain",
  2423. "application/json",
  2424. "text/json"
  2425. ],
  2426. "StatusCode": 501
  2427. },
  2428. {
  2429. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2430. "MediaTypes": [
  2431. "text/plain",
  2432. "application/json",
  2433. "text/json"
  2434. ],
  2435. "StatusCode": 500
  2436. }
  2437. ]
  2438. },
  2439. {
  2440. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController",
  2441. "Method": "CreateAsync",
  2442. "RelativePath": "api/taskScheduling/paramConfig",
  2443. "HttpMethod": "POST",
  2444. "IsController": true,
  2445. "Order": 0,
  2446. "Parameters": [
  2447. {
  2448. "Name": "input",
  2449. "Type": "Himp.TaskScheduling.ParamConfigCreateOrUpdateDto",
  2450. "IsRequired": true
  2451. }
  2452. ],
  2453. "ReturnTypes": [
  2454. {
  2455. "Type": "Himp.TaskScheduling.ParamConfigDto",
  2456. "MediaTypes": [
  2457. "text/plain",
  2458. "application/json",
  2459. "text/json"
  2460. ],
  2461. "StatusCode": 200
  2462. },
  2463. {
  2464. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2465. "MediaTypes": [
  2466. "text/plain",
  2467. "application/json",
  2468. "text/json"
  2469. ],
  2470. "StatusCode": 403
  2471. },
  2472. {
  2473. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2474. "MediaTypes": [
  2475. "text/plain",
  2476. "application/json",
  2477. "text/json"
  2478. ],
  2479. "StatusCode": 401
  2480. },
  2481. {
  2482. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2483. "MediaTypes": [
  2484. "text/plain",
  2485. "application/json",
  2486. "text/json"
  2487. ],
  2488. "StatusCode": 400
  2489. },
  2490. {
  2491. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2492. "MediaTypes": [
  2493. "text/plain",
  2494. "application/json",
  2495. "text/json"
  2496. ],
  2497. "StatusCode": 404
  2498. },
  2499. {
  2500. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2501. "MediaTypes": [
  2502. "text/plain",
  2503. "application/json",
  2504. "text/json"
  2505. ],
  2506. "StatusCode": 501
  2507. },
  2508. {
  2509. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2510. "MediaTypes": [
  2511. "text/plain",
  2512. "application/json",
  2513. "text/json"
  2514. ],
  2515. "StatusCode": 500
  2516. }
  2517. ]
  2518. },
  2519. {
  2520. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController",
  2521. "Method": "DeleteAsync",
  2522. "RelativePath": "api/taskScheduling/paramConfig",
  2523. "HttpMethod": "DELETE",
  2524. "IsController": true,
  2525. "Order": 0,
  2526. "Parameters": [
  2527. {
  2528. "Name": "id",
  2529. "Type": "System.Int64",
  2530. "IsRequired": false
  2531. }
  2532. ],
  2533. "ReturnTypes": [
  2534. {
  2535. "Type": "System.Void",
  2536. "MediaTypes": [],
  2537. "StatusCode": 200
  2538. },
  2539. {
  2540. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2541. "MediaTypes": [
  2542. "text/plain",
  2543. "application/json",
  2544. "text/json"
  2545. ],
  2546. "StatusCode": 403
  2547. },
  2548. {
  2549. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2550. "MediaTypes": [
  2551. "text/plain",
  2552. "application/json",
  2553. "text/json"
  2554. ],
  2555. "StatusCode": 401
  2556. },
  2557. {
  2558. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2559. "MediaTypes": [
  2560. "text/plain",
  2561. "application/json",
  2562. "text/json"
  2563. ],
  2564. "StatusCode": 400
  2565. },
  2566. {
  2567. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2568. "MediaTypes": [
  2569. "text/plain",
  2570. "application/json",
  2571. "text/json"
  2572. ],
  2573. "StatusCode": 404
  2574. },
  2575. {
  2576. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2577. "MediaTypes": [
  2578. "text/plain",
  2579. "application/json",
  2580. "text/json"
  2581. ],
  2582. "StatusCode": 501
  2583. },
  2584. {
  2585. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2586. "MediaTypes": [
  2587. "text/plain",
  2588. "application/json",
  2589. "text/json"
  2590. ],
  2591. "StatusCode": 500
  2592. }
  2593. ]
  2594. },
  2595. {
  2596. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController",
  2597. "Method": "GetAsync",
  2598. "RelativePath": "api/taskScheduling/paramConfig",
  2599. "HttpMethod": "GET",
  2600. "IsController": true,
  2601. "Order": 0,
  2602. "Parameters": [
  2603. {
  2604. "Name": "id",
  2605. "Type": "System.Int64",
  2606. "IsRequired": false
  2607. }
  2608. ],
  2609. "ReturnTypes": [
  2610. {
  2611. "Type": "Himp.TaskScheduling.ParamConfigDto",
  2612. "MediaTypes": [
  2613. "text/plain",
  2614. "application/json",
  2615. "text/json"
  2616. ],
  2617. "StatusCode": 200
  2618. },
  2619. {
  2620. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2621. "MediaTypes": [
  2622. "text/plain",
  2623. "application/json",
  2624. "text/json"
  2625. ],
  2626. "StatusCode": 403
  2627. },
  2628. {
  2629. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2630. "MediaTypes": [
  2631. "text/plain",
  2632. "application/json",
  2633. "text/json"
  2634. ],
  2635. "StatusCode": 401
  2636. },
  2637. {
  2638. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2639. "MediaTypes": [
  2640. "text/plain",
  2641. "application/json",
  2642. "text/json"
  2643. ],
  2644. "StatusCode": 400
  2645. },
  2646. {
  2647. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2648. "MediaTypes": [
  2649. "text/plain",
  2650. "application/json",
  2651. "text/json"
  2652. ],
  2653. "StatusCode": 404
  2654. },
  2655. {
  2656. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2657. "MediaTypes": [
  2658. "text/plain",
  2659. "application/json",
  2660. "text/json"
  2661. ],
  2662. "StatusCode": 501
  2663. },
  2664. {
  2665. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2666. "MediaTypes": [
  2667. "text/plain",
  2668. "application/json",
  2669. "text/json"
  2670. ],
  2671. "StatusCode": 500
  2672. }
  2673. ]
  2674. },
  2675. {
  2676. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController",
  2677. "Method": "UpdateAsync",
  2678. "RelativePath": "api/taskScheduling/paramConfig/{id}",
  2679. "HttpMethod": "PUT",
  2680. "IsController": true,
  2681. "Order": 0,
  2682. "Parameters": [
  2683. {
  2684. "Name": "id",
  2685. "Type": "System.Int64",
  2686. "IsRequired": true
  2687. },
  2688. {
  2689. "Name": "input",
  2690. "Type": "Himp.TaskScheduling.ParamConfigCreateOrUpdateDto",
  2691. "IsRequired": true
  2692. }
  2693. ],
  2694. "ReturnTypes": [
  2695. {
  2696. "Type": "Himp.TaskScheduling.ParamConfigDto",
  2697. "MediaTypes": [
  2698. "text/plain",
  2699. "application/json",
  2700. "text/json"
  2701. ],
  2702. "StatusCode": 200
  2703. },
  2704. {
  2705. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2706. "MediaTypes": [
  2707. "text/plain",
  2708. "application/json",
  2709. "text/json"
  2710. ],
  2711. "StatusCode": 403
  2712. },
  2713. {
  2714. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2715. "MediaTypes": [
  2716. "text/plain",
  2717. "application/json",
  2718. "text/json"
  2719. ],
  2720. "StatusCode": 401
  2721. },
  2722. {
  2723. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2724. "MediaTypes": [
  2725. "text/plain",
  2726. "application/json",
  2727. "text/json"
  2728. ],
  2729. "StatusCode": 400
  2730. },
  2731. {
  2732. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2733. "MediaTypes": [
  2734. "text/plain",
  2735. "application/json",
  2736. "text/json"
  2737. ],
  2738. "StatusCode": 404
  2739. },
  2740. {
  2741. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2742. "MediaTypes": [
  2743. "text/plain",
  2744. "application/json",
  2745. "text/json"
  2746. ],
  2747. "StatusCode": 501
  2748. },
  2749. {
  2750. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2751. "MediaTypes": [
  2752. "text/plain",
  2753. "application/json",
  2754. "text/json"
  2755. ],
  2756. "StatusCode": 500
  2757. }
  2758. ]
  2759. },
  2760. {
  2761. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController",
  2762. "Method": "GetListAsync",
  2763. "RelativePath": "api/taskScheduling/paramConfig/list",
  2764. "HttpMethod": "GET",
  2765. "IsController": true,
  2766. "Order": 0,
  2767. "Parameters": [
  2768. {
  2769. "Name": "Pi",
  2770. "Type": "System.Int32",
  2771. "IsRequired": false
  2772. },
  2773. {
  2774. "Name": "Ps",
  2775. "Type": "System.Int32",
  2776. "IsRequired": false
  2777. },
  2778. {
  2779. "Name": "Filter",
  2780. "Type": "System.String",
  2781. "IsRequired": false
  2782. },
  2783. {
  2784. "Name": "Sorting",
  2785. "Type": "System.String",
  2786. "IsRequired": false
  2787. },
  2788. {
  2789. "Name": "SkipCount",
  2790. "Type": "System.Int32",
  2791. "IsRequired": false
  2792. },
  2793. {
  2794. "Name": "MaxResultCount",
  2795. "Type": "System.Int32",
  2796. "IsRequired": false
  2797. }
  2798. ],
  2799. "ReturnTypes": [
  2800. {
  2801. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ParamConfigDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  2802. "MediaTypes": [
  2803. "text/plain",
  2804. "application/json",
  2805. "text/json"
  2806. ],
  2807. "StatusCode": 200
  2808. },
  2809. {
  2810. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2811. "MediaTypes": [
  2812. "text/plain",
  2813. "application/json",
  2814. "text/json"
  2815. ],
  2816. "StatusCode": 403
  2817. },
  2818. {
  2819. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2820. "MediaTypes": [
  2821. "text/plain",
  2822. "application/json",
  2823. "text/json"
  2824. ],
  2825. "StatusCode": 401
  2826. },
  2827. {
  2828. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2829. "MediaTypes": [
  2830. "text/plain",
  2831. "application/json",
  2832. "text/json"
  2833. ],
  2834. "StatusCode": 400
  2835. },
  2836. {
  2837. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2838. "MediaTypes": [
  2839. "text/plain",
  2840. "application/json",
  2841. "text/json"
  2842. ],
  2843. "StatusCode": 404
  2844. },
  2845. {
  2846. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2847. "MediaTypes": [
  2848. "text/plain",
  2849. "application/json",
  2850. "text/json"
  2851. ],
  2852. "StatusCode": 501
  2853. },
  2854. {
  2855. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2856. "MediaTypes": [
  2857. "text/plain",
  2858. "application/json",
  2859. "text/json"
  2860. ],
  2861. "StatusCode": 500
  2862. }
  2863. ]
  2864. },
  2865. {
  2866. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigTaskController",
  2867. "Method": "GetListAsync",
  2868. "RelativePath": "api/taskScheduling/paramConfigTask",
  2869. "HttpMethod": "GET",
  2870. "IsController": true,
  2871. "Order": 0,
  2872. "Parameters": [
  2873. {
  2874. "Name": "Pi",
  2875. "Type": "System.Int32",
  2876. "IsRequired": false
  2877. },
  2878. {
  2879. "Name": "Ps",
  2880. "Type": "System.Int32",
  2881. "IsRequired": false
  2882. },
  2883. {
  2884. "Name": "Filter",
  2885. "Type": "System.String",
  2886. "IsRequired": false
  2887. },
  2888. {
  2889. "Name": "Sorting",
  2890. "Type": "System.String",
  2891. "IsRequired": false
  2892. },
  2893. {
  2894. "Name": "SkipCount",
  2895. "Type": "System.Int32",
  2896. "IsRequired": false
  2897. },
  2898. {
  2899. "Name": "MaxResultCount",
  2900. "Type": "System.Int32",
  2901. "IsRequired": false
  2902. }
  2903. ],
  2904. "ReturnTypes": [
  2905. {
  2906. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ParamConfigTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  2907. "MediaTypes": [
  2908. "text/plain",
  2909. "application/json",
  2910. "text/json"
  2911. ],
  2912. "StatusCode": 200
  2913. },
  2914. {
  2915. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2916. "MediaTypes": [
  2917. "text/plain",
  2918. "application/json",
  2919. "text/json"
  2920. ],
  2921. "StatusCode": 403
  2922. },
  2923. {
  2924. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2925. "MediaTypes": [
  2926. "text/plain",
  2927. "application/json",
  2928. "text/json"
  2929. ],
  2930. "StatusCode": 401
  2931. },
  2932. {
  2933. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2934. "MediaTypes": [
  2935. "text/plain",
  2936. "application/json",
  2937. "text/json"
  2938. ],
  2939. "StatusCode": 400
  2940. },
  2941. {
  2942. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2943. "MediaTypes": [
  2944. "text/plain",
  2945. "application/json",
  2946. "text/json"
  2947. ],
  2948. "StatusCode": 404
  2949. },
  2950. {
  2951. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2952. "MediaTypes": [
  2953. "text/plain",
  2954. "application/json",
  2955. "text/json"
  2956. ],
  2957. "StatusCode": 501
  2958. },
  2959. {
  2960. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2961. "MediaTypes": [
  2962. "text/plain",
  2963. "application/json",
  2964. "text/json"
  2965. ],
  2966. "StatusCode": 500
  2967. }
  2968. ]
  2969. },
  2970. {
  2971. "ContainingType": "Himp.TaskScheduling.V1.ParamConfigTaskController",
  2972. "Method": "PostAsync",
  2973. "RelativePath": "api/taskScheduling/paramConfigTask",
  2974. "HttpMethod": "POST",
  2975. "IsController": true,
  2976. "Order": 0,
  2977. "Parameters": [
  2978. {
  2979. "Name": "input",
  2980. "Type": "Himp.TaskScheduling.ParamConfigTaskCreateDto",
  2981. "IsRequired": true
  2982. }
  2983. ],
  2984. "ReturnTypes": [
  2985. {
  2986. "Type": "Himp.TaskScheduling.ParamConfigTaskDto",
  2987. "MediaTypes": [
  2988. "text/plain",
  2989. "application/json",
  2990. "text/json"
  2991. ],
  2992. "StatusCode": 200
  2993. },
  2994. {
  2995. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  2996. "MediaTypes": [
  2997. "text/plain",
  2998. "application/json",
  2999. "text/json"
  3000. ],
  3001. "StatusCode": 403
  3002. },
  3003. {
  3004. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3005. "MediaTypes": [
  3006. "text/plain",
  3007. "application/json",
  3008. "text/json"
  3009. ],
  3010. "StatusCode": 401
  3011. },
  3012. {
  3013. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3014. "MediaTypes": [
  3015. "text/plain",
  3016. "application/json",
  3017. "text/json"
  3018. ],
  3019. "StatusCode": 400
  3020. },
  3021. {
  3022. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3023. "MediaTypes": [
  3024. "text/plain",
  3025. "application/json",
  3026. "text/json"
  3027. ],
  3028. "StatusCode": 404
  3029. },
  3030. {
  3031. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3032. "MediaTypes": [
  3033. "text/plain",
  3034. "application/json",
  3035. "text/json"
  3036. ],
  3037. "StatusCode": 501
  3038. },
  3039. {
  3040. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3041. "MediaTypes": [
  3042. "text/plain",
  3043. "application/json",
  3044. "text/json"
  3045. ],
  3046. "StatusCode": 500
  3047. }
  3048. ]
  3049. },
  3050. {
  3051. "ContainingType": "Himp.TaskScheduling.ParamConfigValueController",
  3052. "Method": "GetListAsync",
  3053. "RelativePath": "api/taskScheduling/paramValue",
  3054. "HttpMethod": "GET",
  3055. "IsController": true,
  3056. "Order": 0,
  3057. "Parameters": [
  3058. {
  3059. "Name": "Keys",
  3060. "Type": "System.Collections.Generic.List\u00601[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3061. "IsRequired": false
  3062. }
  3063. ],
  3064. "ReturnTypes": [
  3065. {
  3066. "Type": "System.Collections.Generic.Dictionary\u00602[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3067. "MediaTypes": [
  3068. "text/plain",
  3069. "application/json",
  3070. "text/json"
  3071. ],
  3072. "StatusCode": 200
  3073. },
  3074. {
  3075. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3076. "MediaTypes": [
  3077. "text/plain",
  3078. "application/json",
  3079. "text/json"
  3080. ],
  3081. "StatusCode": 403
  3082. },
  3083. {
  3084. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3085. "MediaTypes": [
  3086. "text/plain",
  3087. "application/json",
  3088. "text/json"
  3089. ],
  3090. "StatusCode": 401
  3091. },
  3092. {
  3093. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3094. "MediaTypes": [
  3095. "text/plain",
  3096. "application/json",
  3097. "text/json"
  3098. ],
  3099. "StatusCode": 400
  3100. },
  3101. {
  3102. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3103. "MediaTypes": [
  3104. "text/plain",
  3105. "application/json",
  3106. "text/json"
  3107. ],
  3108. "StatusCode": 404
  3109. },
  3110. {
  3111. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3112. "MediaTypes": [
  3113. "text/plain",
  3114. "application/json",
  3115. "text/json"
  3116. ],
  3117. "StatusCode": 501
  3118. },
  3119. {
  3120. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3121. "MediaTypes": [
  3122. "text/plain",
  3123. "application/json",
  3124. "text/json"
  3125. ],
  3126. "StatusCode": 500
  3127. }
  3128. ]
  3129. },
  3130. {
  3131. "ContainingType": "Himp.TaskScheduling.ParamConfigValueController",
  3132. "Method": "GetKeyListAsync",
  3133. "RelativePath": "api/taskScheduling/paramValue/keys",
  3134. "HttpMethod": "GET",
  3135. "IsController": true,
  3136. "Order": 0,
  3137. "Parameters": [],
  3138. "ReturnTypes": [
  3139. {
  3140. "Type": "System.Collections.Generic.List\u00601[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3141. "MediaTypes": [
  3142. "text/plain",
  3143. "application/json",
  3144. "text/json"
  3145. ],
  3146. "StatusCode": 200
  3147. },
  3148. {
  3149. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3150. "MediaTypes": [
  3151. "text/plain",
  3152. "application/json",
  3153. "text/json"
  3154. ],
  3155. "StatusCode": 403
  3156. },
  3157. {
  3158. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3159. "MediaTypes": [
  3160. "text/plain",
  3161. "application/json",
  3162. "text/json"
  3163. ],
  3164. "StatusCode": 401
  3165. },
  3166. {
  3167. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3168. "MediaTypes": [
  3169. "text/plain",
  3170. "application/json",
  3171. "text/json"
  3172. ],
  3173. "StatusCode": 400
  3174. },
  3175. {
  3176. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3177. "MediaTypes": [
  3178. "text/plain",
  3179. "application/json",
  3180. "text/json"
  3181. ],
  3182. "StatusCode": 404
  3183. },
  3184. {
  3185. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3186. "MediaTypes": [
  3187. "text/plain",
  3188. "application/json",
  3189. "text/json"
  3190. ],
  3191. "StatusCode": 501
  3192. },
  3193. {
  3194. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3195. "MediaTypes": [
  3196. "text/plain",
  3197. "application/json",
  3198. "text/json"
  3199. ],
  3200. "StatusCode": 500
  3201. }
  3202. ]
  3203. },
  3204. {
  3205. "ContainingType": "Himp.TaskScheduling.V1.QsCodeController",
  3206. "Method": "PostAsync",
  3207. "RelativePath": "api/taskScheduling/qsCode",
  3208. "HttpMethod": "POST",
  3209. "IsController": true,
  3210. "Order": 0,
  3211. "Parameters": [
  3212. {
  3213. "Name": "input",
  3214. "Type": "Himp.TaskScheduling.Configs.QsCodeInput",
  3215. "IsRequired": true
  3216. }
  3217. ],
  3218. "ReturnTypes": [
  3219. {
  3220. "Type": "Himp.TaskScheduling.Configs.QsCodeDto",
  3221. "MediaTypes": [
  3222. "text/plain",
  3223. "application/json",
  3224. "text/json"
  3225. ],
  3226. "StatusCode": 200
  3227. },
  3228. {
  3229. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3230. "MediaTypes": [
  3231. "text/plain",
  3232. "application/json",
  3233. "text/json"
  3234. ],
  3235. "StatusCode": 403
  3236. },
  3237. {
  3238. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3239. "MediaTypes": [
  3240. "text/plain",
  3241. "application/json",
  3242. "text/json"
  3243. ],
  3244. "StatusCode": 401
  3245. },
  3246. {
  3247. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3248. "MediaTypes": [
  3249. "text/plain",
  3250. "application/json",
  3251. "text/json"
  3252. ],
  3253. "StatusCode": 400
  3254. },
  3255. {
  3256. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3257. "MediaTypes": [
  3258. "text/plain",
  3259. "application/json",
  3260. "text/json"
  3261. ],
  3262. "StatusCode": 404
  3263. },
  3264. {
  3265. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3266. "MediaTypes": [
  3267. "text/plain",
  3268. "application/json",
  3269. "text/json"
  3270. ],
  3271. "StatusCode": 501
  3272. },
  3273. {
  3274. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3275. "MediaTypes": [
  3276. "text/plain",
  3277. "application/json",
  3278. "text/json"
  3279. ],
  3280. "StatusCode": 500
  3281. }
  3282. ]
  3283. },
  3284. {
  3285. "ContainingType": "Himp.TaskScheduling.Samples.SampleController",
  3286. "Method": "GetAsync",
  3287. "RelativePath": "api/TaskScheduling/sample",
  3288. "HttpMethod": "GET",
  3289. "IsController": true,
  3290. "Order": 0,
  3291. "Parameters": [],
  3292. "ReturnTypes": [
  3293. {
  3294. "Type": "Himp.TaskScheduling.Samples.SampleDto",
  3295. "MediaTypes": [
  3296. "text/plain",
  3297. "application/json",
  3298. "text/json"
  3299. ],
  3300. "StatusCode": 200
  3301. },
  3302. {
  3303. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3304. "MediaTypes": [
  3305. "text/plain",
  3306. "application/json",
  3307. "text/json"
  3308. ],
  3309. "StatusCode": 403
  3310. },
  3311. {
  3312. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3313. "MediaTypes": [
  3314. "text/plain",
  3315. "application/json",
  3316. "text/json"
  3317. ],
  3318. "StatusCode": 401
  3319. },
  3320. {
  3321. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3322. "MediaTypes": [
  3323. "text/plain",
  3324. "application/json",
  3325. "text/json"
  3326. ],
  3327. "StatusCode": 400
  3328. },
  3329. {
  3330. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3331. "MediaTypes": [
  3332. "text/plain",
  3333. "application/json",
  3334. "text/json"
  3335. ],
  3336. "StatusCode": 404
  3337. },
  3338. {
  3339. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3340. "MediaTypes": [
  3341. "text/plain",
  3342. "application/json",
  3343. "text/json"
  3344. ],
  3345. "StatusCode": 501
  3346. },
  3347. {
  3348. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3349. "MediaTypes": [
  3350. "text/plain",
  3351. "application/json",
  3352. "text/json"
  3353. ],
  3354. "StatusCode": 500
  3355. }
  3356. ]
  3357. },
  3358. {
  3359. "ContainingType": "Himp.TaskScheduling.Samples.SampleController",
  3360. "Method": "GetAuthorizedAsync",
  3361. "RelativePath": "api/TaskScheduling/sample/authorized",
  3362. "HttpMethod": "GET",
  3363. "IsController": true,
  3364. "Order": 0,
  3365. "Parameters": [],
  3366. "ReturnTypes": [
  3367. {
  3368. "Type": "Himp.TaskScheduling.Samples.SampleDto",
  3369. "MediaTypes": [
  3370. "text/plain",
  3371. "application/json",
  3372. "text/json"
  3373. ],
  3374. "StatusCode": 200
  3375. },
  3376. {
  3377. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3378. "MediaTypes": [
  3379. "text/plain",
  3380. "application/json",
  3381. "text/json"
  3382. ],
  3383. "StatusCode": 403
  3384. },
  3385. {
  3386. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3387. "MediaTypes": [
  3388. "text/plain",
  3389. "application/json",
  3390. "text/json"
  3391. ],
  3392. "StatusCode": 401
  3393. },
  3394. {
  3395. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3396. "MediaTypes": [
  3397. "text/plain",
  3398. "application/json",
  3399. "text/json"
  3400. ],
  3401. "StatusCode": 400
  3402. },
  3403. {
  3404. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3405. "MediaTypes": [
  3406. "text/plain",
  3407. "application/json",
  3408. "text/json"
  3409. ],
  3410. "StatusCode": 404
  3411. },
  3412. {
  3413. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3414. "MediaTypes": [
  3415. "text/plain",
  3416. "application/json",
  3417. "text/json"
  3418. ],
  3419. "StatusCode": 501
  3420. },
  3421. {
  3422. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3423. "MediaTypes": [
  3424. "text/plain",
  3425. "application/json",
  3426. "text/json"
  3427. ],
  3428. "StatusCode": 500
  3429. }
  3430. ]
  3431. },
  3432. {
  3433. "ContainingType": "Himp.TaskScheduling.V1.SampleDiscardedTaskController",
  3434. "Method": "PostAsync",
  3435. "RelativePath": "api/taskScheduling/sampleDiscardedTask",
  3436. "HttpMethod": "POST",
  3437. "IsController": true,
  3438. "Order": 0,
  3439. "Parameters": [
  3440. {
  3441. "Name": "input",
  3442. "Type": "Himp.TaskScheduling.SampleDiscardedTaskCreateDto",
  3443. "IsRequired": true
  3444. }
  3445. ],
  3446. "ReturnTypes": [
  3447. {
  3448. "Type": "Himp.TaskScheduling.SampleTestTaskDto",
  3449. "MediaTypes": [
  3450. "text/plain",
  3451. "application/json",
  3452. "text/json"
  3453. ],
  3454. "StatusCode": 200
  3455. },
  3456. {
  3457. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3458. "MediaTypes": [
  3459. "text/plain",
  3460. "application/json",
  3461. "text/json"
  3462. ],
  3463. "StatusCode": 403
  3464. },
  3465. {
  3466. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3467. "MediaTypes": [
  3468. "text/plain",
  3469. "application/json",
  3470. "text/json"
  3471. ],
  3472. "StatusCode": 401
  3473. },
  3474. {
  3475. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3476. "MediaTypes": [
  3477. "text/plain",
  3478. "application/json",
  3479. "text/json"
  3480. ],
  3481. "StatusCode": 400
  3482. },
  3483. {
  3484. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3485. "MediaTypes": [
  3486. "text/plain",
  3487. "application/json",
  3488. "text/json"
  3489. ],
  3490. "StatusCode": 404
  3491. },
  3492. {
  3493. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3494. "MediaTypes": [
  3495. "text/plain",
  3496. "application/json",
  3497. "text/json"
  3498. ],
  3499. "StatusCode": 501
  3500. },
  3501. {
  3502. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3503. "MediaTypes": [
  3504. "text/plain",
  3505. "application/json",
  3506. "text/json"
  3507. ],
  3508. "StatusCode": 500
  3509. }
  3510. ]
  3511. },
  3512. {
  3513. "ContainingType": "Himp.TaskScheduling.V1.SampleObtainTaskController",
  3514. "Method": "PostAuditAsync",
  3515. "RelativePath": "api/taskScheduling/sampleObtainTask",
  3516. "HttpMethod": "POST",
  3517. "IsController": true,
  3518. "Order": 0,
  3519. "Parameters": [
  3520. {
  3521. "Name": "input",
  3522. "Type": "Himp.TaskScheduling.SampleObtainTaskCreateDto",
  3523. "IsRequired": true
  3524. }
  3525. ],
  3526. "ReturnTypes": [
  3527. {
  3528. "Type": "System.Void",
  3529. "MediaTypes": [],
  3530. "StatusCode": 200
  3531. },
  3532. {
  3533. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3534. "MediaTypes": [
  3535. "text/plain",
  3536. "application/json",
  3537. "text/json"
  3538. ],
  3539. "StatusCode": 403
  3540. },
  3541. {
  3542. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3543. "MediaTypes": [
  3544. "text/plain",
  3545. "application/json",
  3546. "text/json"
  3547. ],
  3548. "StatusCode": 401
  3549. },
  3550. {
  3551. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3552. "MediaTypes": [
  3553. "text/plain",
  3554. "application/json",
  3555. "text/json"
  3556. ],
  3557. "StatusCode": 400
  3558. },
  3559. {
  3560. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3561. "MediaTypes": [
  3562. "text/plain",
  3563. "application/json",
  3564. "text/json"
  3565. ],
  3566. "StatusCode": 404
  3567. },
  3568. {
  3569. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3570. "MediaTypes": [
  3571. "text/plain",
  3572. "application/json",
  3573. "text/json"
  3574. ],
  3575. "StatusCode": 501
  3576. },
  3577. {
  3578. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3579. "MediaTypes": [
  3580. "text/plain",
  3581. "application/json",
  3582. "text/json"
  3583. ],
  3584. "StatusCode": 500
  3585. }
  3586. ]
  3587. },
  3588. {
  3589. "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationRecController",
  3590. "Method": "GetAsync",
  3591. "RelativePath": "api/taskScheduling/samplePreparationRec",
  3592. "HttpMethod": "GET",
  3593. "IsController": true,
  3594. "Order": 0,
  3595. "Parameters": [],
  3596. "ReturnTypes": [
  3597. {
  3598. "Type": "Himp.TaskScheduling.Datas.SamplePreparationDatavDto",
  3599. "MediaTypes": [
  3600. "text/plain",
  3601. "application/json",
  3602. "text/json"
  3603. ],
  3604. "StatusCode": 200
  3605. },
  3606. {
  3607. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3608. "MediaTypes": [
  3609. "text/plain",
  3610. "application/json",
  3611. "text/json"
  3612. ],
  3613. "StatusCode": 403
  3614. },
  3615. {
  3616. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3617. "MediaTypes": [
  3618. "text/plain",
  3619. "application/json",
  3620. "text/json"
  3621. ],
  3622. "StatusCode": 401
  3623. },
  3624. {
  3625. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3626. "MediaTypes": [
  3627. "text/plain",
  3628. "application/json",
  3629. "text/json"
  3630. ],
  3631. "StatusCode": 400
  3632. },
  3633. {
  3634. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3635. "MediaTypes": [
  3636. "text/plain",
  3637. "application/json",
  3638. "text/json"
  3639. ],
  3640. "StatusCode": 404
  3641. },
  3642. {
  3643. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3644. "MediaTypes": [
  3645. "text/plain",
  3646. "application/json",
  3647. "text/json"
  3648. ],
  3649. "StatusCode": 501
  3650. },
  3651. {
  3652. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3653. "MediaTypes": [
  3654. "text/plain",
  3655. "application/json",
  3656. "text/json"
  3657. ],
  3658. "StatusCode": 500
  3659. }
  3660. ]
  3661. },
  3662. {
  3663. "ContainingType": "Himp.TaskScheduling.V1.Tasks.SamplePreparationResultController",
  3664. "Method": "GetListAsync",
  3665. "RelativePath": "api/taskScheduling/samplePreparationResult",
  3666. "HttpMethod": "GET",
  3667. "IsController": true,
  3668. "Order": 0,
  3669. "Parameters": [
  3670. {
  3671. "Name": "Begntime",
  3672. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3673. "IsRequired": false
  3674. },
  3675. {
  3676. "Name": "Endtime",
  3677. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3678. "IsRequired": false
  3679. },
  3680. {
  3681. "Name": "Pi",
  3682. "Type": "System.Int32",
  3683. "IsRequired": false
  3684. },
  3685. {
  3686. "Name": "Ps",
  3687. "Type": "System.Int32",
  3688. "IsRequired": false
  3689. },
  3690. {
  3691. "Name": "Filter",
  3692. "Type": "System.String",
  3693. "IsRequired": false
  3694. },
  3695. {
  3696. "Name": "Sorting",
  3697. "Type": "System.String",
  3698. "IsRequired": false
  3699. },
  3700. {
  3701. "Name": "SkipCount",
  3702. "Type": "System.Int32",
  3703. "IsRequired": false
  3704. },
  3705. {
  3706. "Name": "MaxResultCount",
  3707. "Type": "System.Int32",
  3708. "IsRequired": false
  3709. }
  3710. ],
  3711. "ReturnTypes": [
  3712. {
  3713. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SamplePreparationResultDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  3714. "MediaTypes": [
  3715. "text/plain",
  3716. "application/json",
  3717. "text/json"
  3718. ],
  3719. "StatusCode": 200
  3720. },
  3721. {
  3722. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3723. "MediaTypes": [
  3724. "text/plain",
  3725. "application/json",
  3726. "text/json"
  3727. ],
  3728. "StatusCode": 403
  3729. },
  3730. {
  3731. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3732. "MediaTypes": [
  3733. "text/plain",
  3734. "application/json",
  3735. "text/json"
  3736. ],
  3737. "StatusCode": 401
  3738. },
  3739. {
  3740. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3741. "MediaTypes": [
  3742. "text/plain",
  3743. "application/json",
  3744. "text/json"
  3745. ],
  3746. "StatusCode": 400
  3747. },
  3748. {
  3749. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3750. "MediaTypes": [
  3751. "text/plain",
  3752. "application/json",
  3753. "text/json"
  3754. ],
  3755. "StatusCode": 404
  3756. },
  3757. {
  3758. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3759. "MediaTypes": [
  3760. "text/plain",
  3761. "application/json",
  3762. "text/json"
  3763. ],
  3764. "StatusCode": 501
  3765. },
  3766. {
  3767. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3768. "MediaTypes": [
  3769. "text/plain",
  3770. "application/json",
  3771. "text/json"
  3772. ],
  3773. "StatusCode": 500
  3774. }
  3775. ]
  3776. },
  3777. {
  3778. "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController",
  3779. "Method": "GetListAsync",
  3780. "RelativePath": "api/taskScheduling/samplePreparationTask",
  3781. "HttpMethod": "GET",
  3782. "IsController": true,
  3783. "Order": 0,
  3784. "Parameters": [
  3785. {
  3786. "Name": "Begntime",
  3787. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3788. "IsRequired": false
  3789. },
  3790. {
  3791. "Name": "Endtime",
  3792. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  3793. "IsRequired": false
  3794. },
  3795. {
  3796. "Name": "ExecStas",
  3797. "Type": "System.String",
  3798. "IsRequired": false
  3799. },
  3800. {
  3801. "Name": "Pi",
  3802. "Type": "System.Int32",
  3803. "IsRequired": false
  3804. },
  3805. {
  3806. "Name": "Ps",
  3807. "Type": "System.Int32",
  3808. "IsRequired": false
  3809. },
  3810. {
  3811. "Name": "Filter",
  3812. "Type": "System.String",
  3813. "IsRequired": false
  3814. },
  3815. {
  3816. "Name": "Sorting",
  3817. "Type": "System.String",
  3818. "IsRequired": false
  3819. },
  3820. {
  3821. "Name": "SkipCount",
  3822. "Type": "System.Int32",
  3823. "IsRequired": false
  3824. },
  3825. {
  3826. "Name": "MaxResultCount",
  3827. "Type": "System.Int32",
  3828. "IsRequired": false
  3829. }
  3830. ],
  3831. "ReturnTypes": [
  3832. {
  3833. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SamplePreparationTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  3834. "MediaTypes": [
  3835. "text/plain",
  3836. "application/json",
  3837. "text/json"
  3838. ],
  3839. "StatusCode": 200
  3840. },
  3841. {
  3842. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3843. "MediaTypes": [
  3844. "text/plain",
  3845. "application/json",
  3846. "text/json"
  3847. ],
  3848. "StatusCode": 403
  3849. },
  3850. {
  3851. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3852. "MediaTypes": [
  3853. "text/plain",
  3854. "application/json",
  3855. "text/json"
  3856. ],
  3857. "StatusCode": 401
  3858. },
  3859. {
  3860. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3861. "MediaTypes": [
  3862. "text/plain",
  3863. "application/json",
  3864. "text/json"
  3865. ],
  3866. "StatusCode": 400
  3867. },
  3868. {
  3869. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3870. "MediaTypes": [
  3871. "text/plain",
  3872. "application/json",
  3873. "text/json"
  3874. ],
  3875. "StatusCode": 404
  3876. },
  3877. {
  3878. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3879. "MediaTypes": [
  3880. "text/plain",
  3881. "application/json",
  3882. "text/json"
  3883. ],
  3884. "StatusCode": 501
  3885. },
  3886. {
  3887. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3888. "MediaTypes": [
  3889. "text/plain",
  3890. "application/json",
  3891. "text/json"
  3892. ],
  3893. "StatusCode": 500
  3894. }
  3895. ]
  3896. },
  3897. {
  3898. "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController",
  3899. "Method": "PostAsync",
  3900. "RelativePath": "api/taskScheduling/samplePreparationTask",
  3901. "HttpMethod": "POST",
  3902. "IsController": true,
  3903. "Order": 0,
  3904. "Parameters": [
  3905. {
  3906. "Name": "input",
  3907. "Type": "Himp.TaskScheduling.SamplePreparationTaskCreateOrUpdateDto",
  3908. "IsRequired": true
  3909. }
  3910. ],
  3911. "ReturnTypes": [
  3912. {
  3913. "Type": "Himp.TaskScheduling.SamplePreparationTaskDto",
  3914. "MediaTypes": [
  3915. "text/plain",
  3916. "application/json",
  3917. "text/json"
  3918. ],
  3919. "StatusCode": 200
  3920. },
  3921. {
  3922. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3923. "MediaTypes": [
  3924. "text/plain",
  3925. "application/json",
  3926. "text/json"
  3927. ],
  3928. "StatusCode": 403
  3929. },
  3930. {
  3931. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3932. "MediaTypes": [
  3933. "text/plain",
  3934. "application/json",
  3935. "text/json"
  3936. ],
  3937. "StatusCode": 401
  3938. },
  3939. {
  3940. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3941. "MediaTypes": [
  3942. "text/plain",
  3943. "application/json",
  3944. "text/json"
  3945. ],
  3946. "StatusCode": 400
  3947. },
  3948. {
  3949. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3950. "MediaTypes": [
  3951. "text/plain",
  3952. "application/json",
  3953. "text/json"
  3954. ],
  3955. "StatusCode": 404
  3956. },
  3957. {
  3958. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3959. "MediaTypes": [
  3960. "text/plain",
  3961. "application/json",
  3962. "text/json"
  3963. ],
  3964. "StatusCode": 501
  3965. },
  3966. {
  3967. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  3968. "MediaTypes": [
  3969. "text/plain",
  3970. "application/json",
  3971. "text/json"
  3972. ],
  3973. "StatusCode": 500
  3974. }
  3975. ]
  3976. },
  3977. {
  3978. "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController",
  3979. "Method": "PutAsync",
  3980. "RelativePath": "api/taskScheduling/samplePreparationTask/{id}",
  3981. "HttpMethod": "PUT",
  3982. "IsController": true,
  3983. "Order": 0,
  3984. "Parameters": [
  3985. {
  3986. "Name": "id",
  3987. "Type": "System.String",
  3988. "IsRequired": true
  3989. },
  3990. {
  3991. "Name": "input",
  3992. "Type": "Himp.TaskScheduling.SamplePreparationTaskCreateOrUpdateDto",
  3993. "IsRequired": true
  3994. }
  3995. ],
  3996. "ReturnTypes": [
  3997. {
  3998. "Type": "Himp.TaskScheduling.SamplePreparationTaskDto",
  3999. "MediaTypes": [
  4000. "text/plain",
  4001. "application/json",
  4002. "text/json"
  4003. ],
  4004. "StatusCode": 200
  4005. },
  4006. {
  4007. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4008. "MediaTypes": [
  4009. "text/plain",
  4010. "application/json",
  4011. "text/json"
  4012. ],
  4013. "StatusCode": 403
  4014. },
  4015. {
  4016. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4017. "MediaTypes": [
  4018. "text/plain",
  4019. "application/json",
  4020. "text/json"
  4021. ],
  4022. "StatusCode": 401
  4023. },
  4024. {
  4025. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4026. "MediaTypes": [
  4027. "text/plain",
  4028. "application/json",
  4029. "text/json"
  4030. ],
  4031. "StatusCode": 400
  4032. },
  4033. {
  4034. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4035. "MediaTypes": [
  4036. "text/plain",
  4037. "application/json",
  4038. "text/json"
  4039. ],
  4040. "StatusCode": 404
  4041. },
  4042. {
  4043. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4044. "MediaTypes": [
  4045. "text/plain",
  4046. "application/json",
  4047. "text/json"
  4048. ],
  4049. "StatusCode": 501
  4050. },
  4051. {
  4052. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4053. "MediaTypes": [
  4054. "text/plain",
  4055. "application/json",
  4056. "text/json"
  4057. ],
  4058. "StatusCode": 500
  4059. }
  4060. ]
  4061. },
  4062. {
  4063. "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController",
  4064. "Method": "GetPlanListAsync",
  4065. "RelativePath": "api/taskScheduling/samplePreparationTask/{id}/plan",
  4066. "HttpMethod": "GET",
  4067. "IsController": true,
  4068. "Order": 0,
  4069. "Parameters": [
  4070. {
  4071. "Name": "id",
  4072. "Type": "System.String",
  4073. "IsRequired": true
  4074. }
  4075. ],
  4076. "ReturnTypes": [
  4077. {
  4078. "Type": "System.Collections.Generic.List\u00601[[Himp.TaskScheduling.SamplePreparationPlanDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  4079. "MediaTypes": [
  4080. "text/plain",
  4081. "application/json",
  4082. "text/json"
  4083. ],
  4084. "StatusCode": 200
  4085. },
  4086. {
  4087. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4088. "MediaTypes": [
  4089. "text/plain",
  4090. "application/json",
  4091. "text/json"
  4092. ],
  4093. "StatusCode": 403
  4094. },
  4095. {
  4096. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4097. "MediaTypes": [
  4098. "text/plain",
  4099. "application/json",
  4100. "text/json"
  4101. ],
  4102. "StatusCode": 401
  4103. },
  4104. {
  4105. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4106. "MediaTypes": [
  4107. "text/plain",
  4108. "application/json",
  4109. "text/json"
  4110. ],
  4111. "StatusCode": 400
  4112. },
  4113. {
  4114. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4115. "MediaTypes": [
  4116. "text/plain",
  4117. "application/json",
  4118. "text/json"
  4119. ],
  4120. "StatusCode": 404
  4121. },
  4122. {
  4123. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4124. "MediaTypes": [
  4125. "text/plain",
  4126. "application/json",
  4127. "text/json"
  4128. ],
  4129. "StatusCode": 501
  4130. },
  4131. {
  4132. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4133. "MediaTypes": [
  4134. "text/plain",
  4135. "application/json",
  4136. "text/json"
  4137. ],
  4138. "StatusCode": 500
  4139. }
  4140. ]
  4141. },
  4142. {
  4143. "ContainingType": "Himp.TaskScheduling.V1.SampleTestTaskController",
  4144. "Method": "GetListAsync",
  4145. "RelativePath": "api/taskScheduling/sampleTestTask",
  4146. "HttpMethod": "GET",
  4147. "IsController": true,
  4148. "Order": 0,
  4149. "Parameters": [
  4150. {
  4151. "Name": "Begntime",
  4152. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4153. "IsRequired": false
  4154. },
  4155. {
  4156. "Name": "Endtime",
  4157. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4158. "IsRequired": false
  4159. },
  4160. {
  4161. "Name": "SampleCode",
  4162. "Type": "System.String",
  4163. "IsRequired": false
  4164. },
  4165. {
  4166. "Name": "SampleType",
  4167. "Type": "System.String",
  4168. "IsRequired": false
  4169. },
  4170. {
  4171. "Name": "Pi",
  4172. "Type": "System.Int32",
  4173. "IsRequired": false
  4174. },
  4175. {
  4176. "Name": "Ps",
  4177. "Type": "System.Int32",
  4178. "IsRequired": false
  4179. },
  4180. {
  4181. "Name": "Filter",
  4182. "Type": "System.String",
  4183. "IsRequired": false
  4184. },
  4185. {
  4186. "Name": "Sorting",
  4187. "Type": "System.String",
  4188. "IsRequired": false
  4189. },
  4190. {
  4191. "Name": "SkipCount",
  4192. "Type": "System.Int32",
  4193. "IsRequired": false
  4194. },
  4195. {
  4196. "Name": "MaxResultCount",
  4197. "Type": "System.Int32",
  4198. "IsRequired": false
  4199. }
  4200. ],
  4201. "ReturnTypes": [
  4202. {
  4203. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SampleTestTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  4204. "MediaTypes": [
  4205. "text/plain",
  4206. "application/json",
  4207. "text/json"
  4208. ],
  4209. "StatusCode": 200
  4210. },
  4211. {
  4212. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4213. "MediaTypes": [
  4214. "text/plain",
  4215. "application/json",
  4216. "text/json"
  4217. ],
  4218. "StatusCode": 403
  4219. },
  4220. {
  4221. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4222. "MediaTypes": [
  4223. "text/plain",
  4224. "application/json",
  4225. "text/json"
  4226. ],
  4227. "StatusCode": 401
  4228. },
  4229. {
  4230. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4231. "MediaTypes": [
  4232. "text/plain",
  4233. "application/json",
  4234. "text/json"
  4235. ],
  4236. "StatusCode": 400
  4237. },
  4238. {
  4239. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4240. "MediaTypes": [
  4241. "text/plain",
  4242. "application/json",
  4243. "text/json"
  4244. ],
  4245. "StatusCode": 404
  4246. },
  4247. {
  4248. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4249. "MediaTypes": [
  4250. "text/plain",
  4251. "application/json",
  4252. "text/json"
  4253. ],
  4254. "StatusCode": 501
  4255. },
  4256. {
  4257. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4258. "MediaTypes": [
  4259. "text/plain",
  4260. "application/json",
  4261. "text/json"
  4262. ],
  4263. "StatusCode": 500
  4264. }
  4265. ]
  4266. },
  4267. {
  4268. "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController",
  4269. "Method": "GetListAsync",
  4270. "RelativePath": "api/taskScheduling/standardTestTask",
  4271. "HttpMethod": "GET",
  4272. "IsController": true,
  4273. "Order": 0,
  4274. "Parameters": [
  4275. {
  4276. "Name": "Begntime",
  4277. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4278. "IsRequired": false
  4279. },
  4280. {
  4281. "Name": "Endtime",
  4282. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4283. "IsRequired": false
  4284. },
  4285. {
  4286. "Name": "Pi",
  4287. "Type": "System.Int32",
  4288. "IsRequired": false
  4289. },
  4290. {
  4291. "Name": "Ps",
  4292. "Type": "System.Int32",
  4293. "IsRequired": false
  4294. },
  4295. {
  4296. "Name": "Filter",
  4297. "Type": "System.String",
  4298. "IsRequired": false
  4299. },
  4300. {
  4301. "Name": "Sorting",
  4302. "Type": "System.String",
  4303. "IsRequired": false
  4304. },
  4305. {
  4306. "Name": "SkipCount",
  4307. "Type": "System.Int32",
  4308. "IsRequired": false
  4309. },
  4310. {
  4311. "Name": "MaxResultCount",
  4312. "Type": "System.Int32",
  4313. "IsRequired": false
  4314. }
  4315. ],
  4316. "ReturnTypes": [
  4317. {
  4318. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.StandardTestTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  4319. "MediaTypes": [
  4320. "text/plain",
  4321. "application/json",
  4322. "text/json"
  4323. ],
  4324. "StatusCode": 200
  4325. },
  4326. {
  4327. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4328. "MediaTypes": [
  4329. "text/plain",
  4330. "application/json",
  4331. "text/json"
  4332. ],
  4333. "StatusCode": 403
  4334. },
  4335. {
  4336. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4337. "MediaTypes": [
  4338. "text/plain",
  4339. "application/json",
  4340. "text/json"
  4341. ],
  4342. "StatusCode": 401
  4343. },
  4344. {
  4345. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4346. "MediaTypes": [
  4347. "text/plain",
  4348. "application/json",
  4349. "text/json"
  4350. ],
  4351. "StatusCode": 400
  4352. },
  4353. {
  4354. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4355. "MediaTypes": [
  4356. "text/plain",
  4357. "application/json",
  4358. "text/json"
  4359. ],
  4360. "StatusCode": 404
  4361. },
  4362. {
  4363. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4364. "MediaTypes": [
  4365. "text/plain",
  4366. "application/json",
  4367. "text/json"
  4368. ],
  4369. "StatusCode": 501
  4370. },
  4371. {
  4372. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4373. "MediaTypes": [
  4374. "text/plain",
  4375. "application/json",
  4376. "text/json"
  4377. ],
  4378. "StatusCode": 500
  4379. }
  4380. ]
  4381. },
  4382. {
  4383. "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController",
  4384. "Method": "PostAuditAsync",
  4385. "RelativePath": "api/taskScheduling/standardTestTask/audit",
  4386. "HttpMethod": "POST",
  4387. "IsController": true,
  4388. "Order": 0,
  4389. "Parameters": [
  4390. {
  4391. "Name": "input",
  4392. "Type": "Himp.TaskScheduling.StandardTestTaskAuditDto",
  4393. "IsRequired": true
  4394. }
  4395. ],
  4396. "ReturnTypes": [
  4397. {
  4398. "Type": "System.Void",
  4399. "MediaTypes": [],
  4400. "StatusCode": 200
  4401. },
  4402. {
  4403. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4404. "MediaTypes": [
  4405. "text/plain",
  4406. "application/json",
  4407. "text/json"
  4408. ],
  4409. "StatusCode": 403
  4410. },
  4411. {
  4412. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4413. "MediaTypes": [
  4414. "text/plain",
  4415. "application/json",
  4416. "text/json"
  4417. ],
  4418. "StatusCode": 401
  4419. },
  4420. {
  4421. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4422. "MediaTypes": [
  4423. "text/plain",
  4424. "application/json",
  4425. "text/json"
  4426. ],
  4427. "StatusCode": 400
  4428. },
  4429. {
  4430. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4431. "MediaTypes": [
  4432. "text/plain",
  4433. "application/json",
  4434. "text/json"
  4435. ],
  4436. "StatusCode": 404
  4437. },
  4438. {
  4439. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4440. "MediaTypes": [
  4441. "text/plain",
  4442. "application/json",
  4443. "text/json"
  4444. ],
  4445. "StatusCode": 501
  4446. },
  4447. {
  4448. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4449. "MediaTypes": [
  4450. "text/plain",
  4451. "application/json",
  4452. "text/json"
  4453. ],
  4454. "StatusCode": 500
  4455. }
  4456. ]
  4457. },
  4458. {
  4459. "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController",
  4460. "Method": "GetItemListAsync",
  4461. "RelativePath": "api/taskScheduling/standardTestTask/item",
  4462. "HttpMethod": "GET",
  4463. "IsController": true,
  4464. "Order": 0,
  4465. "Parameters": [],
  4466. "ReturnTypes": [
  4467. {
  4468. "Type": "System.Collections.Generic.List\u00601[[Himp.TaskScheduling.StandardTestItemDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  4469. "MediaTypes": [
  4470. "text/plain",
  4471. "application/json",
  4472. "text/json"
  4473. ],
  4474. "StatusCode": 200
  4475. },
  4476. {
  4477. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4478. "MediaTypes": [
  4479. "text/plain",
  4480. "application/json",
  4481. "text/json"
  4482. ],
  4483. "StatusCode": 403
  4484. },
  4485. {
  4486. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4487. "MediaTypes": [
  4488. "text/plain",
  4489. "application/json",
  4490. "text/json"
  4491. ],
  4492. "StatusCode": 401
  4493. },
  4494. {
  4495. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4496. "MediaTypes": [
  4497. "text/plain",
  4498. "application/json",
  4499. "text/json"
  4500. ],
  4501. "StatusCode": 400
  4502. },
  4503. {
  4504. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4505. "MediaTypes": [
  4506. "text/plain",
  4507. "application/json",
  4508. "text/json"
  4509. ],
  4510. "StatusCode": 404
  4511. },
  4512. {
  4513. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4514. "MediaTypes": [
  4515. "text/plain",
  4516. "application/json",
  4517. "text/json"
  4518. ],
  4519. "StatusCode": 501
  4520. },
  4521. {
  4522. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4523. "MediaTypes": [
  4524. "text/plain",
  4525. "application/json",
  4526. "text/json"
  4527. ],
  4528. "StatusCode": 500
  4529. }
  4530. ]
  4531. },
  4532. {
  4533. "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController",
  4534. "Method": "PutItemValiAsync",
  4535. "RelativePath": "api/taskScheduling/standardTestTask/item/{id}",
  4536. "HttpMethod": "PUT",
  4537. "IsController": true,
  4538. "Order": 0,
  4539. "Parameters": [
  4540. {
  4541. "Name": "id",
  4542. "Type": "System.Int64",
  4543. "IsRequired": true
  4544. },
  4545. {
  4546. "Name": "valiFlag",
  4547. "Type": "System.Boolean",
  4548. "IsRequired": false
  4549. }
  4550. ],
  4551. "ReturnTypes": [
  4552. {
  4553. "Type": "System.Void",
  4554. "MediaTypes": [],
  4555. "StatusCode": 200
  4556. },
  4557. {
  4558. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4559. "MediaTypes": [
  4560. "text/plain",
  4561. "application/json",
  4562. "text/json"
  4563. ],
  4564. "StatusCode": 403
  4565. },
  4566. {
  4567. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4568. "MediaTypes": [
  4569. "text/plain",
  4570. "application/json",
  4571. "text/json"
  4572. ],
  4573. "StatusCode": 401
  4574. },
  4575. {
  4576. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4577. "MediaTypes": [
  4578. "text/plain",
  4579. "application/json",
  4580. "text/json"
  4581. ],
  4582. "StatusCode": 400
  4583. },
  4584. {
  4585. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4586. "MediaTypes": [
  4587. "text/plain",
  4588. "application/json",
  4589. "text/json"
  4590. ],
  4591. "StatusCode": 404
  4592. },
  4593. {
  4594. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4595. "MediaTypes": [
  4596. "text/plain",
  4597. "application/json",
  4598. "text/json"
  4599. ],
  4600. "StatusCode": 501
  4601. },
  4602. {
  4603. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4604. "MediaTypes": [
  4605. "text/plain",
  4606. "application/json",
  4607. "text/json"
  4608. ],
  4609. "StatusCode": 500
  4610. }
  4611. ]
  4612. },
  4613. {
  4614. "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController",
  4615. "Method": "GetListAsync",
  4616. "RelativePath": "api/taskScheduling/workflowDefinition",
  4617. "HttpMethod": "GET",
  4618. "IsController": true,
  4619. "Order": 0,
  4620. "Parameters": [
  4621. {
  4622. "Name": "Status",
  4623. "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4624. "IsRequired": false
  4625. },
  4626. {
  4627. "Name": "Pi",
  4628. "Type": "System.Int32",
  4629. "IsRequired": false
  4630. },
  4631. {
  4632. "Name": "Ps",
  4633. "Type": "System.Int32",
  4634. "IsRequired": false
  4635. },
  4636. {
  4637. "Name": "Filter",
  4638. "Type": "System.String",
  4639. "IsRequired": false
  4640. },
  4641. {
  4642. "Name": "Sorting",
  4643. "Type": "System.String",
  4644. "IsRequired": false
  4645. },
  4646. {
  4647. "Name": "SkipCount",
  4648. "Type": "System.Int32",
  4649. "IsRequired": false
  4650. },
  4651. {
  4652. "Name": "MaxResultCount",
  4653. "Type": "System.Int32",
  4654. "IsRequired": false
  4655. }
  4656. ],
  4657. "ReturnTypes": [
  4658. {
  4659. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowModelDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  4660. "MediaTypes": [
  4661. "text/plain",
  4662. "application/json",
  4663. "text/json"
  4664. ],
  4665. "StatusCode": 200
  4666. },
  4667. {
  4668. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4669. "MediaTypes": [
  4670. "text/plain",
  4671. "application/json",
  4672. "text/json"
  4673. ],
  4674. "StatusCode": 403
  4675. },
  4676. {
  4677. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4678. "MediaTypes": [
  4679. "text/plain",
  4680. "application/json",
  4681. "text/json"
  4682. ],
  4683. "StatusCode": 401
  4684. },
  4685. {
  4686. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4687. "MediaTypes": [
  4688. "text/plain",
  4689. "application/json",
  4690. "text/json"
  4691. ],
  4692. "StatusCode": 400
  4693. },
  4694. {
  4695. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4696. "MediaTypes": [
  4697. "text/plain",
  4698. "application/json",
  4699. "text/json"
  4700. ],
  4701. "StatusCode": 404
  4702. },
  4703. {
  4704. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4705. "MediaTypes": [
  4706. "text/plain",
  4707. "application/json",
  4708. "text/json"
  4709. ],
  4710. "StatusCode": 501
  4711. },
  4712. {
  4713. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4714. "MediaTypes": [
  4715. "text/plain",
  4716. "application/json",
  4717. "text/json"
  4718. ],
  4719. "StatusCode": 500
  4720. }
  4721. ]
  4722. },
  4723. {
  4724. "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController",
  4725. "Method": "DeleteAsync",
  4726. "RelativePath": "api/taskScheduling/workflowDefinition",
  4727. "HttpMethod": "DELETE",
  4728. "IsController": true,
  4729. "Order": 0,
  4730. "Parameters": [
  4731. {
  4732. "Name": "id",
  4733. "Type": "System.String",
  4734. "IsRequired": false
  4735. }
  4736. ],
  4737. "ReturnTypes": [
  4738. {
  4739. "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto",
  4740. "MediaTypes": [
  4741. "text/plain",
  4742. "application/json",
  4743. "text/json"
  4744. ],
  4745. "StatusCode": 200
  4746. },
  4747. {
  4748. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4749. "MediaTypes": [
  4750. "text/plain",
  4751. "application/json",
  4752. "text/json"
  4753. ],
  4754. "StatusCode": 403
  4755. },
  4756. {
  4757. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4758. "MediaTypes": [
  4759. "text/plain",
  4760. "application/json",
  4761. "text/json"
  4762. ],
  4763. "StatusCode": 401
  4764. },
  4765. {
  4766. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4767. "MediaTypes": [
  4768. "text/plain",
  4769. "application/json",
  4770. "text/json"
  4771. ],
  4772. "StatusCode": 400
  4773. },
  4774. {
  4775. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4776. "MediaTypes": [
  4777. "text/plain",
  4778. "application/json",
  4779. "text/json"
  4780. ],
  4781. "StatusCode": 404
  4782. },
  4783. {
  4784. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4785. "MediaTypes": [
  4786. "text/plain",
  4787. "application/json",
  4788. "text/json"
  4789. ],
  4790. "StatusCode": 501
  4791. },
  4792. {
  4793. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4794. "MediaTypes": [
  4795. "text/plain",
  4796. "application/json",
  4797. "text/json"
  4798. ],
  4799. "StatusCode": 500
  4800. }
  4801. ]
  4802. },
  4803. {
  4804. "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController",
  4805. "Method": "PostActivateAsync",
  4806. "RelativePath": "api/taskScheduling/workflowDefinition/activate",
  4807. "HttpMethod": "POST",
  4808. "IsController": true,
  4809. "Order": 0,
  4810. "Parameters": [
  4811. {
  4812. "Name": "input",
  4813. "Type": "Himp.TaskScheduling.WorkflowActivateDto",
  4814. "IsRequired": true
  4815. }
  4816. ],
  4817. "ReturnTypes": [
  4818. {
  4819. "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto",
  4820. "MediaTypes": [
  4821. "text/plain",
  4822. "application/json",
  4823. "text/json"
  4824. ],
  4825. "StatusCode": 200
  4826. },
  4827. {
  4828. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4829. "MediaTypes": [
  4830. "text/plain",
  4831. "application/json",
  4832. "text/json"
  4833. ],
  4834. "StatusCode": 403
  4835. },
  4836. {
  4837. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4838. "MediaTypes": [
  4839. "text/plain",
  4840. "application/json",
  4841. "text/json"
  4842. ],
  4843. "StatusCode": 401
  4844. },
  4845. {
  4846. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4847. "MediaTypes": [
  4848. "text/plain",
  4849. "application/json",
  4850. "text/json"
  4851. ],
  4852. "StatusCode": 400
  4853. },
  4854. {
  4855. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4856. "MediaTypes": [
  4857. "text/plain",
  4858. "application/json",
  4859. "text/json"
  4860. ],
  4861. "StatusCode": 404
  4862. },
  4863. {
  4864. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4865. "MediaTypes": [
  4866. "text/plain",
  4867. "application/json",
  4868. "text/json"
  4869. ],
  4870. "StatusCode": 501
  4871. },
  4872. {
  4873. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4874. "MediaTypes": [
  4875. "text/plain",
  4876. "application/json",
  4877. "text/json"
  4878. ],
  4879. "StatusCode": 500
  4880. }
  4881. ]
  4882. },
  4883. {
  4884. "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController",
  4885. "Method": "PostDeployAsync",
  4886. "RelativePath": "api/taskScheduling/workflowDefinition/deploy",
  4887. "HttpMethod": "POST",
  4888. "IsController": true,
  4889. "Order": 0,
  4890. "Parameters": [
  4891. {
  4892. "Name": "input",
  4893. "Type": "Himp.TaskScheduling.WorkflowDeployDto",
  4894. "IsRequired": true
  4895. }
  4896. ],
  4897. "ReturnTypes": [
  4898. {
  4899. "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto",
  4900. "MediaTypes": [
  4901. "text/plain",
  4902. "application/json",
  4903. "text/json"
  4904. ],
  4905. "StatusCode": 200
  4906. },
  4907. {
  4908. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4909. "MediaTypes": [
  4910. "text/plain",
  4911. "application/json",
  4912. "text/json"
  4913. ],
  4914. "StatusCode": 403
  4915. },
  4916. {
  4917. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4918. "MediaTypes": [
  4919. "text/plain",
  4920. "application/json",
  4921. "text/json"
  4922. ],
  4923. "StatusCode": 401
  4924. },
  4925. {
  4926. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4927. "MediaTypes": [
  4928. "text/plain",
  4929. "application/json",
  4930. "text/json"
  4931. ],
  4932. "StatusCode": 400
  4933. },
  4934. {
  4935. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4936. "MediaTypes": [
  4937. "text/plain",
  4938. "application/json",
  4939. "text/json"
  4940. ],
  4941. "StatusCode": 404
  4942. },
  4943. {
  4944. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4945. "MediaTypes": [
  4946. "text/plain",
  4947. "application/json",
  4948. "text/json"
  4949. ],
  4950. "StatusCode": 501
  4951. },
  4952. {
  4953. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  4954. "MediaTypes": [
  4955. "text/plain",
  4956. "application/json",
  4957. "text/json"
  4958. ],
  4959. "StatusCode": 500
  4960. }
  4961. ]
  4962. },
  4963. {
  4964. "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController",
  4965. "Method": "GetListAsync",
  4966. "RelativePath": "api/taskScheduling/workflowInstance",
  4967. "HttpMethod": "GET",
  4968. "IsController": true,
  4969. "Order": 0,
  4970. "Parameters": [
  4971. {
  4972. "Name": "Status",
  4973. "Type": "System.String",
  4974. "IsRequired": false
  4975. },
  4976. {
  4977. "Name": "Begntime",
  4978. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4979. "IsRequired": false
  4980. },
  4981. {
  4982. "Name": "Endtime",
  4983. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  4984. "IsRequired": false
  4985. },
  4986. {
  4987. "Name": "Pi",
  4988. "Type": "System.Int32",
  4989. "IsRequired": false
  4990. },
  4991. {
  4992. "Name": "Ps",
  4993. "Type": "System.Int32",
  4994. "IsRequired": false
  4995. },
  4996. {
  4997. "Name": "Filter",
  4998. "Type": "System.String",
  4999. "IsRequired": false
  5000. },
  5001. {
  5002. "Name": "Sorting",
  5003. "Type": "System.String",
  5004. "IsRequired": false
  5005. },
  5006. {
  5007. "Name": "SkipCount",
  5008. "Type": "System.Int32",
  5009. "IsRequired": false
  5010. },
  5011. {
  5012. "Name": "MaxResultCount",
  5013. "Type": "System.Int32",
  5014. "IsRequired": false
  5015. }
  5016. ],
  5017. "ReturnTypes": [
  5018. {
  5019. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowInstanceDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  5020. "MediaTypes": [
  5021. "text/plain",
  5022. "application/json",
  5023. "text/json"
  5024. ],
  5025. "StatusCode": 200
  5026. },
  5027. {
  5028. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5029. "MediaTypes": [
  5030. "text/plain",
  5031. "application/json",
  5032. "text/json"
  5033. ],
  5034. "StatusCode": 403
  5035. },
  5036. {
  5037. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5038. "MediaTypes": [
  5039. "text/plain",
  5040. "application/json",
  5041. "text/json"
  5042. ],
  5043. "StatusCode": 401
  5044. },
  5045. {
  5046. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5047. "MediaTypes": [
  5048. "text/plain",
  5049. "application/json",
  5050. "text/json"
  5051. ],
  5052. "StatusCode": 400
  5053. },
  5054. {
  5055. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5056. "MediaTypes": [
  5057. "text/plain",
  5058. "application/json",
  5059. "text/json"
  5060. ],
  5061. "StatusCode": 404
  5062. },
  5063. {
  5064. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5065. "MediaTypes": [
  5066. "text/plain",
  5067. "application/json",
  5068. "text/json"
  5069. ],
  5070. "StatusCode": 501
  5071. },
  5072. {
  5073. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5074. "MediaTypes": [
  5075. "text/plain",
  5076. "application/json",
  5077. "text/json"
  5078. ],
  5079. "StatusCode": 500
  5080. }
  5081. ]
  5082. },
  5083. {
  5084. "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController",
  5085. "Method": "PostAsync",
  5086. "RelativePath": "api/taskScheduling/workflowInstance",
  5087. "HttpMethod": "POST",
  5088. "IsController": true,
  5089. "Order": 0,
  5090. "Parameters": [
  5091. {
  5092. "Name": "input",
  5093. "Type": "Himp.TaskScheduling.WorkflowInstanceCreateDto",
  5094. "IsRequired": true
  5095. }
  5096. ],
  5097. "ReturnTypes": [
  5098. {
  5099. "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto",
  5100. "MediaTypes": [
  5101. "text/plain",
  5102. "application/json",
  5103. "text/json"
  5104. ],
  5105. "StatusCode": 200
  5106. },
  5107. {
  5108. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5109. "MediaTypes": [
  5110. "text/plain",
  5111. "application/json",
  5112. "text/json"
  5113. ],
  5114. "StatusCode": 403
  5115. },
  5116. {
  5117. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5118. "MediaTypes": [
  5119. "text/plain",
  5120. "application/json",
  5121. "text/json"
  5122. ],
  5123. "StatusCode": 401
  5124. },
  5125. {
  5126. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5127. "MediaTypes": [
  5128. "text/plain",
  5129. "application/json",
  5130. "text/json"
  5131. ],
  5132. "StatusCode": 400
  5133. },
  5134. {
  5135. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5136. "MediaTypes": [
  5137. "text/plain",
  5138. "application/json",
  5139. "text/json"
  5140. ],
  5141. "StatusCode": 404
  5142. },
  5143. {
  5144. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5145. "MediaTypes": [
  5146. "text/plain",
  5147. "application/json",
  5148. "text/json"
  5149. ],
  5150. "StatusCode": 501
  5151. },
  5152. {
  5153. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5154. "MediaTypes": [
  5155. "text/plain",
  5156. "application/json",
  5157. "text/json"
  5158. ],
  5159. "StatusCode": 500
  5160. }
  5161. ]
  5162. },
  5163. {
  5164. "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController",
  5165. "Method": "PutAsync",
  5166. "RelativePath": "api/taskScheduling/workflowInstance",
  5167. "HttpMethod": "PUT",
  5168. "IsController": true,
  5169. "Order": 0,
  5170. "Parameters": [
  5171. {
  5172. "Name": "input",
  5173. "Type": "Himp.TaskScheduling.WorkflowInstanceExecDto",
  5174. "IsRequired": true
  5175. }
  5176. ],
  5177. "ReturnTypes": [
  5178. {
  5179. "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto",
  5180. "MediaTypes": [
  5181. "text/plain",
  5182. "application/json",
  5183. "text/json"
  5184. ],
  5185. "StatusCode": 200
  5186. },
  5187. {
  5188. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5189. "MediaTypes": [
  5190. "text/plain",
  5191. "application/json",
  5192. "text/json"
  5193. ],
  5194. "StatusCode": 403
  5195. },
  5196. {
  5197. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5198. "MediaTypes": [
  5199. "text/plain",
  5200. "application/json",
  5201. "text/json"
  5202. ],
  5203. "StatusCode": 401
  5204. },
  5205. {
  5206. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5207. "MediaTypes": [
  5208. "text/plain",
  5209. "application/json",
  5210. "text/json"
  5211. ],
  5212. "StatusCode": 400
  5213. },
  5214. {
  5215. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5216. "MediaTypes": [
  5217. "text/plain",
  5218. "application/json",
  5219. "text/json"
  5220. ],
  5221. "StatusCode": 404
  5222. },
  5223. {
  5224. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5225. "MediaTypes": [
  5226. "text/plain",
  5227. "application/json",
  5228. "text/json"
  5229. ],
  5230. "StatusCode": 501
  5231. },
  5232. {
  5233. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5234. "MediaTypes": [
  5235. "text/plain",
  5236. "application/json",
  5237. "text/json"
  5238. ],
  5239. "StatusCode": 500
  5240. }
  5241. ]
  5242. },
  5243. {
  5244. "ContainingType": "Himp.TaskScheduling.V1.WorkflowTodoTaskController",
  5245. "Method": "GetListAsync",
  5246. "RelativePath": "api/taskScheduling/workflowTodoTask",
  5247. "HttpMethod": "GET",
  5248. "IsController": true,
  5249. "Order": 0,
  5250. "Parameters": [
  5251. {
  5252. "Name": "UserId",
  5253. "Type": "System.String",
  5254. "IsRequired": false
  5255. },
  5256. {
  5257. "Name": "Pi",
  5258. "Type": "System.Int32",
  5259. "IsRequired": false
  5260. },
  5261. {
  5262. "Name": "Ps",
  5263. "Type": "System.Int32",
  5264. "IsRequired": false
  5265. },
  5266. {
  5267. "Name": "Filter",
  5268. "Type": "System.String",
  5269. "IsRequired": false
  5270. },
  5271. {
  5272. "Name": "Sorting",
  5273. "Type": "System.String",
  5274. "IsRequired": false
  5275. },
  5276. {
  5277. "Name": "SkipCount",
  5278. "Type": "System.Int32",
  5279. "IsRequired": false
  5280. },
  5281. {
  5282. "Name": "MaxResultCount",
  5283. "Type": "System.Int32",
  5284. "IsRequired": false
  5285. }
  5286. ],
  5287. "ReturnTypes": [
  5288. {
  5289. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowTodoTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  5290. "MediaTypes": [
  5291. "text/plain",
  5292. "application/json",
  5293. "text/json"
  5294. ],
  5295. "StatusCode": 200
  5296. },
  5297. {
  5298. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5299. "MediaTypes": [
  5300. "text/plain",
  5301. "application/json",
  5302. "text/json"
  5303. ],
  5304. "StatusCode": 403
  5305. },
  5306. {
  5307. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5308. "MediaTypes": [
  5309. "text/plain",
  5310. "application/json",
  5311. "text/json"
  5312. ],
  5313. "StatusCode": 401
  5314. },
  5315. {
  5316. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5317. "MediaTypes": [
  5318. "text/plain",
  5319. "application/json",
  5320. "text/json"
  5321. ],
  5322. "StatusCode": 400
  5323. },
  5324. {
  5325. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5326. "MediaTypes": [
  5327. "text/plain",
  5328. "application/json",
  5329. "text/json"
  5330. ],
  5331. "StatusCode": 404
  5332. },
  5333. {
  5334. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5335. "MediaTypes": [
  5336. "text/plain",
  5337. "application/json",
  5338. "text/json"
  5339. ],
  5340. "StatusCode": 501
  5341. },
  5342. {
  5343. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5344. "MediaTypes": [
  5345. "text/plain",
  5346. "application/json",
  5347. "text/json"
  5348. ],
  5349. "StatusCode": 500
  5350. }
  5351. ]
  5352. },
  5353. {
  5354. "ContainingType": "Himp.TaskScheduling.V1.ZYOperateRecordController",
  5355. "Method": "GetListAsync",
  5356. "RelativePath": "api/taskScheduling/zyOperateRecord",
  5357. "HttpMethod": "GET",
  5358. "IsController": true,
  5359. "Order": 0,
  5360. "Parameters": [
  5361. {
  5362. "Name": "BegnTime",
  5363. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  5364. "IsRequired": false
  5365. },
  5366. {
  5367. "Name": "EndTime",
  5368. "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
  5369. "IsRequired": false
  5370. },
  5371. {
  5372. "Name": "Pi",
  5373. "Type": "System.Int32",
  5374. "IsRequired": false
  5375. },
  5376. {
  5377. "Name": "Ps",
  5378. "Type": "System.Int32",
  5379. "IsRequired": false
  5380. },
  5381. {
  5382. "Name": "Filter",
  5383. "Type": "System.String",
  5384. "IsRequired": false
  5385. },
  5386. {
  5387. "Name": "Sorting",
  5388. "Type": "System.String",
  5389. "IsRequired": false
  5390. },
  5391. {
  5392. "Name": "SkipCount",
  5393. "Type": "System.Int32",
  5394. "IsRequired": false
  5395. },
  5396. {
  5397. "Name": "MaxResultCount",
  5398. "Type": "System.Int32",
  5399. "IsRequired": false
  5400. }
  5401. ],
  5402. "ReturnTypes": [
  5403. {
  5404. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.ZYOperateRecordDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  5405. "MediaTypes": [
  5406. "text/plain",
  5407. "application/json",
  5408. "text/json"
  5409. ],
  5410. "StatusCode": 200
  5411. },
  5412. {
  5413. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5414. "MediaTypes": [
  5415. "text/plain",
  5416. "application/json",
  5417. "text/json"
  5418. ],
  5419. "StatusCode": 403
  5420. },
  5421. {
  5422. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5423. "MediaTypes": [
  5424. "text/plain",
  5425. "application/json",
  5426. "text/json"
  5427. ],
  5428. "StatusCode": 401
  5429. },
  5430. {
  5431. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5432. "MediaTypes": [
  5433. "text/plain",
  5434. "application/json",
  5435. "text/json"
  5436. ],
  5437. "StatusCode": 400
  5438. },
  5439. {
  5440. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5441. "MediaTypes": [
  5442. "text/plain",
  5443. "application/json",
  5444. "text/json"
  5445. ],
  5446. "StatusCode": 404
  5447. },
  5448. {
  5449. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5450. "MediaTypes": [
  5451. "text/plain",
  5452. "application/json",
  5453. "text/json"
  5454. ],
  5455. "StatusCode": 501
  5456. },
  5457. {
  5458. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5459. "MediaTypes": [
  5460. "text/plain",
  5461. "application/json",
  5462. "text/json"
  5463. ],
  5464. "StatusCode": 500
  5465. }
  5466. ]
  5467. },
  5468. {
  5469. "ContainingType": "Himp.TaskScheduling.V1.Datas.DataStatisticController",
  5470. "Method": "GetAsync",
  5471. "RelativePath": "api/v1/dataStatistic",
  5472. "HttpMethod": "GET",
  5473. "IsController": true,
  5474. "Order": 0,
  5475. "Parameters": [],
  5476. "ReturnTypes": [
  5477. {
  5478. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.DataStatisticDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  5479. "MediaTypes": [
  5480. "text/plain",
  5481. "application/json",
  5482. "text/json"
  5483. ],
  5484. "StatusCode": 200
  5485. },
  5486. {
  5487. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5488. "MediaTypes": [
  5489. "text/plain",
  5490. "application/json",
  5491. "text/json"
  5492. ],
  5493. "StatusCode": 403
  5494. },
  5495. {
  5496. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5497. "MediaTypes": [
  5498. "text/plain",
  5499. "application/json",
  5500. "text/json"
  5501. ],
  5502. "StatusCode": 401
  5503. },
  5504. {
  5505. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5506. "MediaTypes": [
  5507. "text/plain",
  5508. "application/json",
  5509. "text/json"
  5510. ],
  5511. "StatusCode": 400
  5512. },
  5513. {
  5514. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5515. "MediaTypes": [
  5516. "text/plain",
  5517. "application/json",
  5518. "text/json"
  5519. ],
  5520. "StatusCode": 404
  5521. },
  5522. {
  5523. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5524. "MediaTypes": [
  5525. "text/plain",
  5526. "application/json",
  5527. "text/json"
  5528. ],
  5529. "StatusCode": 501
  5530. },
  5531. {
  5532. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5533. "MediaTypes": [
  5534. "text/plain",
  5535. "application/json",
  5536. "text/json"
  5537. ],
  5538. "StatusCode": 500
  5539. }
  5540. ]
  5541. },
  5542. {
  5543. "ContainingType": "Himp.TaskScheduling.V1.Datas.DataVController",
  5544. "Method": "GetAsync",
  5545. "RelativePath": "api/v1/dataV",
  5546. "HttpMethod": "GET",
  5547. "IsController": true,
  5548. "Order": 0,
  5549. "Parameters": [],
  5550. "ReturnTypes": [
  5551. {
  5552. "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.DataStatisticDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]",
  5553. "MediaTypes": [
  5554. "text/plain",
  5555. "application/json",
  5556. "text/json"
  5557. ],
  5558. "StatusCode": 200
  5559. },
  5560. {
  5561. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5562. "MediaTypes": [
  5563. "text/plain",
  5564. "application/json",
  5565. "text/json"
  5566. ],
  5567. "StatusCode": 403
  5568. },
  5569. {
  5570. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5571. "MediaTypes": [
  5572. "text/plain",
  5573. "application/json",
  5574. "text/json"
  5575. ],
  5576. "StatusCode": 401
  5577. },
  5578. {
  5579. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5580. "MediaTypes": [
  5581. "text/plain",
  5582. "application/json",
  5583. "text/json"
  5584. ],
  5585. "StatusCode": 400
  5586. },
  5587. {
  5588. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5589. "MediaTypes": [
  5590. "text/plain",
  5591. "application/json",
  5592. "text/json"
  5593. ],
  5594. "StatusCode": 404
  5595. },
  5596. {
  5597. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5598. "MediaTypes": [
  5599. "text/plain",
  5600. "application/json",
  5601. "text/json"
  5602. ],
  5603. "StatusCode": 501
  5604. },
  5605. {
  5606. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5607. "MediaTypes": [
  5608. "text/plain",
  5609. "application/json",
  5610. "text/json"
  5611. ],
  5612. "StatusCode": 500
  5613. }
  5614. ]
  5615. },
  5616. {
  5617. "ContainingType": "Himp.TaskScheduling.V1.Datas.ThAuthController",
  5618. "Method": "GetAsync",
  5619. "RelativePath": "api/v1/thAuth",
  5620. "HttpMethod": "GET",
  5621. "IsController": true,
  5622. "Order": 0,
  5623. "Parameters": [
  5624. {
  5625. "Name": "code",
  5626. "Type": "System.String",
  5627. "IsRequired": false
  5628. }
  5629. ],
  5630. "ReturnTypes": [
  5631. {
  5632. "Type": "Himp.TaskScheduling.V1.Datas.ThAuth",
  5633. "MediaTypes": [
  5634. "text/plain",
  5635. "application/json",
  5636. "text/json"
  5637. ],
  5638. "StatusCode": 200
  5639. },
  5640. {
  5641. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5642. "MediaTypes": [
  5643. "text/plain",
  5644. "application/json",
  5645. "text/json"
  5646. ],
  5647. "StatusCode": 403
  5648. },
  5649. {
  5650. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5651. "MediaTypes": [
  5652. "text/plain",
  5653. "application/json",
  5654. "text/json"
  5655. ],
  5656. "StatusCode": 401
  5657. },
  5658. {
  5659. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5660. "MediaTypes": [
  5661. "text/plain",
  5662. "application/json",
  5663. "text/json"
  5664. ],
  5665. "StatusCode": 400
  5666. },
  5667. {
  5668. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5669. "MediaTypes": [
  5670. "text/plain",
  5671. "application/json",
  5672. "text/json"
  5673. ],
  5674. "StatusCode": 404
  5675. },
  5676. {
  5677. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5678. "MediaTypes": [
  5679. "text/plain",
  5680. "application/json",
  5681. "text/json"
  5682. ],
  5683. "StatusCode": 501
  5684. },
  5685. {
  5686. "Type": "Volo.Abp.Http.RemoteServiceErrorResponse",
  5687. "MediaTypes": [
  5688. "text/plain",
  5689. "application/json",
  5690. "text/json"
  5691. ],
  5692. "StatusCode": 500
  5693. }
  5694. ]
  5695. }
  5696. ]