Supported Operations

19.4.1.36 GetArtistByText

DESCRIPTION: Allows an authenticated user to retrieve Id,name, surname and description of an artist matching a given ID.

INPUT:
_user: Login name of the executor.
_pwd: Password of the executor.
_text: string to search into the Artist Table.

GetArtistByText

OUTPUT: 

<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="AR_GetArtistByText"> <artisti id_artisti="1" nome="Naomi" cognome="Watts" descrizio="dolorem"/> </Function> </WSApiResponse> </string>

GetArtistByText_output

GetArtistByText_output
GetArtistByText