1.4.2 List of All Playlists

Enter the command to list all playlists defined for the server. Defined by the PlayListId, Name and Flags parameters (Flags currently unused).

Request

<msg Id="CTI_NSPK_GET_ALL_PLAYLISTS_REQ">
<CTI_IE_REFERENCE Ref="0x420"/>
</msg>

Response

<msg Id="CTI_NSPK_GET_ALL_PLAYLISTS_CONF">
<CTI_IE_REFERENCE Ref="0x420"/>
<CTI_NSPK_IE_PLAYLIST PlayListId="0x1" Name="My playlist 1" Flags="0x0"/>
<CTI_NSPK_IE_PLAYLIST PlayListId="0x4" Name="New playlist" Flags="0x0"/>
</msg>

IE

<documentation IE="CTI_NSPK_IE_PLAYLIST">
<member Type="INT" Name="PlayListId" Brief="Primary key of play list"/>
<member Type="CHAR" Name="Name" Brief="Nlay list name"/>
<member Type="U32" Name="Flags" Brief="Flags (currently unused)"/>
</documentation>

<documentation IE="CTI_NSPK_IE_PLAYLIST_ID">
<member Type="INT" Name="PlayListId" Brief="Primary key of play list"/>
</documentation>