外部連線
取得所有外部連線資訊 GetAllExtConn¶
金鑰權限需求: 其他 > 外部連線
命名空間:
Ede.Uofx.OpenApi.Sdk.NetStd.Service方法名稱:
UofxService.BPM.Other.GetAllExtConn
輸入參數
回傳結果
-
IEnumerable<ExternalConnResponseModel> -
ExternalConnResponseModel
| 屬性 | 型別 | 說明 |
|---|---|---|
| ConnId | Guid |
外部連線Id |
| Code | string |
連線待碼 |
| Name | string |
連線名稱 |
| ConnectionType | int |
連線類型 |
| ModifiedDate | DateTimeOffset? |
最後修改時間 |
| HasUsed | bool |
是否已被使用 |