All Products
Search
Document Center

DataWorks:ListDataServiceGroups

Last Updated:Jun 11, 2026

Mengambil daftar proses bisnis.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

PageNumber

integer

No

Nomor halaman. Halaman dimulai dari halaman 1. Nilai default: 1.

1

PageSize

integer

No

Jumlah entri per halaman. Nilai yang valid: 1 hingga 100. Nilai default: 10.

10

ProjectId

integer

Yes

ID ruang kerja.

10000

TenantId

integer

No

ID tenant. Parameter ini sudah tidak digunakan lagi.

10001

GroupNameKeyword

string

No

Kata kunci nama proses bisnis. Kata kunci digunakan untuk mencari proses bisnis yang namanya berisi kata kunci ini.

测试业务流程

Elemen respons

Element

Type

Description

Example

object

RequestId

string

ID permintaan.

0000-ABCD-EF****

GroupPagingResult

object

Hasil paging untuk proses bisnis.

PageNumber

integer

Nomor halaman. Nilai parameter ini sama dengan nilai parameter PageNumber dalam permintaan.

1

PageSize

integer

Jumlah entri per halaman. Nilai yang valid: 1 hingga 100. Nilai default: 10.

10

TotalCount

integer

Jumlah total entri yang dikembalikan.

100

Groups

array<object>

Proses bisnis.

object

ModifiedTime

string

The time when the business process was modified.

2020-09-24T18:37:51+0800

Description

string

The description of the business process.

业务流程描述

GroupName

string

The name of the business process.

业务流程名称

GroupId

string

The business process ID.

ds_123abc

ProjectId

integer

The workspace ID.

10002

ApiGatewayGroupId

string

The ID of the API Gateway group to which the workflow is bound.

100abc

CreatorId

string

The user identifier (UID) of the creator of the business process. The value of this parameter may be empty for creators of some existing business processes.

10001

CreatedTime

string

The time when the business process was created.

2020-09-24T18:37:51+0800

TenantId

integer

The tenant ID.

10003

Contoh

Respons sukses

JSONformat

{
  "RequestId": "0000-ABCD-EF****",
  "GroupPagingResult": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 100,
    "Groups": [
      {
        "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.