public function get_sections($channel_uuid) { $url = $this->endpoint . '/channels/' . $channel_uuid . '/sections'; return $this->send_get_request($url); }