public function SendInBlueApiInterface::getList in SendinBlue 7.2
Get list by id.
Parameters
string $id: A list identification.
Return value
GetExtendedList An array of lists.
2 methods override SendInBlueApiInterface::getList()
- SendinblueApiV2::getList in includes/
Api/ SendinblueApiV2.php - Get list by id.
- SendinblueApiV3::getList in includes/
Api/ SendinblueApiV3.php - Get list by id.
File
- includes/
Api/ SendInBlueApiInterface.php, line 60
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Code
public function getList($id);