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
Request Body - 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.
  • columnDefinitionId, targetWorkspaceId
  • columnDefinitionId, targetWorkspaceCode
  • viewColumnName, owningWorkspaceId, targetWorkspaceId
  • viewColumnName, owningWorkspaceCode, targetWorkspaceCode
  • columnDefinitionId, targetWorkspaceId, objectType
  • columnDefinitionId, targetWorkspaceCode, objectType
  • viewColumnName, owningWorkspaceId, targetWorkspaceId, objectType
  • viewColumnName, owningWorkspaceCode, targetWorkspaceCode, objectType
Show Source
Back to Top

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.
Back to Top