Terug naar de indexpagina

SOAP API methode View_copy

Beschrijving

Make a copy of this view, with a new name. When a array to the 4th parameter is given, all objects that failed to copy will be added to the array. Possible copy options: force: Always return a object, even when some of the childs failed to copy. views: copy the views. exactlinks: Copy links to other miniviews exactly, don't relink them to the newly copied miniview rerefer: Make sure to re-refer any conditions pointing to the original view to now instead refer to the created copy

Parameters

Naam Type Beschrijving
id * int Unique identifier (id) of the object View. The method only applies to the view with this id.
name string Name of the new view or the view object itself
view Structure of type 'view' Name of the new view or the view object itself
view Structure of type 'view' Parent of the new view, if omitted the same as this parent.
database Structure of type 'database' Parent of the new view, if omitted the same as this parent.
options Collection of type 'options' Extra options for the copy
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* verplichte parameters

Resultaat

Naam Type Beschrijving
view Structure of type 'view'
value boolean

Structuur 'view'

Naam Type Beschrijving
id int The ID of the view.
name string The name of the view.
description string The description of the view.
archived boolean The view is archived.
buildstatus string The status of the rebuild
countprofiles int The number of profiles.
lastbuilt timestamp When was the item rebuilt for the last time?

Structuur 'view'

Naam Type Beschrijving
id int The ID of the view.
name string The name of the view.
description string The description of the view.
archived boolean The view is archived.
buildstatus string The status of the rebuild
countprofiles int The number of profiles.
lastbuilt timestamp When was the item rebuilt for the last time?

Structuur 'database'

Naam Type Beschrijving
id int The ID of the database.
name string The name of the database.
description string The description of the database.
archived boolean The database is archived.
created timestamp The date and time when the account was created.
unsubscribebehavior string Get the unsubscribe behavior of the database. Possible values are 'nothing', 'remove' or 'update'.
countprofiles int The number of profiles.
lastbuilt timestamp When was the item rebuilt for the last time?

Structuur 'options'

Naam Type Beschrijving
string

Structuur 'login'

Naam Type Beschrijving
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt

Structuur 'view'

Naam Type Beschrijving
id int The ID of the view.
name string The name of the view.
description string The description of the view.
archived boolean The view is archived.
buildstatus string The status of the rebuild
countprofiles int The number of profiles.
lastbuilt timestamp When was the item rebuilt for the last time?