ビジネスプロセスを照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| TenantId |
integer |
任意 |
テナント ID。このパラメーターは非推奨です。 |
10002 |
| ProjectId |
integer |
必須 |
ワークスペース ID。 |
10001 |
| GroupId |
string |
必須 |
ビジネスプロセス ID。 |
ds_123abc |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
0000-ABCD-EF**** |
| Group |
object |
ビジネスプロセスの詳細情報。 |
|
| ModifiedTime |
string |
ビジネスプロセスが最後に変更された時刻。 |
2020-09-24T18:37:51+0800 |
| Description |
string |
ビジネスプロセスの説明文。 |
Test |
| GroupName |
string |
ビジネスプロセスの名称。 |
Test |
| GroupId |
string |
ビジネスプロセス ID。 |
ds_123abc |
| ProjectId |
integer |
ワークスペース ID。 |
10002 |
| ApiGatewayGroupId |
string |
API Gateway コンソールで、当該ビジネスプロセスに関連付けられた API グループの ID。 |
100abc |
| CreatorId |
string |
ビジネスプロセスの作成者のユーザー識別子 (UID)。既存の一部ビジネスプロセスについては、このパラメーターの値が空になる場合があります。 |
10001 |
| CreatedTime |
string |
ビジネスプロセスが作成された時刻。 |
2020-09-24T18:37:51+0800 |
| TenantId |
integer |
テナント ID。 |
10003 |
例
成功レスポンス
JSONJSON
{
"RequestId": "0000-ABCD-EF****",
"Group": {
"ModifiedTime": "2020-09-24T18:37:51+0800",
"Description": "业务流程描述",
"GroupName": "业务流程名称",
"GroupId": "ds_123abc",
"ProjectId": 10002,
"ApiGatewayGroupId": "100abc",
"CreatorId": "10001",
"CreatedTime": "2020-09-24T18:37:51+0800",
"TenantId": 10003
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。