SOAP API method View_parent
Description
The parent view or database.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object View. The method only applies to the view with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'view' : Structure of type 'view'
- Return value 'database' : Structure of type 'database'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'view'
This structure view was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the view.
- Property 'name' : string
- The name of the view.
- Property 'description' : string
- The description of the view.
- Property 'archived' : boolean
- The view is archived.
- Property 'buildstatus' : string
- The status of the rebuild
- Property 'countprofiles' : int
- The number of profiles.
- Property 'lastbuilt' : timestamp
- When was the profile rebuilt for the last time?
Structure 'database'
This structure database was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the database.
- Property 'name' : string
- The name of the database.
- Property 'description' : string
- The description of the database.
- Property 'archived' : boolean
- The database is archived.
- Property 'created' : timestamp
- The date and time when the account was created.
- Property 'unsubscribebehavior' : string
- Get the unsubscribe behavior of the database. Possible values are 'nothing', 'remove' or 'update'.
- Property 'countprofiles' : int
- The number of profiles.
- Property 'lastbuilt' : timestamp
- When was the profile rebuilt for the last time?