SOAP API method View_allViews
Description
All sub-views of this view and sub-views of the sub-views and so on.
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 'array' : array
- containing the id's of the views
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