To relocate an entity or content from one page to another within the same experiment using the Signals Notebook API, please follow these steps:
-
Navigate to the Signals Notebook configuration and access "System Settings."
-
In System Settings, choose "API Key."
-
Click on "Open API Document."
-
A pop-up window will appear; click "Authorize." Paste your API key in the provided "Value" field and then click "Authorize."
-
Select "Entities," and proceed to the endpoint labeled "PUT /entities/{eid}/layout/location." Click on "Try it out."
-
Input the EID (Entity ID) of the content that you wish to move to a different location.
-
In the "force" parameter, select "true" from the dropdown menu.
-
Locate the request body section and enter the "pageID" corresponding to the destination where you want to move the content.
-
Execute the operation by clicking "Execute."
-
Switch to the Signals Notebook user interface (UI) to confirm that the content has been successfully relocated to the specified location.
This process will enable you to move content seamlessly within the same experiment using the Signals Notebook API. (refer to the screenshot below)