SevenShores\Hubspot\Resources\BlogTopics::getById PHP Method

getById() public method

public getById ( integer $id ) : Response
$id integer
return SevenShores\Hubspot\Http\Response
    function getById($id)
    {
        $endpoint = "https://api.hubapi.com/blogs/v3/topics/{$id}";
        return $this->client->request('get', $endpoint);
    }