Change Owning Workspace of a Configured Field
put
/api/restapi/configuredField/move
Send a request to this endpoint to change the owning workspace of a configured field.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityConfiguredFieldMoveRequestInput
Type:
object
Title:
ApiEntityConfiguredFieldMoveRequestInput
This entity represents a ConfiguredFieldMoveRequest object, a unique ConfiguredFieldMoveRequest object can be identified by the following combinations of the fields.
Show Source
- columnDefinitionId, targetWorkspaceId
- columnDefinitionId, targetWorkspaceCode
- viewColumnName, owningWorkspaceId, targetWorkspaceId
- viewColumnName, owningWorkspaceCode, targetWorkspaceCode
- columnDefinitionId, targetWorkspaceId, objectType
- columnDefinitionId, targetWorkspaceCode, objectType
- viewColumnName, owningWorkspaceId, targetWorkspaceId, objectType
- viewColumnName, owningWorkspaceCode, targetWorkspaceCode, objectType
-
columnDefinitionId: integer
(int64)
The system-generated identifier of a configured field.
-
objectType: string
Allowed Values:
[ "DOCUMENT", "IDEA", "PROGRAM", "STRATEGY" ]
This is a required field for PROGRAM, IDEA, STRATEGY, and DOCUMENT object types. -
owningWorkspaceCode: string
The user-specified identifier of the workspace that currently owns the configured field.
-
owningWorkspaceId: integer
(int64)
The system-generated identifier of the workspace that currently owns the configured field.
-
targetWorkspaceCode: string
The user-specified identifier of the target workspace to which ownership of the configured field is moved.
-
targetWorkspaceId: integer
(int64)
The system-generated identifier of the target workspace to which ownership of the configured field is moved.
-
viewColumnName: string
The view column name of a configured field.
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Configured Fields service. Verify the request contains valid data, then resubmit the request.