Mengambil detail proses bisnis.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| TenantId |
integer |
No |
ID penyewa. Parameter ini sudah tidak digunakan lagi. |
10002 |
| ProjectId |
integer |
Yes |
ID ruang kerja. |
10001 |
| GroupId |
string |
Yes |
ID proses bisnis. |
ds_123abc |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
0000-ABCD-EF**** |
| Group |
object |
Detail proses bisnis. |
|
| ModifiedTime |
string |
Waktu saat proses bisnis terakhir diubah. |
2020-09-24T18:37:51+0800 |
| Description |
string |
Deskripsi proses bisnis. |
Test |
| GroupName |
string |
Nama proses bisnis. |
Test |
| GroupId |
string |
ID proses bisnis. |
ds_123abc |
| ProjectId |
integer |
ID ruang kerja. |
10002 |
| ApiGatewayGroupId |
string |
ID grup API yang terkait dengan proses bisnis di konsol API Gateway. |
100abc |
| CreatorId |
string |
Pengenal pengguna (UID) pembuat proses bisnis. Nilai parameter ini mungkin kosong untuk pembuat beberapa proses bisnis yang sudah ada. |
10001 |
| CreatedTime |
string |
Waktu saat proses bisnis dibuat. |
2020-09-24T18:37:51+0800 |
| TenantId |
integer |
ID penyewa. |
10003 |
Contoh
Respons sukses
JSONformat
{
"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
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. | No permission, please authorize |
| 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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.