MoveObject
Moves an object from one database to another.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the object to move. | Yes |
identifier
|
The identifier of the object to move. | Yes |
newdatabase
|
The name of the database to move the object to. | Yes |
Example
/action=MoveObject&database=logos &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &newdatabase=technology_logos
Response
<autnresponse> <action>MOVEOBJECT</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>