[ { "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApiExploring.AbpApiDefinitionController", "Method": "Get", "RelativePath": "api/abp/api-definition", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "IncludeTypes", "Type": "System.Boolean", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Http.Modeling.ApplicationApiDescriptionModel", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationController", "Method": "GetAsync", "RelativePath": "api/abp/application-configuration", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "IncludeLocalizationResources", "Type": "System.Boolean", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationConfigurationDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationLocalizationController", "Method": "GetAsync", "RelativePath": "api/abp/application-localization", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "CultureName", "Type": "System.String", "IsRequired": false }, { "Name": "OnlyDynamics", "Type": "System.Boolean", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Pages.Abp.MultiTenancy.AbpTenantController", "Method": "FindTenantByIdAsync", "RelativePath": "api/abp/multi-tenancy/tenants/by-id/{id}", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Pages.Abp.MultiTenancy.AbpTenantController", "Method": "FindTenantByNameAsync", "RelativePath": "api/abp/multi-tenancy/tenants/by-name/{name}", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "name", "Type": "System.String", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Volo.Abp.AspNetCore.Mvc.MultiTenancy.FindTenantResultDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ApiDataReportConvertController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/apiDataReport", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.V1.ApiDataReportDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.AutoSamplingConditionController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/autoSamplingCondition", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Key", "Type": "System.String", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.Datas.AutoSamplingConditionDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController", "Method": "CreateAsync", "RelativePath": "api/taskScheduling/bizflowConfig", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.BizflowConfigCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController", "Method": "DeleteAsync", "RelativePath": "api/taskScheduling/bizflowConfig", "HttpMethod": "DELETE", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/bizflowConfig", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController", "Method": "UpdateAsync", "RelativePath": "api/taskScheduling/bizflowConfig", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false }, { "Name": "input", "Type": "Himp.TaskScheduling.BizflowConfigUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowConfigController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/bizflowConfig/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.BizflowConfigDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController", "Method": "CreateAsync", "RelativePath": "api/taskScheduling/bizflowNode", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.BizflowNodeCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowNodeDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController", "Method": "DeleteAsync", "RelativePath": "api/taskScheduling/bizflowNode", "HttpMethod": "DELETE", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/bizflowNode", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowNodeDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController", "Method": "UpdateAsync", "RelativePath": "api/taskScheduling/bizflowNode", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Guid", "IsRequired": false }, { "Name": "input", "Type": "Himp.TaskScheduling.BizflowNodeUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.BizflowNodeDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.BizflowNodeController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/bizflowNode/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "BizflowCode", "Type": "System.String", "IsRequired": false }, { "Name": "WorkflowIndex", "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.BizflowNodeDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.CmDeviceControlController", "Method": "PutAsync", "RelativePath": "api/taskScheduling/cmDeviceControl/{id}", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int32", "IsRequired": true }, { "Name": "input", "Type": "Himp.TaskScheduling.CmDeviceControlUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.CmDeviceControlDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.CmDeviceControlController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/cmDeviceControl/{id}", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int32", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.CmDeviceControlDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.CodeConversionController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/codeConversion/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "ConversionType", "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.CodeConversionDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.EventMsgRecServiceController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/eventMsgRec/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "TopicFullPath", "Type": "System.String[]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.EventMsgRecDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController", "Method": "CreateAsync", "RelativePath": "api/taskScheduling/fullWaterCompService", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.FullWaterCompCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.FullWaterCompDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/fullWaterCompService", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.FullWaterCompDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController", "Method": "DeleteAsync", "RelativePath": "api/taskScheduling/fullWaterCompService/{id}", "HttpMethod": "DELETE", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/fullWaterCompService/{id}", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.FullWaterCompDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.FullWaterCompServiceController", "Method": "UpdateAsync", "RelativePath": "api/taskScheduling/fullWaterCompService/{id}", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": true }, { "Name": "input", "Type": "Himp.TaskScheduling.FullWaterCompCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.FullWaterCompDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ManualSamplingTaskController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/manualSamplingTask", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.ManualSamplingTaskCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.SampleTestTaskDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ManualTestingJobRecController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/manualTestingJobRec", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "BegnDate", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "EndDate", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ManualTestingJobRecDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController", "Method": "CreateAsync", "RelativePath": "api/taskScheduling/paramConfig", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.ParamConfigCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.ParamConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController", "Method": "DeleteAsync", "RelativePath": "api/taskScheduling/paramConfig", "HttpMethod": "DELETE", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": false } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/paramConfig", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.ParamConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController", "Method": "UpdateAsync", "RelativePath": "api/taskScheduling/paramConfig/{id}", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": true }, { "Name": "input", "Type": "Himp.TaskScheduling.ParamConfigCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.ParamConfigDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/paramConfig/list", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ParamConfigDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigTaskController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/paramConfigTask", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.ParamConfigTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ParamConfigTaskController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/paramConfigTask", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.ParamConfigTaskCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.ParamConfigTaskDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.ParamConfigValueController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/paramValue", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Keys", "Type": "System.Collections.Generic.List\u00601[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false } ], "ReturnTypes": [ { "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]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.ParamConfigValueController", "Method": "GetKeyListAsync", "RelativePath": "api/taskScheduling/paramValue/keys", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.QsCodeController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/qsCode", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.Configs.QsCodeInput", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.Configs.QsCodeDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.Samples.SampleController", "Method": "GetAsync", "RelativePath": "api/TaskScheduling/sample", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.Samples.SampleDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.Samples.SampleController", "Method": "GetAuthorizedAsync", "RelativePath": "api/TaskScheduling/sample/authorized", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.Samples.SampleDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SampleDiscardedTaskController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/sampleDiscardedTask", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.SampleDiscardedTaskCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.SampleTestTaskDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SampleObtainTaskController", "Method": "PostAuditAsync", "RelativePath": "api/taskScheduling/sampleObtainTask", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.SampleObtainTaskCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationRecController", "Method": "GetAsync", "RelativePath": "api/taskScheduling/samplePreparationRec", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.Datas.SamplePreparationDatavDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.Tasks.SamplePreparationResultController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/samplePreparationResult", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SamplePreparationResultDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/samplePreparationTask", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "ExecStas", "Type": "System.String", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SamplePreparationTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/samplePreparationTask", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.SamplePreparationTaskCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.SamplePreparationTaskDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController", "Method": "PutAsync", "RelativePath": "api/taskScheduling/samplePreparationTask/{id}", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.String", "IsRequired": true }, { "Name": "input", "Type": "Himp.TaskScheduling.SamplePreparationTaskCreateOrUpdateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.SamplePreparationTaskDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SamplePreparationTaskController", "Method": "GetPlanListAsync", "RelativePath": "api/taskScheduling/samplePreparationTask/{id}/plan", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.String", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[Himp.TaskScheduling.SamplePreparationPlanDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.SampleTestTaskController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/sampleTestTask", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "SampleCode", "Type": "System.String", "IsRequired": false }, { "Name": "SampleType", "Type": "System.String", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.SampleTestTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/standardTestTask", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.StandardTestTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController", "Method": "PostAuditAsync", "RelativePath": "api/taskScheduling/standardTestTask/audit", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.StandardTestTaskAuditDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController", "Method": "GetItemListAsync", "RelativePath": "api/taskScheduling/standardTestTask/item", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "System.Collections.Generic.List\u00601[[Himp.TaskScheduling.StandardTestItemDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.StandardTestTaskController", "Method": "PutItemValiAsync", "RelativePath": "api/taskScheduling/standardTestTask/item/{id}", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.Int64", "IsRequired": true }, { "Name": "valiFlag", "Type": "System.Boolean", "IsRequired": false } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/workflowDefinition", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Status", "Type": "System.Nullable\u00601[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowModelDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController", "Method": "DeleteAsync", "RelativePath": "api/taskScheduling/workflowDefinition", "HttpMethod": "DELETE", "IsController": true, "Order": 0, "Parameters": [ { "Name": "id", "Type": "System.String", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController", "Method": "PostActivateAsync", "RelativePath": "api/taskScheduling/workflowDefinition/activate", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.WorkflowActivateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowDefinitionController", "Method": "PostDeployAsync", "RelativePath": "api/taskScheduling/workflowDefinition/deploy", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.WorkflowDeployDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/workflowInstance", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "Status", "Type": "System.String", "IsRequired": false }, { "Name": "Begntime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Endtime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowInstanceDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController", "Method": "PostAsync", "RelativePath": "api/taskScheduling/workflowInstance", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.WorkflowInstanceCreateDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowInstanceController", "Method": "PutAsync", "RelativePath": "api/taskScheduling/workflowInstance", "HttpMethod": "PUT", "IsController": true, "Order": 0, "Parameters": [ { "Name": "input", "Type": "Himp.TaskScheduling.WorkflowInstanceExecDto", "IsRequired": true } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.WorkflowInstanceStasDto", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.WorkflowTodoTaskController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/workflowTodoTask", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "UserId", "Type": "System.String", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.WorkflowTodoTaskDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.ZYOperateRecordController", "Method": "GetListAsync", "RelativePath": "api/taskScheduling/zyOperateRecord", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "BegnTime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "EndTime", "Type": "System.Nullable\u00601[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]", "IsRequired": false }, { "Name": "Pi", "Type": "System.Int32", "IsRequired": false }, { "Name": "Ps", "Type": "System.Int32", "IsRequired": false }, { "Name": "Filter", "Type": "System.String", "IsRequired": false }, { "Name": "Sorting", "Type": "System.String", "IsRequired": false }, { "Name": "SkipCount", "Type": "System.Int32", "IsRequired": false }, { "Name": "MaxResultCount", "Type": "System.Int32", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.ZYOperateRecordDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.Datas.DataStatisticController", "Method": "GetAsync", "RelativePath": "api/v1/dataStatistic", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.DataStatisticDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.Datas.DataVController", "Method": "GetAsync", "RelativePath": "api/v1/dataV", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "Volo.Abp.Application.Dtos.PagedResultDto\u00601[[Himp.TaskScheduling.Datas.DataStatisticDto, Himp.TaskScheduling.Application.Contracts, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null]]", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] }, { "ContainingType": "Himp.TaskScheduling.V1.Datas.ThAuthController", "Method": "GetAsync", "RelativePath": "api/v1/thAuth", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [ { "Name": "code", "Type": "System.String", "IsRequired": false } ], "ReturnTypes": [ { "Type": "Himp.TaskScheduling.V1.Datas.ThAuth", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 403 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 401 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 400 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 404 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 501 }, { "Type": "Volo.Abp.Http.RemoteServiceErrorResponse", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 500 } ] } ]