GetOptionValueForProject

更新时间:
复制 MD 格式

Queries the option settings of an extension in a DataWorks workspace.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ExtensionCode

string

No

The unique code of the extension.

ce4*********086da5

ProjectId

string

No

The workspace ID.

234

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

E6F0DBDD-5AD****

OptionValue

string

The returned data. In this example, cuNumber is a custom key.

{"cuNumber":"0"}

Examples

Success response

JSON format

{
  "RequestId": "E6F0DBDD-5AD****",
  "OptionValue": "{\"cuNumber\":\"0\"}"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.