Queries a workflow in DataService Studio.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes GetDataServiceGroup

The operation that you want to perform.

GroupId String Yes ds_123abc

The ID of the workflow.

ProjectId Long Yes 10001

The ID of the DataWorks workspace.

RegionId String Yes cn-shanghai

The ID of the region where your project resides.

TenantId Long Yes 10002

The ID of the tenant.

Response parameters

Parameter Type Example Description
Group Struct

Workflow details.

ApiGatewayGroupId String 100abc

The ID of the API Gateway group to which the workflow belongs.

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

The time when the workflow was created.

CreatorId String 10001

The UID of the Creator. The UID of some historical workflow may be empty.

Description String Workflow description

The description of the workflow.

GroupId String ds_123abc

The ID of the workflow.

GroupName String Workflow name

The name of the workflow instance.

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

The editing time.

ProjectId Long 10002

The ID of the DataWorks workspace.

TenantId Long 10003

The ID of the tenant.

RequestId String 0000-ABCD-EF****

The unique ID of the request.

Examples

Sample requests


     http(s)://[Endpoint]/? Action=GetDataServiceGroup &GroupId=ds_123abc &ProjectId=10001 &RegionId=cn-shanghai &TenantId=10002 &<common request parameters> 
   

Sample success responses

XML format


     <Group> <GroupName> Workflow name </GroupName> <TenantId> 10003 </TenantId> <Description> workflow described </Description> <CreatedTime> 2020-09-24 T18:37:51+0800 </CreatedTime> <ModifiedTime> 2020-09-24 T18:37:51+0800 </ModifiedTime> <CreatorId> 10001 </CreatorId> <ProjectId> 10002 </ProjectId> <ApiGatewayGroupId> 100abc </ApiGatewayGroupId> <GroupId> ds_123abc </GroupId> </Group> <RequestId> 0000-ABCD-EF *** </RequestId> 
   

JSON Format


     {"Group": { "GroupName": "workflow name", "TenantId": 10003, "Description": "workflow Description", "CreatedTime": "2020-09-24T18:37:51+0800", "ModifiedTime": "2020-09-24T18:37:51+0800", "CreatorId": 10001, "projectitid": "10002, " ApiGatewayGroupId ": " 100abc ", " GroupId ": " ds_123abc " }, " RequestId": "0000-ABCD-EF****"} 
   

Error codes

HttpCode Error codes Error message Description
500 InternalError.System An internal system error occurred. Try again later. An internal system error occurred. Please try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later. An internal system error occurred. Please try again later.
429 Throttling.Api The request for this resource has exceeded your available limit. The request for the resource exceeds your available upper limit.
429 Throttling.System The DataWorks system is busy. Try again later. DataWorks the system is busy, please try again later.
429 Throttling.User Your request is too frequent. Try again later. Your request is too frequent, please try to slow down the request speed.
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. You have restricted access. Please activate DataWorks Enterprise Edition or above.

Go to the Error Center For more information, see error codes.