Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


GetNlListsUser(int userId) Restituisce un oggetto che elenca le liste ed i gruppi disponibili per un dato utente, identificato dal parametro di ingresso. (ad esempio restituisce 3 liste


Returns an object indicating the available lists and groups for a certain user, identified by an input parameter. (for example, three lists might be returned: "Technical Support Subscribers", "Company News Subscribers", "Product News Subscribers" e ciascuna di queste può contenere uno o più gruppi).
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<Lists>
<List , and each of them might contain one or more groups).

 

Code Block
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<Lists>
<List idList="1" listGUID="F9168C5E-CEB2-4FAA-B6BF-329BF39FA1E4">

...


<Groups>

...


<Group idGroup="1" groupName="First Group" />

...


<Group idGroup="2" groupName="Second Group" />

...


</Groups>

...


</List>

...


</Lists>

...


</mailupBody>

...


</mailupMessage>


Codici di errore specifici per questo metodoSpecific error codes for this method:

  • 0= request execution succeeded
  • -200 = unrecognized error