View a Strategy

get

/api/restapi/strategy/{strategyId}

This endpoint returns strategies that meet the following requirements:
  • The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityStrategy
Type: object
Title: ApiEntityStrategy
This entity represents a Strategy object, a unique Strategy object can be identified by the following combinations of the fields.
  • strategyId
  • strategyName,workspaceId
  • strategyName,workspaceCode
Show Source
Nested Schema : codeValuesStrategy
Type: array
The list of code values for a strategy. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a strategy.
Show Source
Nested Schema : ApiEntityCodeValueStrategy
Type: object
Title: ApiEntityCodeValueStrategy
Show Source
Nested Schema : ApiEntityStrategyConfiguredFieldValue
Type: object
Title: ApiEntityStrategyConfiguredFieldValue
Show Source

404 Response

The requested strategy does not exist, or you do not have access to it.
Back to Top