View Strategy Types by Workspace
get
/primeapi/restapi/strategyType/workspace/{workspaceId}
This endpoint returns strategy types that meet the following requirements:
- The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.
Request
Path Parameters
-
workspaceId: integer(int64)
The system-generated identifier of a workspace.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityStrategyType
Type:
Show Source
object
-
icon:
string
Allowed Values:
[ "STRATEGY_ROOK", "STRATEGY_PAWN", "STRATEGY_KNIGHT", "STRATEGY_BISHOP", "STRATEGY_QUEEN", "STRATEGY_KING" ]
A graphical representation of a strategy type. -
levelName:
string
The name of a strategy type.
-
link(optional):
string(url)
Read Only:
true
-
pushDownType(optional):
string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]
How data is shared between parent and child workspaces.
Manual: Data can be pulled down by child workspaces. This is the default option.
Automatic: Data is automatically shared with all child workspaces. -
strategyLevelId(optional):
integer(int64)
The system-generated identifier of a strategy type.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceId:
integer(int64)
The system-generated identifier of a workspace.
204 Response
Successful operation with no content.
404 Response
The Strategy Type does not exist, or you do not have access to it.