SOAP API method Submitter_interests
Description
These were the interests that the submitter had setn to the webform (also known as POST-data).
Parameters
- Parameter 'id' : string
- Unique identifier (id) of the object Submitter. The method only applies to the submitter with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'array' : array
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