SOAP API method Database_database
Description
The database.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object Database. The method only applies to the database with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- 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 '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?