Queries the subscribers of a partition filter expression.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectName | string | Yes | The name of the engine or data source. | autotest |
EntityId | long | Yes | The ID of the partition filter expression. | 1234 |
ProjectId | long | Yes | The ID of the DataWorks workspace. | 27 |
Response parameters
Examples
Sample success responses
JSON
format
{ "HttpStatusCode": 200, "RequestId": "38cbdef0-f6cf-49", "ErrorMessage": "You have no permission.", "Success": true, "ErrorCode": "Invalid.Tenant.ConnectionNotExists", "Data": [ { "FollowerAccountName": "test", "TableName": "dual", "AlarmMode": 1, "EntityId": 1234, "ProjectName": "autotest", "Id": 123, "Follower": 1234, "CreateTime": 1541576644000, "ModifyTime": 1541576644000 } ] }
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-07-11 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-03-08 | The request parameters of the API has changed | View Change Details |