SevenShores\Hubspot\Resources\ContactLists::getById PHP Метод

getById() публичный Метод

public getById ( integer $id ) : Response
$id integer
Результат SevenShores\Hubspot\Http\Response
    function getById($id)
    {
        $endpoint = "https://api.hubapi.com/contacts/v1/lists/{$id}";
        return $this->client->request('get', $endpoint);
    }