SOAP API method Account_mediaLibrary
Description
Get access to an media library
Parameters
- Parameter 'identifier' : string
- ID or name of the media library
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'medialibrary' : Structure of type 'medialibrary'
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 'medialibrary'
This structure medialibrary was mentioned above. This structure has the following properties:
- Property 'id' : int
- ID of the media library
- Property 'name' : string
- Name of the media library
- Property 'description' : string
- Description of the media library
- Property 'archived' : boolean
- Get if the media library is archived.