def get_marks(self, **params): api_url = urljoin(self.url, '/v1/mark') response = self.session.get(api_url, params=params) return response.json()